CMR_AP_INTERFACE_ERRORS

This table captures the invoice distribution records that have errored out during interfacing the invoices from payables to CMR.

Details

  • Schema: FUSION

  • Object owner: CMR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CMR_AP_INTERFACE_ERRORS_PK

CMR_AP_INTERFACE_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
CMR_AP_INTERFACE_ERROR_ID NUMBER 18 Yes Primary key for payables interface errors table.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
INVOICE_DISTRIBUTION_ID NUMBER 18 Invoice distribution identifier that had an error while loading to interface table.
INVENTORY_TRANSFER_STATUS VARCHAR2 20 Flag to identify if the error record is transferred to costing or not.
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_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.

Indexes

Index Uniqueness Tablespace Columns
CMR_AP_INTERFACE_ERRORS_N1 Non Unique Default INVOICE_DISTRIBUTION_ID, REQUEST_ID
CMR_AP_INTERFACE_ERRORS_U1 Unique Default CMR_AP_INTERFACE_ERROR_ID