ACA_CS_ACTION_LOG

This is the action log table which stores the information about the actions taken on the object

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_CS_ACTION_LOG_PK

ACTION_LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTION_LOG_ID NUMBER 18 Yes This is the primay key of the table (not used for UI)
INSTANCE_ID NUMBER 18 Yes This ID will be unique for each Life cycle phase of an object
OBJECT_PK1 NUMBER 18 Object Identifier 1 that gets stored in this column
OBJECT_PK2 NUMBER 18 Object Identifier 2 that gets stored in this column
OBJECT_PK3 NUMBER 18 Object Identifier 3 that gets stored in this column
OBJECT_PK4 NUMBER 18 Object Identifier 4 that gets stored in this column
OBJECT_PK5 NUMBER 18 Object Identifier 5 that gets stored in this column
OBJECT_TYPE VARCHAR2 30 Type of the object on which the action has been taken
OBJECT_VERSION VARCHAR2 10 Version of the object on which the action has been taken
ACTION_TAKEN VARCHAR2 30 Action taken on the object by the user
FROM_STATUS VARCHAR2 30 Status of the object before the action was taken
TO_STATUS VARCHAR2 30 Status of the object after the action has been taken
USER_TYPE VARCHAR2 30 Type of the user who has taken an action/got assigned a task
ACTION_LOGGER_ID VARCHAR2 100 GUID of the user who has taken an action/got assigned a task
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
aca_cs_workflow_comments aca_cs_action_log ACTION_LOG_ID

Indexes

Index Uniqueness Tablespace Columns
ACA_CS_ACTION_LOG_U1 Unique Default ACTION_LOG_ID