VRM_SOURCE_DOC_ERRORS

VRM_SOURCE_DOC_ERRORS contains the errors during source documents processing.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VRM_SOURCE_DOC_ERRORS_PK

ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_ID NUMBER 18 Yes Error internal identifier.
ERROR_LINE_LEVEL VARCHAR2 30 Yes Level from which the error originated.
ERROR_LINE_ID NUMBER 18 Yes Error line internal identifier.
ERROR_MESSAGE_CODE VARCHAR2 30 Yes Error message code from the source system.
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.
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.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row.

Indexes

Index Uniqueness Tablespace Columns
VRM_SOURCE_DOC_ERRORS_N1 Non Unique Default ERROR_LINE_LEVEL, ERROR_LINE_ID
VRM_SOURCE_DOC_ERRORS_U1 Unique Default ERROR_ID