INV_PROCESSING_ERRORS

This table captures the information about errors that occur during the processing of inventory transactions. These records compile error information when processing the inventory attribute transaction request errors. Use the PROCESS_HEADER_ID and PROCESS_LINE_ID attributes to identify the inventory attribute transaction request headers and lines. The ERROR_CODE and ERROR_EXPLANATION attributes provide additional error details for the inventory attribute transaction requests.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_PROCESSING_ERRORS_PK

INV_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
INV_ERROR_ID NUMBER 18 Yes Primary key Column. Unique error identifier.
ERROR_CODE VARCHAR2 240 Yes Code that identifies the error returned by the transaction manager.
ERROR_EXPLANATION VARCHAR2 240 Text that describes the error explanation.
ERROR_TYPE VARCHAR2 30 Code that identifies the error returned by the transaction manager or the inventory attribute update program.
PROCESS_HEADER_ID NUMBER 18 Yes Value that uniquely identifies the transaction flow that is being used for this transaction.
PROCESS_LINE_ID NUMBER 18 Yes Value that uniquely identifies the line level Inventory Attribute Update Request.
TABLE_NAME VARCHAR2 32 Table name associated to the error record.
COLUMN_NAME VARCHAR2 30 Column name associated to the error record.
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.

Indexes

Index Uniqueness Tablespace Columns
INV_PROCESSING_ERRORS_U1 Unique FUSION_TS_TX_IDX INV_ERROR_ID