PJB_ACTIONS_HISTORY

PJB_ACTIONS_HISTORY is for Oracle internal use only. It stores the trace for actions performed by users on projects billing pages, to assist in troubleshooting issues.

Details

  • Schema: FUSION

  • Object owner: PJB

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
ACTION_ID NUMBER 18 Yes Identifies each row of the table uniquely.
REFERENCE_ID NUMBER 18 Used to refer other rows via ACTION_ID. For Oracle internal use only.
MODULE_CODE VARCHAR2 30 Module from which the action was performed. For Oracle internal use only.
ACTION_ORIGIN VARCHAR2 30 Page or region from which the action was performed. For Oracle internal use only.
ACTION_CODE VARCHAR2 30 Action code for the action performed. For Oracle internal use only.
OBJECT_TYPE VARCHAR2 30 Type of object on which action is performed. For Oracle internal use only.
OBJECT_ID1 NUMBER 18 Identifier related to object. For Oracle internal use only.
OBJECT_ID2 NUMBER 18 Identifier related to object. For Oracle internal use only.
OBJECT_ID3 NUMBER 18 Identifier related to object. For Oracle internal use only.
OBJECT_ID4 NUMBER 18 Identifier related to object. For Oracle internal use only.
OBJECT_CHAR_ID1 VARCHAR2 30 Identifier related to object. For Oracle internal use only.
OBJECT_CHAR_ID2 VARCHAR2 30 Identifier related to object. For Oracle internal use only.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
STATUS_CODE VARCHAR2 1 Result of the action performed. For Oracle internal use only.
ERROR_CODE VARCHAR2 30 Error code generated by the action if any. For Oracle internal use only.
ACTIVITY_DATE TIMESTAMP Date and Time when action was performed. For Oracle internal use only.
USER_ID NUMBER 18 Indicates the user who created the row. For Oracle internal use only.
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.
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.
ADDITIONAL_CHAR_COLUMN1 VARCHAR2 100 Additional field to store text content. For Oracle internal use only.
ADDITIONAL_CHAR_COLUMN2 VARCHAR2 100 Additional field to store text content. For Oracle internal use only.
ADDITIONAL_CHAR_COLUMN3 VARCHAR2 400 Additional field to store text content. For Oracle internal use only.
ADDITIONAL_CHAR_COLUMN4 VARCHAR2 400 Additional field to store text content. For Oracle internal use only.
ADDITIONAL_CHAR_COLUMN5 VARCHAR2 2000 Additional field to store text content. For Oracle internal use only.
ADDITIONAL_NUM_COLUMN1 NUMBER Additional field to store numeric content. For Oracle internal use only.
ADDITIONAL_NUM_COLUMN2 NUMBER Additional field to store numeric content. For Oracle internal use only.
ADDITIONAL_NUM_COLUMN3 NUMBER Additional field to store numeric content. For Oracle internal use only.
ADDITIONAL_NUM_COLUMN4 NUMBER Additional field to store numeric content. For Oracle internal use only.
ADDITIONAL_DATE_COLUMN1 TIMESTAMP Additional field to store date content. For Oracle internal use only.
ADDITIONAL_DATE_COLUMN2 TIMESTAMP Additional field to store date content. For Oracle internal use only.
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
PJB_ACTIONS_HISTORY_N1 Non Unique Default OBJECT_ID1
PJB_ACTIONS_HISTORY_N2 Non Unique Default ACTIVITY_DATE
PJB_ACTIONS_HISTORY_U1 Unique Default ACTION_ID