VRM_REVENUE_DOCUMENT_ERRORS

VRM_REVENUE_DOCUMENT_ERRORS table stores the errors during revenue documents processing.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VRM_REVENUE_DOCUMENT_ERROR_PK

REVENUE_DOCUMENT_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
REVENUE_DOCUMENT_ERROR_ID NUMBER 18 Yes The revenue document error internal identifier.
ERROR_LINE_ID NUMBER 18 Yes Error line internal identifier.
ERROR_LINE_LEVEL VARCHAR2 120 Yes Level from which the error originated.
DOCUMENT_ID NUMBER 18 Source document unique identifier.
DOCUMENT_LINE_ID NUMBER 18 Source document line unique identifier.
DOCUMENT_SUB_LINE_ID NUMBER 18 Source document sub line unique identifier.
MESSAGE_TEXT VARCHAR2 960 The text of the error message.
INVALID_VALUE VARCHAR2 960 The invalid value that caused validation failure.
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.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.

Indexes

Index Uniqueness Tablespace Columns
VRM_REVENUE_DOC_ERRORS_N1 Non Unique Default ERROR_LINE_ID, ERROR_LINE_LEVEL
VRM_REVENUE_DOC_ERRORS_N2 Non Unique Default REQUEST_ID
VRM_REVENUE_DOC_ERRORS_U1 Unique Default REVENUE_DOCUMENT_ERROR_ID