DBA Data[Home] [Help] [Dependency Information]


TABLE: OKC.OKC_ART_INT_ERRORS

Object Details
Object Name: OKC_ART_INT_ERRORS
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_ART_INT_ERRORS
Subobject Name:
Status: VALID


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


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_ART_INT_ERRORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_PROCESS_ID
ColumnINTERFACE_ID
ColumnERROR_NUMBER
Columns
Name Datatype Length Mandatory 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
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
Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
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 NUMBER
Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER

Standard Who column.
PROGRAM_ID NUMBER

Standard Concurrent Program column.
PROGRAM_LOGIN_ID NUMBER

Standard Concurrent Program column.
PROGRAM_APPLICATION_ID NUMBER

Standard Concurrent Program column.
REQUEST_ID NUMBER

Standard Concurrent Program column.
ENTITY VARCHAR2 (30)
Entity to which an error row corresponds. CLAUSES VARIABLES VALUESETS VSVALUES RELATIONSHIPS
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_PROCESS_ID
,      INTERFACE_ID
,      ERROR_NUMBER
,      OBJECT_VERSION_NUMBER
,      ERROR_TYPE
,      ERROR_DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
,      ENTITY
FROM OKC.OKC_ART_INT_ERRORS;

Dependencies

[top of page]

OKC.OKC_ART_INT_ERRORS does not reference any database object

OKC.OKC_ART_INT_ERRORS is referenced by following:

SchemaAPPS
SynonymOKC_ART_INT_ERRORS