EGO_CHANGE_ACTIONS_B

Engineering Change Management Actions (Base MLS Table)

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_CHANGE_ACTIONS_B_PK

ACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTION_ID NUMBER 18 Yes Unique identifier for the change actions
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.
ACTION_TYPE VARCHAR2 30 Yes Identifies the type of the action being performed
OBJECT_NAME VARCHAR2 30 Yes Identifies the entity object on which the action is performed
OBJECT_ID1 NUMBER 18 Yes Used to refer the change_id from ego_engineering_changes_b table
OBJECT_ID2 NUMBER 18 Used to refer the change_lifecycle_status_id from ego_lifecycle_statuses table
OBJECT_ID3 NUMBER 18 Used to refer any other identifiers from other tables
OBJECT_ID4 NUMBER 18 Used to refer any other identifiers from other tables
OBJECT_ID5 NUMBER 18 Used to refer any other identifiers from other tables
STATUS_CODE NUMBER 18 Status of the change object for which this action belongs to
PRIORITY_CODE VARCHAR2 30 Identifies the priority code of the action being performed
ASSIGNEE_ID VARCHAR2 64 Identifies the user or role to which certain change actions are assigned
RESPONSE_BY_DATE DATE Change order or new item request line scheduled date
PARENT_ACTION_ID NUMBER 18 Identifies the parent action, if any, for this action
PARENT_STATUS_CODE VARCHAR2 30 Identifies the status of the parent action, if any, for this action
ORIGINAL_SYSTEM_REFERENCE VARCHAR2 50 No longer used.
IMPLEMENTATION_REQ_ID NUMBER 18 Implementation concurrent request id
LOCAL_ORGANIZATION_ID NUMBER 18 No longer used.
WF_PROCESS_INSTANCE_ID NUMBER 18 No longer used.
WF_PROCESS_TEMPLATE VARCHAR2 100 No longer used.
PARTY_ID_LIST VARCHAR2 2000 Party ID List (seperated by commas)
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
SOURCE_CHANGE_ID NUMBER 18 Used to store the source change_id of the change object on which certain actions like move are done
TARGET_CHANGE_ID NUMBER 18 Used to store the target change_id of the change object to which certain actions like move are done
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.
PROGRAM_NAME VARCHAR2 30 No longer used.
PROGRAM_APP_NAME VARCHAR2 50 No longer used.
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
EGO_CHANGE_ACTIONS_B ego_change_actions_b PARENT_ACTION_ID
ego_change_actions_tl ego_change_actions_b ACTION_ID
ego_change_actions_b ego_change_actions_b PARENT_ACTION_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_CHANGE_ACTIONS_B_N1 Non Unique FUSION_TS_TX_DATA OBJECT_VERSION_NUMBER
EGO_CHANGE_ACTIONS_B_N2 Non Unique FUSION_TS_TX_DATA PARENT_ACTION_ID
EGO_CHANGE_ACTIONS_B_N3 Non Unique FUSION_TS_TX_DATA OBJECT_NAME, OBJECT_ID1
EGO_CHANGE_ACTIONS_B_PK Unique FUSION_TS_TX_DATA ACTION_ID