EGO_CHANGE_ERRORS

This is a generic error table to be used for Change Management & Version flows.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_CHANGE_ERRORS_PK

ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_ID NUMBER 18 Yes Unique identifier for the change errors table
MESSAGE_NAME VARCHAR2 30 This field will hold the MESSAGE NAME if the error has any
MESSAGE_TEXT VARCHAR2 240 This field will hold the message text in the language fo the user who created this record
MESSAGE_DETAIL VARCHAR2 4000 This field will hold additional data regarding the error
ENTITY_TYPE VARCHAR2 30 Yes Possible values for Entity Type are COLINE,NEWITEMLINE,ITEMVERSION
ENTITY_PROCESS VARCHAR2 30 Yes Possible values for Entity Process are EFFECTIVATION,IMPLEMENTATION,NIR_EFFECTIVATION,MASSUPDATE
PK1_VALUE VARCHAR2 30 Yes Used to store thread id of change order implementation/activation and new item request activation process
PK2_VALUE VARCHAR2 30 Used to refer the change line identiifer of the corresponding version on which the error occurred
PK3_VALUE VARCHAR2 30 Used to refer the version identifier of the corresponding version on which the error occurred
PK4_VALUE VARCHAR2 30 Used to refer any other identifiers from other tables
PK5_VALUE VARCHAR2 30 Used to refer any other identifiers from other tables
ERROR_ENTITY_DEF VARCHAR2 300 The definition name & full path of the erroring entity
ERROR_ENTITY_PK1_VALUE VARCHAR2 30 It refers to unique identiifer 1 of the entity on which the error has occurred. For ex: Inventory item identiifer
ERROR_ENTITY_PK2_VALUE VARCHAR2 30 It refers to unique identiifer 2 of the entity on which the error has occurred. For ex: Inventory organization identifier
ERROR_ENTITY_PK3_VALUE VARCHAR2 30 It refers to unique identiifer 3 of the entity on which the error has occurred. For example: Bill sequence identifer for the structure, EFF Line Identifier for the EFF data, Item relationship identifier for AML, Supplier Association identifier
ERROR_ENTITY_PK4_VALUE VARCHAR2 30 Used to refer any other identifiers from other tables
ERROR_ENTITY_PK5_VALUE VARCHAR2 30 Used to refer any other identifiers from other tables
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.
SERVER_NAME VARCHAR2 255 This field will hold the server name in which the error has occured.
ERROR_DETAIL CLOB This field will hold more details related to error.
ECID VARCHAR2 255 This field holds the unique identifier for the error.
ERROR_ENTITY_ACD_TYPE VARCHAR2 30 A value that identifies the row of the object record where the error occurred,for debugging purposes.
ERROR_TYPE VARCHAR2 40 This column stores the error type of the record.

Indexes

Index Uniqueness Tablespace Columns
EGO_CHANGE_ERRORS_N1 Non Unique Default PK1_VALUE
EGO_CHANGE_ERRORS_PK Unique FUSION_TS_TX_DATA ERROR_ID