PJF_OBJ_STATUS_CHANGES

This table records the changes of the status of the objects.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJF_OBJ_STATUS_CHANGES_PK

OBJ_STATUS_CHANGE_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJ_STATUS_CHANGE_ID NUMBER 18 Yes Unique identifier of the status change of the object.
OBJECT_TYPE VARCHAR2 30 Yes Specify the type of the object.
OBJECT_ID NUMBER 18 Yes Unique identifier of the object.
STATUS_TYPE VARCHAR2 30 Yes Status type.
NEW_PROJECT_STATUS_CODE VARCHAR2 30 Yes Code of the new user status.
NEW_PROJECT_SYSTEM_STATUS_CODE VARCHAR2 30 Yes Code of the new system status.
OLD_PROJECT_STATUS_CODE VARCHAR2 30 Yes Code of the old user status.
OLD_PROJECT_SYSTEM_STATUS_CODE VARCHAR2 30 Yes Code of the old system status.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CHANGE_COMMENT VARCHAR2 4000 Comment on the status change.
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.
COMPOSITE_INSTANCE_ID VARCHAR2 200 Identifier of the workflow instance that processed the project status change.

Foreign Keys

Table Foreign Table Foreign Key Column
PJF_OBJ_STATUS_CHANGES pjf_project_statuses_b NEW_PROJECT_STATUS_CODE

Indexes

Index Uniqueness Tablespace Columns
PJF_OBJ_STATUS_CHANGES_N1 Non Unique Default LAST_UPDATED_BY, OBJECT_TYPE, OBJECT_ID, STATUS_TYPE
PJF_OBJ_STATUS_CHANGES_N2 Non Unique Default OBJECT_TYPE, OBJECT_ID, STATUS_TYPE, NEW_PROJECT_STATUS_CODE, NEW_PROJECT_SYSTEM_STATUS_CODE, OLD_PROJECT_STATUS_CODE, OLD_PROJECT_SYSTEM_STATUS_CODE
PJF_OBJ_STATUS_CHANGES_PK Unique Default OBJ_STATUS_CHANGE_ID
PJF_OBJ_STATUS_CHANGES_U1 Unique Default OBJ_STATUS_CHANGE_ID, OBJECT_TYPE
PJF_OBJ_STATUS_CHANGES_U2 Unique Default OBJECT_TYPE, OBJECT_ID, STATUS_TYPE, LAST_UPDATE_DATE