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


TABLE: IGC.IGC_CC_INTERFACE_ERRORS_ALL

Object Details
Object Name: IGC_CC_INTERFACE_ERRORS_ALL
Object Type: TABLE
Owner: IGC
Subobject Name:
Status: VALID


IGC_CC_INTERFACE_ERRORS stores temporary data pertaining to errors that were generated during the contract commitment's open interface data loading process. Prior to the start of the open interface load, the data from the previous load is deleted from the table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
INTERFACE_HEADER_ID NUMBER

Contract commitment defining column
INTERFACE_ACCT_LINE_ID NUMBER

Account line defining column
INTERFACE_DET_PF_LINE_ID NUMBER

Detail payment forecast line defining column
ERROR_MESSAGE VARCHAR2 (1260)
Text of error message
ORG_ID NUMBER (15)
Organization identifier
SET_OF_BOOKS_ID NUMBER (15)
Accounting books defining column
BATCH_ID NUMBER

Interface batch defining column
Query Text

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


SELECT INTERFACE_HEADER_ID
,      INTERFACE_ACCT_LINE_ID
,      INTERFACE_DET_PF_LINE_ID
,      ERROR_MESSAGE
,      ORG_ID
,      SET_OF_BOOKS_ID
,      BATCH_ID
FROM IGC.IGC_CC_INTERFACE_ERRORS_ALL;

Dependencies

[top of page]

IGC.IGC_CC_INTERFACE_ERRORS_ALL does not reference any database object

IGC.IGC_CC_INTERFACE_ERRORS_ALL is referenced by following:

SchemaIGC
ViewIGC_CC_INTERFACE_ERRORS_ALL#