VCS_INTERFACE_ERRORS

VCS_INTERFACE_ERRORS contains the errors that are reported during the response upload process.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_INTERFACE

Primary Key

Name Columns

VCS_INTERFACE_ERRORS_PK

ERROR_RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_RECORD_ID NUMBER 18 Yes Primay key identifying the record.
BKT_START_DATE DATE Bucket start date of the record in upload file that failed validation.
UPLOAD_ID NUMBER 18 Unique identifier of the flat file uploaded.
UPLOAD_ROW_NUMBER NUMBER 9 Row number of the record in upload file that failed with this validation.
INT_HEADER_ID NUMBER 18 Unique identifier of the interface header record.
INT_LINE_ID NUMBER 18 Unique identifier of the interface line record.
INT_DETAIL_ID NUMBER 18 Unique identifier of the interface detail record.
INT_REP_ITEM_ID NUMBER 18 Unique identifier of the interface replenishment item record.
ERROR_MESSAGE_CODE VARCHAR2 30 Error message code to capture the reason for failure.
ERROR_MESSAGE VARCHAR2 400 Error message to capture the reason for failure.
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_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.
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.

Indexes

Index Uniqueness Tablespace Columns
VCS_INTERFACE_ERRORS_N1 Non Unique Default LAST_UPDATE_DATE, INT_REP_ITEM_ID, INT_HEADER_ID
VCS_INTERFACE_ERRORS_U1 Unique Default ERROR_RECORD_ID