RCV_INTERFACE_ERRORS

RCV_INTERFACE_ERRORS contains error message information generated by the open interface programs in Oracle Receiving. For every interface transaction row with errors, this table contains a row for each column that has an error. The INTERFACE_TYPE and INTERFACE_TRANSACTION_ID columns identify the Oracle Receiving program and interface transaction that generated the error message. The COLUMN_NAME and ERROR_MESSAGE columns identify the interface column in error with a descriptive error message.

Details

  • Schema: FUSION

  • Object owner: RCV

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

RCV_INTERFACE_ERRORS_PK

INTERFACE_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ERROR_ID NUMBER 18 Yes Unique identifier for the interface error row.
ERROR_TYPE VARCHAR2 25 Yes Type of the error message that is raised. Possible values are ERROR and WARNING.
ERROR_MESSAGE VARCHAR2 240 Error message text for the interface error row. This value is translated in the language corresponding to the session in which the receiving transaction manager is invoked.
ERROR_MESSAGE_NAME VARCHAR2 240 Error message name for the interface error row. This value corresponds to the message name stored in message data dictionary.
BATCH_ID NUMBER 18 Unique identifier of batch being processed at the time of error. This is a foreign key for GROUP_ID when the interface errors are populated for receiving transaction manager process.
INTERFACE_HEADER_ID NUMBER 18 Unique identifier of the header interface record being processed at the time of error.
INTERFACE_LINE_ID NUMBER 18 Unique identifier of the line interface record being processed at the time of error.
TABLE_NAME VARCHAR2 30 Table name related to the interface error row.
COLUMN_NAME VARCHAR2 30 Table Column name related to interface error 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_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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or 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_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
LOAD_REQUEST_ID NUMBER 18 Used by Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row.

Indexes

Index Uniqueness Tablespace Columns
RCV_INTERFACE_ERRORS_N1 Non Unique Default BATCH_ID
RCV_INTERFACE_ERRORS_N2 Non Unique Default INTERFACE_LINE_ID
RCV_INTERFACE_ERRORS_U1 Unique Default INTERFACE_ERROR_ID