OKC_ART_INT_ERRORS

This table stores all the errors encountered during the clause import process. This is the error table for OKC Clause Library Open Interface. Scope: public Lifecycle: active Display Name: OKC Clause Import Error Interface Product: OKC Category: BUSINESS_ENTITY OKC_LIBRARY_CLAUSE

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

OKC_ART_INT_ERRORS_PK

BATCH_PROCESS_ID, INTERFACE_ID, ERROR_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
BATCH_PROCESS_ID NUMBER Yes The batch process for which the error was encountered. Foreign Key to OKC_ART_INT_BATPROCS.BATCH_PROCESS_ID.
INTERFACE_ID NUMBER 18 Yes The interface row that has failed validation. Foreign key to OKC_ART_INTERFACE_ALL.INTERFACE_ID.
ERROR_NUMBER NUMBER Yes Sequential number generated for each run. This does not use any sequence but a running number for each process.
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.
ERROR_TYPE VARCHAR2 1 Type of Error. If 'E' then Error. If 'W' then 'Warning'.
ERROR_DESCRIPTION VARCHAR2 2000 Yes Detailed description of the error. It provides a seeded message if it fails business validation or SQL error code and message if it fails any system validation.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ENTITY VARCHAR2 30 Yes Entity to which an error row corresponds. CLAUSES VARIABLES VALUESETS VSVALUES RELATIONSHIPS
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 Identifies the concurrent program
PROGRAM_APP_NAME VARCHAR2 50 Identifies the Application name spawning the Concurrent Request

Indexes

Index Uniqueness Tablespace Columns
OKC_ART_INT_ERRORS_U1 Unique Default BATCH_PROCESS_ID, INTERFACE_ID, ERROR_NUMBER