VCS_IMPORT_ERRORS_INT

Contains the errors that are reported during import process.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

VCS_IMPORT_ERRORS_INT_PK

LOAD_REQUEST_ID, ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments Status
ERROR_ID NUMBER 18 Yes Unique identifier for an error in the request.
IMPORT_SOURCE VARCHAR2 60 Yes Identifier of the import data source.
SOURCE_ID NUMBER 18 Yes Unique identifier of the source.
ERROR_MESSAGE_CODE VARCHAR2 30 Yes Error message code to capture the reason for failure.
LINE_NUMBER NUMBER 9 Identifies the line number if using file import.
TOKEN_NAME1 VARCHAR2 30 First token name to be passed to the error message.
TOKEN_VALUE1 VARCHAR2 300 First token value to be passed to the error message.
TOKEN_NAME2 VARCHAR2 30 Second token name to be passed to the error message.
TOKEN_VALUE2 VARCHAR2 300 Second token value to be passed to the error message.
TOKEN_NAME3 VARCHAR2 30 Third token name to be passed to the error message.
TOKEN_VALUE3 VARCHAR2 300 Third token value to be passed to the error message.
TOKEN_NAME4 VARCHAR2 30 Fourth token name to be passed to the error message.
TOKEN_VALUE4 VARCHAR2 300 Fourth token value to be passed to the error message.
TOKEN_NAME5 VARCHAR2 30 Fifth token name to be passed to the error message.
TOKEN_VALUE5 VARCHAR2 300 Fifth token value to be passed to the error message.
LOAD_REQUEST_ID NUMBER 18 Yes Identifies the instance that loads the data
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ERROR_TYPE VARCHAR2 30 Yes Abbreviation that identifies the type of error related to the import request.
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.
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. Active

Indexes

Index Uniqueness Tablespace Columns
VCS_IMPORT_ERRORS_INT_N1 Non Unique Default SOURCE_ID, IMPORT_SOURCE
VCS_IMPORT_ERRORS_INT_U1 Unique Default LOAD_REQUEST_ID, ERROR_ID