EGO_CHANGE_HISTORY_INT

Interface table to import Change History.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

EGO_CHANGE_HISTORY_INT_PK

CHANGE_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
CHANGE_HISTORY_ID NUMBER 18 Yes CHANGE_HISTORY_ID is the unique id of the Change History Interface table.
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.
CHANGE_OBJECT_STATUS VARCHAR2 80 Yes CHANGE_OBJECT_STATUS indicates the status name of the change order in which the action has taken place.
CO_NUMBER VARCHAR2 300 CO_NUMBER is change order number.
ORGANIZATION_CODE VARCHAR2 18 ORGANIZATION_CODE will tell about which organization the Change order object belongs.
CHANGE_ID NUMBER 18 CHANGE_ID is the change Id of the corresponding history's change order.
LOAD_REQUEST_ID NUMBER 18 LOAD_REQUEST_ID is the mandatory column in all interface table as per FBDI guidelines and is populated by FBDI process.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
BATCH_ID NUMBER 18 BATCH_ID indicates the batch number during change order import process.
PROCESS_STATUS VARCHAR2 3 PROCESS_STATUS indicates whether the process is successful or failure.
ACTION_TYPE_VALUE VARCHAR2 4000 ACTION_TYPE_VALUE indicates the what type of action was performed on the Change Order.
SUB_ACTION_TYPE_VALUE VARCHAR2 4000 SUB_ACTION_TYPE_VALUE indicates what type of sub action was performed on the Change Order.
AFFECTED_OBJECT VARCHAR2 50 AFFECTED_OBJECT indicates the affected object name that is associated with the Change Order.
COMMENTS VARCHAR2 4000 COMMENTS indicates action log comments for change workflow, change actions etc.
AUTHOR_NAME VARCHAR2 4000 Yes AUTHOR_NAME indicates the Display Name of the user who has performed the action on the Change Order.
AUTHOR_DATE TIMESTAMP Yes AUTHOR_DATE indicates the Date and Time when the action was performed.
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.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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
EGO_CHANGE_HISTORY_INT_N1 Non Unique FUSION_TS_INTERFACE BATCH_ID, PROCESS_STATUS, REQUEST_ID
EGO_CHANGE_HISTORY_INT_N2 Non Unique FUSION_TS_INTERFACE REQUEST_ID, PROCESS_STATUS
EGO_CHANGE_HISTORY_INT_U1 Unique FUSION_TS_INTERFACE CHANGE_HISTORY_ID