ACA_IMPORT_ERRORS_LOG

Log table to capture error during Bulk Import process

Details

  • Schema: FUSION

  • Object owner: aca

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_IMPORT_ERRORS_LOG_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Id value for the import error interface table.
INTERFACE_TABLE_NAME VARCHAR2 30 Interface table name for which error is logging.
INTERFACE_COLUMN_NAME VARCHAR2 30 Column name of the interface table for which error is logging.
LOAD_REQUEST_ID NUMBER 18 When Data file uploaded and click on submit that time the load request Id generated.
INTERFACE_ROW_ID NUMBER 18 INTERFACE_ROW_ID is the unique identifier for the record with in a batch.
ERROR_CODE NUMBER 18 Error code value for the import error interface table.
ERROR_DESC VARCHAR2 300 Description about the error value for the import error interface table.
PRODUCT_CODE VARCHAR2 30 Proudct code value for the import error interface table.
TYPE VARCHAR2 30 Type value for the import error interface table.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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
ACA_IMPORT_ERRORS_LOG_U1 Unique Default ID