Search Results igc_cbc_je_batches
Overview
The IGC_CBC_JE_BATCHES table is a core data object within the Oracle E-Business Suite (EBS) module IGC (Contract Commitment). Its primary function is to serve as the header-level repository for batches of journal entries generated by the Commitment Budgetary Control (CBC) process. In the context of Oracle EBS Financials, budgetary control enforces spending against predefined budgets. This table specifically tracks the batches created when the system processes contract commitments and their associated financial encumbrances, ensuring that expenditures are recorded and monitored against the correct budgetary controls. It acts as a critical link between the contract commitment lifecycle in IGC and the general ledger accounting in GL, maintaining the integrity of financial controls for projects and contracts.
Key Information Stored
The table stores essential header information for each budgetary control journal batch. The primary identifier is the CBC_JE_BATCH_ID, a unique system-generated key. A crucial foreign key is the SET_OF_BOOKS_ID, which links the batch to a specific accounting ledger (GL_SETS_OF_BOOKS), ensuring financial data is posted to the correct book of record. While the provided ETRM excerpt lists only these specific columns, a typical batch header table in this context would also be expected to store status information (e.g., 'Posted', 'Incomplete'), the batch name and description, creation date, and the user who created it. This metadata is vital for audit trails, reconciliation, and tracking the progression of commitment journals through the posting workflow.
Common Use Cases and Queries
This table is central to troubleshooting and reporting on the commitment accounting process. Common operational scenarios include identifying batches that have failed to post to the general ledger or reconciling commitment amounts between IGC and GL. A fundamental query involves joining to the GL_SETS_OF_BOOKS table to report on batches by ledger. For example:
- Batch Listing by Ledger:
SELECT b.cbc_je_batch_id, b.batch_name, g.name ledger_name, b.creation_date FROM igc_cbc_je_batches b, gl_sets_of_books g WHERE b.set_of_books_id = g.set_of_books_id; - Investigating Journal Lines: Analysts frequently query from IGC_CBC_JE_BATCHES down to its child table, IGC_CBC_JE_LINES, to examine detailed journal entries for a problematic batch, using the CBC_JE_BATCH_ID as the join key.
- Reconciliation: The table serves as a starting point for reconciling the total encumbrance amounts from commitment batches with summary account balances in the general ledger.
Related Objects
As indicated by the foreign key relationships, IGC_CBC_JE_BATCHES is a pivotal table with several key dependencies. It is the parent table for IGC_CBC_JE_LINES, which holds the individual journal entry lines that constitute the batch. The relationship with IGC_CBC_MC_JE_BATCHES suggests an extension for multi-currency processing, where the original batch ID is referenced. Crucially, it maintains referential integrity with the core GL table GL_SETS_OF_BOOKS via the SET_OF_BOOKS_ID foreign key, anchoring the commitment accounting to a formal ledger. Understanding these relationships is essential for navigating the data model and constructing accurate joins for comprehensive reporting on commitment-based budgetary control.
-
Table: IGC_CBC_JE_BATCHES
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_JE_BATCHES, object_name:IGC_CBC_JE_BATCHES, status:VALID, product: IGC - Contract Commitment , description: Commitment budgetary control batches , implementation_dba_data: IGC.IGC_CBC_JE_BATCHES ,
-
Table: IGC_CBC_JE_BATCHES
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_JE_BATCHES, object_name:IGC_CBC_JE_BATCHES, status:VALID, product: IGC - Contract Commitment , description: Commitment budgetary control batches , implementation_dba_data: IGC.IGC_CBC_JE_BATCHES ,
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on IGC_CBC_JE_BATCHES
12.2.2
-
APPS.IGC_CBC_VALIDATIONS_PKG dependencies on IGC_CBC_JE_BATCHES
12.1.1
-
APPS.IGC_CBC_VALIDATIONS_PKG dependencies on IGC_CBC_JE_BATCHES
12.1.1
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on IGC_CBC_JE_BATCHES
12.1.1
-
APPS.IGC_CBC_VALIDATIONS_PKG dependencies on IGC_CBC_JE_BATCHES
12.2.2
-
APPS.IGC_CBC_VALIDATIONS_PKG dependencies on IGC_CBC_JE_BATCHES
12.2.2
-
VIEW: APPS.IGCBV_CBC_MC_JOURNAL_LINES
12.1.1
-
VIEW: APPS.IGCFV_CBC_MC_JOURNAL_BATCHES
12.1.1
-
SYNONYM: APPS.IGC_CBC_JE_BATCHES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGC_CBC_JE_BATCHES, status:VALID,
-
VIEW: APPS.IGCFV_CBC_MC_JOURNAL_LINES
12.1.1
-
VIEW: APPS.IGCFV_CBC_MC_JOURNAL_LINES
12.2.2
-
SYNONYM: APPS.IGC_CBC_JE_BATCHES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGC_CBC_JE_BATCHES, status:VALID,
-
VIEW: APPS.IGCFV_CBC_JOURNAL_BATCHES
12.2.2
-
VIEW: IGC.IGC_CBC_JE_BATCHES#
12.2.2
owner:IGC, object_type:VIEW, object_name:IGC_CBC_JE_BATCHES#, status:VALID,
-
VIEW: APPS.IGCBV_CBC_MC_JOURNAL_BATCHES
12.1.1
-
VIEW: IGC.IGC_CBC_JE_BATCHES#
12.2.2
-
VIEW: APPS.IGCBV_CBC_MC_JOURNAL_BATCHES
12.2.2
-
VIEW: APPS.IGCFV_CBC_MC_JOURNAL_BATCHES
12.2.2
-
VIEW: APPS.IGCBV_CBC_JOURNAL_BATCHES
12.1.1
-
VIEW: APPS.IGCBV_CBC_JOURNAL_BATCHES
12.2.2
-
VIEW: APPS.IGCBV_CBC_MC_JOURNAL_LINES
12.2.2
-
VIEW: APPS.IGCBV_CBC_JOURNAL_LINES
12.2.2
-
VIEW: APPS.IGCFV_CBC_JOURNAL_BATCHES
12.1.1
-
VIEW: APPS.IGCBV_CBC_JOURNAL_LINES
12.1.1
-
TABLE: IGC.IGC_CBC_JE_BATCHES
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_JE_BATCHES, object_name:IGC_CBC_JE_BATCHES, status:VALID,
-
TABLE: IGC.IGC_CBC_JE_BATCHES
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_JE_BATCHES, object_name:IGC_CBC_JE_BATCHES, status:VALID,
-
Table: IGC_CBC_JE_LINES
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_JE_LINES, object_name:IGC_CBC_JE_LINES, status:VALID, product: IGC - Contract Commitment , description: Commitment budgetary control journal entry lines , implementation_dba_data: IGC.IGC_CBC_JE_LINES ,
-
Table: IGC_CBC_MC_JE_BATCHES
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_MC_JE_BATCHES, object_name:IGC_CBC_MC_JE_BATCHES, status:VALID, product: IGC - Contract Commitment , description: Multiple reporting currency table for commitment budgetary control batches , implementation_dba_data: IGC.IGC_CBC_MC_JE_BATCHES ,
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_LOOKUPS
12.2.2
-
View: IGCBV_CBC_MC_JOURNAL_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CBC_MC_JOURNAL_LINES, object_name:IGCBV_CBC_MC_JOURNAL_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CBC_MC_JOURNAL_LINES ,
-
View: IGCFV_CBC_MC_JOURNAL_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CBC_MC_JOURNAL_LINES, object_name:IGCFV_CBC_MC_JOURNAL_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CBC_MC_JOURNAL_LINES ,
-
VIEW: APPS.IGCFV_CBC_JOURNAL_LINES
12.1.1
-
Table: IGC_CBC_MC_JE_BATCHES
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_MC_JE_BATCHES, object_name:IGC_CBC_MC_JE_BATCHES, status:VALID, product: IGC - Contract Commitment , description: Multiple reporting currency table for commitment budgetary control batches , implementation_dba_data: IGC.IGC_CBC_MC_JE_BATCHES ,
-
VIEW: APPS.IGCFV_CBC_JOURNAL_LINES
12.2.2
-
View: IGCBV_CBC_MC_JOURNAL_BATCHES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CBC_MC_JOURNAL_BATCHES, object_name:IGCBV_CBC_MC_JOURNAL_BATCHES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CBC_MC_JOURNAL_BATCHES ,
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_LOOKUPS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
Table: IGC_CBC_JE_LINES
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_JE_LINES, object_name:IGC_CBC_JE_LINES, status:VALID, product: IGC - Contract Commitment , description: Commitment budgetary control journal entry lines , implementation_dba_data: IGC.IGC_CBC_JE_LINES ,
-
VIEW: APPS.IGC_CBC_JE_LINES_V
12.2.2
-
PACKAGE: APPS.IGC_CBC_VALIDATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGC_CBC_VALIDATIONS_PKG, status:VALID,
-
VIEW: APPS.IGC_CBC_JE_LINES_V
12.1.1
-
PACKAGE: APPS.IGC_CBC_VALIDATIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IGC_CBC_VALIDATIONS_PKG, status:VALID,
-
View: IGCFV_CBC_MC_JOURNAL_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CBC_MC_JOURNAL_BATCHES, object_name:IGCFV_CBC_MC_JOURNAL_BATCHES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CBC_MC_JOURNAL_BATCHES ,
-
View: IGCFV_CBC_MC_JOURNAL_BATCHES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CBC_MC_JOURNAL_BATCHES, object_name:IGCFV_CBC_MC_JOURNAL_BATCHES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CBC_MC_JOURNAL_BATCHES ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
View: IGCBV_CBC_MC_JOURNAL_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CBC_MC_JOURNAL_BATCHES, object_name:IGCBV_CBC_MC_JOURNAL_BATCHES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CBC_MC_JOURNAL_BATCHES ,
-
View: IGCBV_CBC_JOURNAL_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CBC_JOURNAL_BATCHES, object_name:IGCBV_CBC_JOURNAL_BATCHES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CBC_JOURNAL_BATCHES ,