ZMM_IMP_ERROR

This table holds all the Common Components Bulk Import errors.

Details

  • Schema: FUSION

  • Object owner: ZMM

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ZMM_IMP_ERROR_PK

ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_ID NUMBER 18 Yes ERROR_ID
BATCH_ID NUMBER 18 Yes BATCH_ID
INTERFACE_TABLE VARCHAR2 64 Yes INTERFACE_TABLE
INTERFACE_ROW_ID NUMBER 18 Yes INTERFACE_ROW_ID
MESSAGE_NAME VARCHAR2 64 Yes MESSAGE_NAME
TOKEN1_NAME VARCHAR2 64 TOKEN1_NAME
TOKEN1_VALUE VARCHAR2 64 TOKEN1_VALUE
TOKEN2_NAME VARCHAR2 64 TOKEN2_NAME
TOKEN2_VALUE VARCHAR2 64 TOKEN2_VALUE
TOKEN3_NAME VARCHAR2 64 TOKEN3_NAME
TOKEN3_VALUE VARCHAR2 64 TOKEN3_VALUE
TOKEN4_NAME VARCHAR2 64 TOKEN4_NAME
TOKEN4_VALUE VARCHAR2 64 TOKEN4_VALUE
TOKEN5_NAME VARCHAR2 64 TOKEN5_NAME
TOKEN5_VALUE VARCHAR2 64 TOKEN5_VALUE
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.
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.

Indexes

Index Uniqueness Tablespace Columns
ZMM_IMP_ERROR_N1 Non Unique FUSION_TS_TX_DATA INTERFACE_TABLE
ZMM_IMP_ERROR_PK Unique Default ERROR_ID