[Home] [Help]
[Dependency Information]
| Object Name: | OKS_IMP_ERRORS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKS_IMP_ERRORS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARENT_REQUEST_ID
|
| 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. |
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;
OKS.OKS_IMP_ERRORS does not reference any database object
OKS.OKS_IMP_ERRORS is referenced by following:
OKS
OKS_IMP_ERRORS#
|
|
|
|