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


TABLE: BOM.CST_LC_ADJ_INTERFACE_ERRORS

Object Details
Object Name: CST_LC_ADJ_INTERFACE_ERRORS
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.CST_LC_ADJ_INTERFACE_ERRORS
Subobject Name:
Status: VALID


CST_LC_ADJ_INTERFACE_ERRORS is the child table of table CST_LC_ADJ_INTERFACE. It contains details of the failed validation of the data in CST_LC_ADJ_INTERFACE. The information is stored against each landed cost adjustment transaction (transaction_id), by column name (error_column) and the error itself (error_message).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CST_LC_ADJ_INTERFACE_ERRORS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER

Landed cost adjustment unique transaction identifier
GROUP_ID NUMBER
Yes Landed cost adjustment processor group id
ERROR_COLUMN VARCHAR2 (30)
Column in the interface table that has invalid value
ERROR_MESSAGE VARCHAR2 (240)
Description of the validation that failed for the column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
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
REQUEST_ID NUMBER

Concurrent Who column
PROGRAM_APPLICATION_ID NUMBER

Concurrent Who column
PROGRAM_ID NUMBER

Concurrent Who column
PROGRAM_UPDATE_DATE DATE

Concurrent Who column
Query Text

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


SELECT TRANSACTION_ID
,      GROUP_ID
,      ERROR_COLUMN
,      ERROR_MESSAGE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM BOM.CST_LC_ADJ_INTERFACE_ERRORS;

Dependencies

[top of page]

BOM.CST_LC_ADJ_INTERFACE_ERRORS does not reference any database object

BOM.CST_LC_ADJ_INTERFACE_ERRORS is referenced by following:

SchemaAPPS
SynonymCST_LC_ADJ_INTERFACE_ERRORS