PJF_ALL_ORGANIZATIONS
PA_ALL_ORGANIZATIONS stores history information about organizations used by Oracle Projects.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_ALL_ORGANIZATIONS_PK |
ORGANIZATION_ID, ORG_ID, PA_ORG_USE_TYPE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ORGANIZATION_ID | NUMBER | Yes | Identifier of the Organization | ||
ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
PA_ORG_USE_TYPE | VARCHAR2 | 30 | Yes | The purpose for which the organization was used in PA | |
INACTIVE_DATE | DATE | Date on which the organization became inactive in PA. If no date is specified then the organization | |||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_ALL_ORGANIZATIONS_N1 | Non Unique | Default | ORG_ID, ORGANIZATION_ID, PA_ORG_USE_TYPE |
PJF_ALL_ORGANIZATIONS_U1 | Unique | Default | ORGANIZATION_ID, ORG_ID, PA_ORG_USE_TYPE |