OKC_DTS_VALIDATION_ERRORS

OKC_DTS_VALIDATION_ERRORS contains DTS and order processing errors initiated from contract DTS system.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

OKC_DTS_VALIDATION_ERRORS_PK

ERROR_TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_TRANSACTION_ID NUMBER 18 Yes Unique identifier
BATCH_ID NUMBER Yes Order processing batch identifier
CHR_ID NUMBER 18 Yes Contract header identifier
CLE_ID NUMBER 18 Contract line identifier
DELIVERABLE_ID NUMBER 18 Deliverable identifier
ERROR_SEVERITY VARCHAR2 30 Yes Error severity
MESSAGE_TEXT VARCHAR2 2000 Error message string
INTERNAL_ERROR_TYPE VARCHAR2 30 Yes Internal error type to differentiate synchronous validation errors at the time of Initiate Order and asynchronous errors at the time of Create Order, valid values 'SYNC_VAL_FAILURE', 'ASYNC_SERV_FAILURE'
MESSAGE_CODE VARCHAR2 30 Error message code
MSG_TOKEN1_NAME VARCHAR2 240 Message token name
MSG_TOKEN1_VALUE VARCHAR2 240 Message token value
MSG_TOKEN2_NAME VARCHAR2 240 Message token name
MSG_TOKEN2_VALUE VARCHAR2 20 Message token value
MSG_TOKEN3_NAME VARCHAR2 240 Message token name
MSG_TOKEN3_VALUE VARCHAR2 20 Message token value
MSG_TOKEN4_NAME VARCHAR2 20 Message token name
MSG_TOKEN4_VALUE VARCHAR2 240 Message token value
MSG_TOKEN5_NAME VARCHAR2 20 Message token name
MSG_TOKEN5_VALUE VARCHAR2 240 Message token value
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.
COLUMN_NAME VARCHAR2 30 Error column name derived from PO Interface Errors
COLUMN_VALUE VARCHAR2 4000 Error column value derived from PO Interface Errors
APP_NAME VARCHAR2 50 Application Short Name

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_DTS_VALIDATION_ERRORS okc_dts_deliverables_b DELIVERABLE_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_DTS_VALIDATION_ERR_N1 Non Unique Default BATCH_ID
OKC_DTS_VALIDATION_ERR_N2 Non Unique Default DELIVERABLE_ID
OKC_DTS_VALIDATION_ERR_N3 Non Unique Default CLE_ID, CHR_ID
OKC_DTS_VALIDATION_ERR_U1 Unique Default ERROR_TRANSACTION_ID