ATC_PROJECT_HISTORIES

Stores detail of all project histories

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

atc_project_histories_PK

PROJECT_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
PROJECT_HISTORY_ID NUMBER 18 Yes Unique row id for project history
PROJECT_HISTORY_PUID VARCHAR2 30 Yes Indicates identifier of the project history
PROJECT_HISTORY_ACTION VARCHAR2 200 Indicates action
STATE_FROM VARCHAR2 200 Yes State from
STATE_TO VARCHAR2 200 State to
PROJECT_ID NUMBER 18 Yes Indicates the project associated
ENTITY_NAME VARCHAR2 100 Yes Indicates the name of the top level entity
REF_ENT_BASE_TYPE VARCHAR2 200 Indicates the resource type of reference entity.
COMMENTS CLOB Indicates the comments on the approval request
APPROVER_ID VARCHAR2 200 Indicates the id of the approver
REQUESTOR_ID VARCHAR2 200 Indicates the id of the approval requestor
PARENT_ID VARCHAR2 20 Indicatest the identifier for parent resoruce for approval
PARENT_NAME VARCHAR2 200 Indicatest the name for parent resoruce for approval
APPROVAL_DATE TIMESTAMP Indicates the time stamp of approval
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
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.

Indexes

Index Uniqueness Tablespace Columns
atc_project_histories_N1 Non Unique Default PROJECT_ID
atc_project_histories_N2 Non Unique Default ENTITY_NAME
atc_project_histories_PK Unique Default PROJECT_HISTORY_ID
atc_project_histories_U1 Unique Default PROJECT_HISTORY_PUID, PROJECT_ID