PJF_ACTION_DETAILS

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

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJF_ACTION_DETAILS_PK

ACTION_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTION_DETAIL_ID NUMBER 18 Yes Unique identifier of the action detail.
ACTION_NUMBER NUMBER 18 Yes Unique identifier of the action.
OBJECT_REF_ID1 NUMBER 18 Yes Unique identifier of the business object on which action is performed
ACTION_OBJECT_CODE VARCHAR2 30 Yes Name of the business object on which action is performed.
OBJECT_ACTION_STATUS_CODE VARCHAR2 30 Status of the object identifier after action is performed.
OBJECT_ACTION_STATUS_REASON VARCHAR2 1000 Reason for the status of the action on a business object.
MESSAGE_NAME VARCHAR2 30 Message code for the action outcome.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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.

Indexes

Index Uniqueness Tablespace Columns
PJF_ACTION_DETAILS_N1 Non Unique Default ACTION_NUMBER, OBJECT_REF_ID1
PJF_ACTION_DETAILS_N2 Non Unique Default OBJECT_REF_ID1, ACTION_OBJECT_CODE, ACTION_NUMBER
PJF_ACTION_DETAILS_U1 Unique Default ACTION_DETAIL_ID