Search Results igc_cc_acct_lines_interface
Overview
The IGC_CC_ACCT_LINES_INTERFACE table is a critical open interface table within the Oracle E-Business Suite (EBS) Contract Commitment (IGC) module. Its primary function is to serve as a staging area for importing detailed accounting line information for contract commitments into the core transactional table, IGC_CC_ACCT_LINES. This interface-driven architecture is a standard Oracle design pattern, enabling the bulk loading and validation of data from external systems, legacy applications, or custom programs before it is formally processed and accepted into the production tables. The table's existence is essential for data migration, system integration, and batch processing scenarios in both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table stores a comprehensive set of attributes required to define a commitment accounting line. Its primary key is INTERFACE_ACCT_LINE_ID, which uniquely identifies each record in the interface. Key relational columns include INTERFACE_HEADER_ID, linking the line to its parent commitment header in IGC_CC_HEADERS, and INTERFACE_PARENT_ACCT_LINE_ID, which supports hierarchical line structures. Critical accounting and project data points are stored via foreign keys to foundational EBS tables: CC_BUDGET_CODE_COMBINATION_ID and CC_CHARGE_CODE_COMBINATION_ID reference GL_CODE_COMBINATIONS; PROJECT_ID and TASK_ID link to PA_PROJECTS_ALL and PA_TASKS, respectively; and EXPENDITURE_TYPE references PA_EXPENDITURE_TYPES. The table also integrates with Purchasing data through references to PO_LINES_ALL and PO_LINE_LOCATIONS_ALL.
Common Use Cases and Queries
The predominant use case is the batch import of commitment lines, typically executed via a concurrent program that validates and transfers data from this interface. Common operational queries involve identifying records pending processing or those that have failed validation. A typical diagnostic query would be:
- SELECT interface_acct_line_id, process_flag, error_message FROM igc_cc_acct_lines_interface WHERE process_flag = 'ERROR';
For data migration, a standard pattern is to populate the interface table via SQL*Loader or a custom PL/SQL script, then execute the standard import program. Reporting on the interface queue volume is another frequent activity, using aggregate counts grouped by PROCESS_FLAG status ('PENDING', 'PROCESSED', 'ERROR').
Related Objects
This interface table has a direct and fundamental relationship with the base transaction table IGC_CC_ACCT_LINES. It is governed by the primary key constraint ICALI_PK. As indicated by the extensive foreign key metadata, it is deeply integrated with multiple EBS modules. Key dependencies include: IGC_CC_HEADERS for the commitment header; GL_CODE_COMBINATIONS (twice) for budget and charge accounts; PA_PROJECTS_ALL, PA_TASKS, and PA_EXPENDITURE_TYPES for Project Accounting integration; PO_LINES_ALL and PO_LINE_LOCATIONS_ALL for Purchasing data; and AP_TAX_CODES_ALL for tax information. Successful data processing relies on the integrity and existence of corresponding records in these referenced tables.
-
Table: IGC_CC_ACCT_LINES_INTERFACE
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CC_ACCT_LINES_INTERFACE, object_name:IGC_CC_ACCT_LINES_INTERFACE, status:VALID, product: IGC - Contract Commitment , description: Open interface table for IGC_CC_ACCT_LINES , implementation_dba_data: IGC.IGC_CC_ACCT_LINES_INTERFACE ,
-
Table: IGC_CC_ACCT_LINES_INTERFACE
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CC_ACCT_LINES_INTERFACE, object_name:IGC_CC_ACCT_LINES_INTERFACE, status:VALID, product: IGC - Contract Commitment , description: Open interface table for IGC_CC_ACCT_LINES , implementation_dba_data: IGC.IGC_CC_ACCT_LINES_INTERFACE ,
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_ACCT_LINES_INTERFACE
12.1.1
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_ACCT_LINES_INTERFACE
12.2.2
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_ACCT_LINES
12.1.1
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_ACCT_LINES
12.2.2
-
SYNONYM: APPS.IGC_CC_ACCT_LINES_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGC_CC_ACCT_LINES_INTERFACE, status:VALID,
-
SYNONYM: APPS.IGC_CC_ACCT_LINES_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGC_CC_ACCT_LINES_INTERFACE, status:VALID,
-
VIEW: IGC.IGC_CC_ACCT_LINES_INTERFACE#
12.2.2
owner:IGC, object_type:VIEW, object_name:IGC_CC_ACCT_LINES_INTERFACE#, status:VALID,
-
VIEW: IGC.IGC_CC_ACCT_LINES_INTERFACE#
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
Table: IGC_CC_HEADERS
12.1.1
product: IGC - Contract Commitment , description: General information about the financial representation of a contract , implementation_dba_data: Not implemented in this database ,
-
Table: IGC_CC_HEADERS
12.2.2
product: IGC - Contract Commitment , description: General information about the financial representation of a contract , implementation_dba_data: Not implemented in this database ,
-
Table: AP_TAX_CODES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_CODES_ALL, object_name:AP_TAX_CODES_ALL, status:VALID, product: AP - Payables , description: Tax code information , implementation_dba_data: AP.AP_TAX_CODES_ALL ,
-
Table: AP_TAX_CODES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TAX_CODES_ALL, object_name:AP_TAX_CODES_ALL, status:VALID, product: AP - Payables , description: Tax code information , implementation_dba_data: AP.AP_TAX_CODES_ALL ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: IGC.IGC_CC_ACCT_LINES_INTERFACE
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CC_ACCT_LINES_INTERFACE, object_name:IGC_CC_ACCT_LINES_INTERFACE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_HEADERS_INTERFACE
12.2.2
-
APPS.IGC_CC_OPEN_INTERFACE_PKG SQL Statements
12.1.1
-
TABLE: IGC.IGC_CC_ACCT_LINES_INTERFACE
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CC_ACCT_LINES_INTERFACE, object_name:IGC_CC_ACCT_LINES_INTERFACE, status:VALID,
-
APPS.IGC_CC_OPEN_INTERFACE_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_HEADERS_INTERFACE
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_DET_PF_INTERFACE
12.1.1
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_DET_PF_INTERFACE
12.2.2
-
PACKAGE BODY: APPS.IGC_CC_OPEN_INTERFACE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGC_CC_OPEN_INTERFACE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGC_CC_OPEN_INTERFACE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGC_CC_OPEN_INTERFACE_PKG, status:VALID,
-
Table: PO_LINE_LOCATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINE_LOCATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
Table: PO_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
Table: PA_EXPENDITURE_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPES, object_name:PA_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of expenditures charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_TYPES ,
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_DET_PF
12.1.1
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_DET_PF
12.2.2
-
Table: PA_EXPENDITURE_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPES, object_name:PA_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of expenditures charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_TYPES ,
-
Table: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: GL_CODE_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
Table: GL_CODE_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_HEADERS
12.2.2
-
APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on IGC_CC_HEADERS
12.1.1