EGP_IMPORT_ERRORS

Table to Log Import processing Errors.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

EGP_IMPORT_ERRORS_PK

ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_ID NUMBER 18 Yes Attribute indicating the unique identifier of the error in the import
ERROR_FIXED VARCHAR2 1 This column is used to indicate if error is fixed from adfdi spreadsheet. If fixed from adfdi, it is set to 'Y' else null
TRANSACTION_ID NUMBER 18 Yes Attribute indicating the transaction identifier associated with the import
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ERROR_TABLE_NAME VARCHAR2 30 Yes Attribute indicating the table name of the errors associated with each error rows
ERROR_COLUMN_NAME VARCHAR2 30 Attribute indicating the name of the error in the import
CONCATENATED_PK VARCHAR2 300 A group of objects related to items such as structures or packs.
MESSAGE_SEVERITY VARCHAR2 1 Attribute indicating the severity of the message generated in the import. You can ignore the messages with severity D as these messages are for internal use.
MESSAGE_NAME VARCHAR2 30 Attribute indicating the message name generated while processing the import.
MESSAGE_TEXT VARCHAR2 4000 Yes Statement, picture in words, or account that describes; descriptive representation.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
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.
REVISION_TRANSACTION_ID NUMBER 18 Attribute indicating the transaction id associated with the revision creation in the import
ASSOCIATION_TRANSACTION_ID NUMBER 18 Attribute indicating the unique identifier of the supplier association import
ITEM_CATEGORY_INTF_UNIQUE_ID NUMBER 18 Attribute indicating the unique identifier associated with the item category in the import
ERROR_TYPE VARCHAR2 30 Attribute indicating the error type associated for eac record in the import
ERROR_PROCESS_PHASE VARCHAR2 30 Attribute indicating the phase of the import process when the error occurred
LOAD_REQUEST_ID NUMBER 18 Attribute indicating the request id associated with the import process.
MESSAGE_DETAILS CLOB Attribute to store stacktrace of an exception during import process

Indexes

Index Uniqueness Tablespace Columns
EGP_IMPORT_ERRORS_N1 Non Unique Default TRANSACTION_ID
EGP_IMPORT_ERRORS_N2 Non Unique Default REQUEST_ID
EGP_IMPORT_ERRORS_U1 Unique Default ERROR_ID