CMR_RCV_INTF_TXNS_ERRORS

This table conatins error messages created while interfacing the receiving transaction.

Details

  • Schema: FUSION

  • Object owner: CMR

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CMR_RCV_INTF_TXNS_ERRORS_PK

RCV_TXN_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
RCV_TXN_ERROR_ID NUMBER 18 Yes Receiving transaction error identifier
EXTERNAL_SYSTEM_REFERENCE VARCHAR2 60 Yes Identifies the external source system.
EXTERNAL_SYSTEM_REF_ID VARCHAR2 30 Yes Stores a value that uniquely identifies a certain instance of an object within the external system
INTERFACE_BATCH_NUMBER VARCHAR2 50 Batch Number of External Systems interface run. Added to facilitate source system to identify which transactions were sent in which run on the source system
INTERFACE_BATCH_NAME VARCHAR2 250 Batch Name of External Systems interface run
ERROR_STATUS VARCHAR2 1 The status specifies the kind of error. Eg. 'D' denotes Duplicate transaction, 'E' means error in processing.
ERROR_MESSAGE VARCHAR2 255 Detailed message describing the error
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID 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.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Columns
CMR_RCV_INTF_TXNS_ERRORS_PK Unique RCV_TXN_ERROR_ID