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


TABLE: OKS.OKS_IMP_ERRORS

Object Details
Object Name: OKS_IMP_ERRORS
Object Type: TABLE
Owner: OKS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKS_IMP_ERRORS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_REQUEST_ID
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER
Yes Request id of the worker that has inserted the error.
PARENT_REQUEST_ID NUMBER

Request Id of the parent import process of the worker that has inserted the error record.
INTERFACE_TABLE VARCHAR2 (30)
Interface table name and Interface Id identify the record which failed the validation mentioned in error.
HEADER_INTERFACE_ID NUMBER

The header interface id of the record which failed validation mentioned in error message.
INTERFACE_ID NUMBER

Interface Id and Interface Table Name together identify the erroneous record.
ERROR_MESSAGE VARCHAR2 (30)
Error message inserted by Service Contracts Import workers which corresponds to fnd message code.
Query Text

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


SELECT REQUEST_ID
,      PARENT_REQUEST_ID
,      INTERFACE_TABLE
,      HEADER_INTERFACE_ID
,      INTERFACE_ID
,      ERROR_MESSAGE
FROM OKS.OKS_IMP_ERRORS;

Dependencies

[top of page]

OKS.OKS_IMP_ERRORS does not reference any database object

OKS.OKS_IMP_ERRORS is referenced by following:

SchemaOKS
ViewOKS_IMP_ERRORS#