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


TABLE: INL.INL_INTERFACE_ERRORS

Object Details
Object Name: INL_INTERFACE_ERRORS
Object Type: TABLE
Owner: INL
FND Design Data: TableINL.INL_INTERFACE_ERRORS
Subobject Name:
Status: VALID


This table stores information on errors occurred during LCM Open Interface Processor.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
INTERFACE_ERROR_ID NUMBER
Yes Interface Error Identififer
PARENT_TABLE_NAME VARCHAR2 (30) Yes Name of the table the error refers to: INL_SHIP_HEADERS_INT, INL_SHIP_LINES_INT, INL_MATCHES_INT, INL_MATCH_AMOUNTS_INT
PARENT_TABLE_ID NUMBER
Yes Identifier of the table line the error refers to: SHIP_HEADER_INT_ID, SHIP_LINE_INT_ID, MATCH_INT_ID, MATCH_AMOUNT_INT_ID
COLUMN_NAME VARCHAR2 (30)
Column Name
COLUMN_VALUE VARCHAR2 (4000)
Column Value
PROCESSING_DATE DATE

Processing Date
ERROR_MESSAGE_NAME VARCHAR2 (30)
Error Message Name
ERROR_MESSAGE VARCHAR2 (2000)
Error Message
TOKEN1_NAME VARCHAR2 (100)
1st token name of the message
TOKEN1_VALUE VARCHAR2 (200)
1st token value of the message
TOKEN2_NAME VARCHAR2 (100)
2nd token name of the message
TOKEN2_VALUE VARCHAR2 (200)
2nd token value of the message
TOKEN3_NAME VARCHAR2 (100)
3rd token name of the message
TOKEN3_VALUE VARCHAR2 (200)
3rd token value of the message
TOKEN4_NAME VARCHAR2 (100)
4th token name of the message
TOKEN4_VALUE VARCHAR2 (200)
4th token value of the message
TOKEN5_NAME VARCHAR2 (100)
5th token name of the message
TOKEN5_VALUE VARCHAR2 (200)
5th token value of the message
TOKEN6_NAME VARCHAR2 (100)
6th token name of the message
TOKEN6_VALUE VARCHAR2 (200)
6th token value of the message
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PROGRAM_ID NUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
Query Text

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


SELECT INTERFACE_ERROR_ID
,      PARENT_TABLE_NAME
,      PARENT_TABLE_ID
,      COLUMN_NAME
,      COLUMN_VALUE
,      PROCESSING_DATE
,      ERROR_MESSAGE_NAME
,      ERROR_MESSAGE
,      TOKEN1_NAME
,      TOKEN1_VALUE
,      TOKEN2_NAME
,      TOKEN2_VALUE
,      TOKEN3_NAME
,      TOKEN3_VALUE
,      TOKEN4_NAME
,      TOKEN4_VALUE
,      TOKEN5_NAME
,      TOKEN5_VALUE
,      TOKEN6_NAME
,      TOKEN6_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
FROM INL.INL_INTERFACE_ERRORS;

Dependencies

[top of page]

INL.INL_INTERFACE_ERRORS does not reference any database object

INL.INL_INTERFACE_ERRORS is referenced by following:

SchemaAPPS
SynonymINL_INTERFACE_ERRORS