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


TABLE: ONT.OE_EXP_INTERFACE_ERRORS

Object Details
Object Name: OE_EXP_INTERFACE_ERRORS
Object Type: TABLE
Owner: ONT
FND Design Data: TableONT.OE_EXP_INTERFACE_ERRORS
Subobject Name:
Status: VALID


This table contains error messages for each row of exposure data in the OE_EXPOSURE_INTERFACE table that failed validation. All the rows in this table for a given exposure
source are deleted when the user runs the Credit Exposure Import program for that exposure
source. New error rows are created during the new program execution when the exposures failed
validation.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OE_EXP_INTERFACE_ERRORS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnREQUEST_ID
Columns
Name Datatype Length Mandatory Comments
EXPOSURE_SOURCE_CODE VARCHAR2 (30) Yes A code that uniquely identify the source of the exposure data.
EXPOSURE_INTERFACE_ID NUMBER

A number that uniquely identifes a row in the OE_EXPOSURE_INTERFACE table for the given exposure source.
BATCH_ID NUMBER

A batch number that can be used by the Credit Exposure Import program to identify rows for import.
ERROR_MESSAGE_NAME VARCHAR2 (30)
The error message name when the exposure row failed validation/report.
ERROR_MESSAGE VARCHAR2 (2000)
The actual translated message text.
CREATED_BY NUMBER
Yes Standard who column.
CREATION_DATE DATE
Yes Standard who column.
LAST_UPDATED_BY NUMBER
Yes Standard who column.
LAST_UPDATE_DATE DATE
Yes Standard who column.
LAST_UPDATE_LOGIN NUMBER

Extended who column.
PROGRAM_APPLICATION_ID NUMBER

Extended who column.
PROGRAM_ID NUMBER

Extended who column.
PROGRAM_UPDATE_DATE DATE

Extended who column.
REQUEST_ID NUMBER

Concurrent requests that last processed this row.
Query Text

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


SELECT EXPOSURE_SOURCE_CODE
,      EXPOSURE_INTERFACE_ID
,      BATCH_ID
,      ERROR_MESSAGE_NAME
,      ERROR_MESSAGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
FROM ONT.OE_EXP_INTERFACE_ERRORS;

Dependencies

[top of page]

ONT.OE_EXP_INTERFACE_ERRORS does not reference any database object

ONT.OE_EXP_INTERFACE_ERRORS is referenced by following:

SchemaAPPS
SynonymOE_EXP_INTERFACE_ERRORS