Search Results igc_cbc_mc_je_batches
Overview
The table IGC_CBC_MC_JE_BATCHES is a core transactional table within the Oracle E-Business Suite (EBS) module IGC (Contract Commitment). It is specifically designed to support the Multiple Reporting Currency (MRC) functionality for commitment budgetary control journal entry batches. In the context of EBS 12.1.1 and 12.2.2, this table enables organizations to maintain and report budgetary control transactions in multiple reporting ledgers, which are defined by different sets of books (SOBs) with potentially different currencies and accounting calendars. Its primary role is to store the relationship between a primary budgetary control batch and its corresponding representation in one or more reporting ledgers, ensuring that commitment and budgetary control data is accurately reflected across all required reporting currencies for compliance and management reporting.
Key Information Stored
The table's structure centers on linking a primary batch to a specific reporting ledger. The two most critical columns form its composite primary key. The CBC_JE_BATCH_ID column stores the unique identifier for the original commitment budgetary control journal entry batch from the primary set of books. The REPORTING_SET_OF_BOOKS_ID column holds the identifier for the reporting ledger (set of books) into which the batch amounts are translated. This column is a direct foreign key to the GL_SETS_OF_BOOKS table. Together, these columns ensure a one-to-many relationship where a single primary batch can have multiple records in this table, one for each reporting set of books in which it is represented.
Common Use Cases and Queries
The primary use case for this table is in reporting and reconciliation processes for commitment transactions across multiple ledgers. Financial analysts and accountants query this table to verify that all budgetary control batches have been successfully propagated to their designated reporting currencies. A common query pattern involves joining to the primary batch table (IGC_CBC_JE_BATCHES) and the sets of books table (GL_SETS_OF_BOOKS) to retrieve batch details alongside reporting ledger information. For example, to list all reporting ledgers for a specific batch, one might use: SELECT mc.reporting_set_of_books_id, sob.name FROM igc_cbc_mc_je_batches mc JOIN gl_sets_of_books sob ON mc.reporting_set_of_books_id = sob.set_of_books_id WHERE mc.cbc_je_batch_id = :batch_id;. This is essential for audit trails and ensuring data integrity in multi-currency and multi-ledger environments.
Related Objects
The table maintains documented foreign key relationships with two critical EBS tables, as per the provided metadata:
- GL_SETS_OF_BOOKS: Joined via the column
IGC_CBC_MC_JE_BATCHES.REPORTING_SET_OF_BOOKS_ID. This relationship provides the definition and configuration details of the reporting ledger. - IGC_CBC_JE_BATCHES: Joined via the column
IGC_CBC_MC_JE_BATCHES.CBC_JE_BATCH_ID. This is the parent table containing the original commitment budgetary control batch data in the primary ledger.
-
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 ,
-
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 ,
-
VIEW: IGC.IGC_CBC_MC_JE_BATCHES#
12.2.2
owner:IGC, object_type:VIEW, object_name:IGC_CBC_MC_JE_BATCHES#, status:VALID,
-
SYNONYM: APPS.IGC_CBC_MC_JE_BATCHES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGC_CBC_MC_JE_BATCHES, status:VALID,
-
SYNONYM: APPS.IGC_CBC_MC_JE_BATCHES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGC_CBC_MC_JE_BATCHES, status:VALID,
-
TABLE: IGC.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,
-
TABLE: IGC.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,
-
VIEW: IGC.IGC_CBC_MC_JE_BATCHES#
12.2.2
-
VIEW: APPS.IGCFV_CBC_MC_JOURNAL_BATCHES
12.1.1
-
VIEW: APPS.IGCBV_CBC_MC_JOURNAL_BATCHES
12.1.1
-
VIEW: APPS.IGCBV_CBC_MC_JOURNAL_BATCHES
12.2.2
-
VIEW: APPS.IGCFV_CBC_MC_JOURNAL_BATCHES
12.2.2
-
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 ,
-
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 ,
-
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 ,
-
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: 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 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.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,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
PACKAGE: APPS.IGC_CBC_ARCHIVE_PURGE_PKG
12.2.2
-
PACKAGE: APPS.IGC_CBC_ARCHIVE_PURGE_PKG
12.1.1
-
TABLE: IGC.IGC_CBC_MC_JE_LINES
12.1.1
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_MC_JE_LINES, object_name:IGC_CBC_MC_JE_LINES, status:VALID,
-
TABLE: IGC.IGC_CBC_MC_JE_LINES
12.2.2
owner:IGC, object_type:TABLE, fnd_design_data:IGC.IGC_CBC_MC_JE_LINES, object_name:IGC_CBC_MC_JE_LINES, status:VALID,
-
Table: GL_SETS_OF_BOOKS
12.1.1
product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: Not implemented in this database ,
-
Table: GL_SETS_OF_BOOKS
12.2.2
product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: Not implemented in this database ,
-
eTRM - IGC Tables and Views
12.1.1
description: System parameters for contracts ,
-
eTRM - IGC Tables and Views
12.2.2
description: System parameters for contracts ,
-
eTRM - IGC Tables and Views
12.2.2
description: System parameters for contracts ,
-
eTRM - IGC Tables and Views
12.1.1
description: System parameters for contracts ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1