CJM_DOCUMENT_LINE_STG_ERRORS
This table stores errors encountered during the processing of data within the CJM_DOCUMENT_LINES_STG table for the batches.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CJM_DOCUMENT_LINE_STG_ERR_PK |
DOCUMENT_LINE_STG_ERROR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DOCUMENT_LINE_STG_ERROR_ID | NUMBER | 18 | Yes | Unique number to identify a row in the error table. | |
DOCUMENT_LINES_STG_ID | NUMBER | 18 | Unique identifier for the staging record of the document lines. | ||
DOCUMENT_BATCH_ID | NUMBER | 18 | Indicates the identifier of the document batch. | ||
COLUMN_NAME | VARCHAR2 | 30 | Column name in the cjm_document_lines_stg table for which the validation has failed. | ||
TOKEN1_NAME | VARCHAR2 | 500 | Specifies the name of the first token associated with the message. | ||
TOKEN1_UI_VALUE | VARCHAR2 | 500 | Specifies the user interface column name value used as the first token in the message. | ||
TOKEN1_BIP_VALUE | VARCHAR2 | 300 | Specifies the header column name value in the user input CSV file used as the first token in the message. | ||
TOKEN2_NAME | VARCHAR2 | 500 | Specifies the name of the second token associated with the message. | ||
TOKEN2_UI_VALUE | VARCHAR2 | 500 | Specifies the user interface column name value used as the second token in the message. | ||
TOKEN2_BIP_VALUE | VARCHAR2 | 300 | Specifies the header column name value in the user input CSV file used as the second token in the message. | ||
DISPUTE_TYPE_CODE | VARCHAR2 | 30 | Indicates whether the error in the column is due to a dispute regarding Eligibility or Amount. Values are from the lookup ORA_BATCH_LINE_DISPUTE_TYPE. | ||
MESSAGE_NAME | VARCHAR2 | 30 | Message name as defined in FND. This is used to retrieve the translated message text. | ||
COMMENTS | VARCHAR2 | 4000 | This column captures the text of the error message in the language of the user's environment at the time of creation. | ||
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. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or 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 |
---|---|---|---|
CJM_DOCUMENT_LINE_STG_ER_U1 | Unique | Default | DOCUMENT_LINE_STG_ERROR_ID |