EGO_IMPORT_ERRORS

Changes import errors are captured in this table.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EGO_IMPORT_ERRORS_PK

ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_ID NUMBER 18 Yes ERROR_ID is the unique Id of the error row in EGO_IMPORT_ERRORS 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.
ORGANIZATION_CODE VARCHAR2 18 Yes ORGANIZATION_CODE is the organization to which the object(Change Order,Change line) belongs.
CHANGE_NOTICE VARCHAR2 50 Yes CHANGE_NOTICE is the change order of the current error.
ERROR_TABLE_NAME VARCHAR2 30 Yes ERROR_TABLE_NAME indicate whether the error occurred while processing Change order Interface table or Change Lines Interface table or Change Order Attachments Interface table.
MESSAGE_TEXT VARCHAR2 2000 Yes MESSAGE_TEXT tells about the message about the error that occured.
TRANSACTION_ID NUMBER 18 TRANSACTION_ID is the id of the transaction when the error occured.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ERROR_COLUMN_NAME VARCHAR2 30 ERROR_COLUMN_NAME indicates the interface table column name for which the error occurred.
MESSAGE_SEVERITY VARCHAR2 1 MESSAGE_SEVERITY indicates the severity of the Message.
MESSAGE_NAME VARCHAR2 30 MESSAGE_NAME indicates the name of the message.
ITEM_NUMBER VARCHAR2 300 ITEM_NUMBER is nothing but the chnage line number for which the error occurred.
FILE_NAME VARCHAR2 2000 FILE_NAME is nothing but the attachment filke name for which the error has occurred.
ERROR_TYPE VARCHAR2 30 ERROR_TYPE indicates the type of the ERROR.
ERROR_PROCESS_PHASE VARCHAR2 30 ERROR_PROCESS_PHASE gives details about error process phase.
LOAD_REQUEST_ID NUMBER 18 Load Request Id is the mandatory column in all interface tables as per FBDI guidelines and is being populated by FBDI process.
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
EGO_IMPORT_ERRORS_U1 Unique Default ERROR_ID