PJF_ACTIONS

The table stores action history for each business object chosen for the action.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJF_ACTIONS_PK

ACTION_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
ACTION_NUMBER NUMBER 18 Yes Unique identifier of the action.
ACTION_DATE TIMESTAMP Yes Timestamp of when action was performed.
ACTION_TYPE_CODE VARCHAR2 30 Yes Indicates the type of action performed or description of the action.
ACTION_STATUS_CODE VARCHAR2 30 Yes Indicates the status of the action performed.
ACTION_OBJECT_CODE VARCHAR2 30 Yes Name of the business object on which the action is performed.
ACTION_SOURCE_CODE VARCHAR2 30 Yes Source from where the action has been triggered. The module in which the adjustment activity was performed.
ACTION_REASON_CODE VARCHAR2 30 Reason code for the action.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or 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
PJF_ACTIONS_N1 Non Unique Default ACTION_OBJECT_CODE, ACTION_TYPE_CODE
PJF_ACTIONS_U1 Unique Default ACTION_NUMBER