PER_CHK_ACTION_OCC_ITEMS

PER_CHK_ACTION_OCC_ITEMS : Run time child table fo PER_CHK_ACTION_OCCURRENCES table

Details

  • Schema: FUSION

  • Object owner: PER

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
CHECKLIST_ACTION_OCC_ITEM_ID NUMBER 18 Yes Primary Key
ALLOCATED_CHECKLIST_ID NUMBER 18 ALLOCATED_CHECKLIST_ID
CHECKLIST_ID NUMBER 18 CHECKLIST_ID
ALLOCATION_STATUS VARCHAR2 30 ALLOCATION_STATUS
OBJECT_CHANGE_ID NUMBER 18 OBJECT_CHANGE_ID
EVALUATION_MODE VARCHAR2 10 Evaluation Mode.
ASSIGNMENT_ID NUMBER 18 Assignment ID
OBJECT_ID NUMBER 18 Primary Key for the event object.
EVENT_DATA CLOB Event Data
PROCESSING_STATUS VARCHAR2 30 Processing Status ORA_PENDING - When new record is created ORA_COMPLETE - When the processing is complete ORA_ERROR - When an error occurred in processing
ERROR_DETAILS CLOB Store the stack trace when an unexpected error occurs.
CHECKLIST_ACTION_OCCURRENCE_ID NUMBER 18 Yes CHECKLIST_ACTION_OCCURRENCE_ID
CHECKLIST_ACTION_ID NUMBER 18 Yes Foreign Key to PER_CHECKLIST_ACTIONS.CHECKLIST_ACTION_ID
ACTION_OCCURRENCE_ID NUMBER 18 Foreign Key to PER_CHK_ACTION_OCCURRENCES.CHECKLIST_ACTION_OCCURRENCE_ID
OLD_VALUE VARCHAR2 240 Old Value of attribute
NEW_VALUE VARCHAR2 240 New Value of attribute
ALLOCATION_DETAILS VARCHAR2 1000 Checklist allocation details
BUSINESS_GROUP_ID NUMBER 18 Yes BUSINESS_GROUP_ID
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.

Indexes

Index Uniqueness Tablespace Columns
PER_CHK_ACTION_OCC_ITEMS_N1 Non Unique Default CHECKLIST_ACTION_OCCURRENCE_ID
PER_CHK_ACTION_OCC_ITEMS_PK Unique Default CHECKLIST_ACTION_OCC_ITEM_ID