PLT_ORGUNIT Table

This section lists the database columns in the PLT_ORGUNIT table.

PLT_ORGUNIT Table

Database Column

 

ID

Type: Decimal

LASTUPDATED

Type: TimeStamp. Unique.

NAME

Type: text. Unique.

DISPLAYNAME

Type: text. Unique.

DESCRIPTION

Type: text. Unique.

LINEAGE

Type: text. Unique.

AUDIT_CREATEDBY

Type: Decimal. Unique.

AUDIT_CREATEDON

Type: TimeStamp. Unique.

AUDIT_UPDATEDBY

Type: Decimal. Unique.

AUDIT_UPDATEDON

Type: TimeStamp. Unique.

ADDR_ADDR1

Type: text (max length 255). Unique.

ADDR_ADDR2

Type: text (max length 255). Unique.

ADDR_CITY

Type: text (max length 150). Unique.

ADDR_STATE

Type: text (max length 75). Unique.

ADDR_ZIPCODE

Type: text (max length 45). Unique.

ADDR_COUNTRY

Type: text (max length 75). Unique.

ADDR_REGION

Type: text (max length 75). Unique.

belongsTo_

Type: Decimal

References Table: PLT_ORGUNIT Table

extendedPropertySet

Type: Decimal

References Table: PLT_EXTPROPSET Table

The name of the property extendedPropertySet (below) is not prefixed with an underscore nor are its getter and setter methods protected because the contract stipulated in the IExtendable interface requires that the getextendedPropertySet and setExtendedPropertySet methods be public.