EGO_CHANGE_LOGS

Table used to store Engineering Change Order propagation logs.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_CHANGE_LOGS_PK

CHANGE_LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
CHANGE_LOG_ID NUMBER 18 Yes Identifier to uniquely determine change log rows
LOG_MESSAGE_NAME VARCHAR2 30 Yes Identifier determining the log message key
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_ID NUMBER 18 Yes Identifier determining the change id of the source change order
CHANGE_PROPAGATION_MAP_ID NUMBER 18 Used to store change_propagation_map_id from ego_change_propagation_maps table which contains the details of mappings done during propagation
LOG_CLASSIFICATION_CODE VARCHAR2 10 Yes Log classification code like Propagation
LOG_TYPE_CODE VARCHAR2 10 Type of the Log Code like ERROR,WARNING,INFO
LOCAL_CHANGE_ID NUMBER 18 Identifier determining the target Change Id
LOCAL_ORGANIZATION_ID NUMBER 18 Identifier determining the target Organization Id
CHANGE_LINE_ID NUMBER 18 Identifier determining the source Change Line Id
LOCAL_CHANGE_LINE_ID NUMBER 18 Identifier determining the target Change Line Id
REVISED_LINE_ID NUMBER 18 No longer used.
LOCAL_REVISED_LINE_ID NUMBER 18 Identifier determining the target Component Id
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_LOGS ego_engineering_changes_b CHANGE_ID
EGO_CHANGE_LOGS ego_change_lines_b REVISED_LINE_ID
EGO_CHANGE_LOGS ego_change_propagation_maps CHANGE_PROPAGATION_MAP_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_CHANGE_LOGS_N1 Non Unique Default CHANGE_ID, CHANGE_PROPAGATION_MAP_ID, CHANGE_LINE_ID, REVISED_LINE_ID
EGO_CHANGE_LOGS_PK Unique Default CHANGE_LOG_ID