Search Results igi_bud_journal_batches
Overview
The IGI_BUD_JOURNAL_BATCHES table is a core data object within the Oracle E-Business Suite module IGI - Public Sector Financials International. It functions as the master repository for budget journal batches, a critical component for managing and processing budgetary accounting entries in public sector and international implementations. This table provides the structural framework for grouping related budget journal headers, enabling batch-level control, approval, and posting workflows. Its existence underscores the specialized budgetary control requirements addressed by the IGI product suite, which extends beyond the standard General Ledger functionality.
Key Information Stored
The table's primary purpose is to store batch-level attributes for budget journals. While the full column list is not detailed in the provided metadata, the documented primary and foreign key relationships reveal its essential structure. The column BE_BATCH_ID is the primary key for the table, uniquely identifying each budget journal batch. This identifier is crucial for all related transactions. Other typical columns in such a batch table would likely include batch name, description, status (such as 'Entered', 'Posted', or 'Approved'), creation date, created by, and the associated ledger or set of books identifier. The status column is particularly vital for tracking the batch's progression through the required financial controls.
Common Use Cases and Queries
This table is central to reporting on and troubleshooting the budget journal process. Common operational queries involve tracking batches by status or date to monitor workflow backlogs. For instance, identifying unposted batches for a specific period is a frequent requirement. A sample query pattern leveraging the provided key is:
SELECT be_batch_id, batch_name, status, creation_date FROM igi.igi_bud_journal_batches WHERE status = 'ENTERED' AND creation_date > SYSDATE - 7;
Furthermore, the BE_BATCH_ID is the critical link for drilling down from a batch to its constituent journal lines. Support and audit scenarios often require joining this table to the related header and line tables to trace the complete origin and impact of a budgetary entry. Performance tuning may also involve analyzing batch volume and size metrics stored here.
Related Objects
The metadata explicitly defines a primary relationship between IGI_BUD_JOURNAL_BATCHES and the IGI_BUD_JOURNAL_HEADERS table. The foreign key constraint enforces that every budget journal header (IGI_BUD_JOURNAL_HEADERS.BE_BATCH_ID) must reference a valid batch ID in this table. This establishes a clear parent-child hierarchy: one batch contains many headers, and each header contains journal lines. While not listed, it is also highly probable that this table is referenced by key public sector financials APIs and is the base for several standard and custom reports within the IGI module, providing batch summaries and audit trails.
-
Table: IGI_BUD_JOURNAL_BATCHES
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_BATCHES, object_name:IGI_BUD_JOURNAL_BATCHES, status:VALID, product: IGI - Public Sector Financials International , description: Contains information on budget journal batches , implementation_dba_data: IGI.IGI_BUD_JOURNAL_BATCHES ,
-
Table: IGI_BUD_JOURNAL_BATCHES
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_BATCHES, object_name:IGI_BUD_JOURNAL_BATCHES, status:VALID, product: IGI - Public Sector Financials International , description: Contains information on budget journal batches , implementation_dba_data: IGI.IGI_BUD_JOURNAL_BATCHES ,
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on IGI_BUD_JOURNAL_BATCHES
12.1.1
-
APPS.IGI_BUD dependencies on IGI_BUD_JOURNAL_BATCHES
12.1.1
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on IGI_BUD_JOURNAL_BATCHES
12.2.2
-
APPS.IGI_BUD dependencies on IGI_BUD_JOURNAL_BATCHES
12.2.2
-
VIEW: APPS.IGI_BUD_JOURNAL_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_BUD_JOURNAL_BATCHES_V, object_name:IGI_BUD_JOURNAL_BATCHES_V, status:VALID,
-
VIEW: APPS.IGI_BUD_JOURNAL_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_BUD_JOURNAL_BATCHES_V, object_name:IGI_BUD_JOURNAL_BATCHES_V, status:VALID,
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG SQL Statements
12.1.1
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG SQL Statements
12.2.2
-
VIEW: IGI.IGI_BUD_JOURNAL_BATCHES#
12.2.2
owner:IGI, object_type:VIEW, object_name:IGI_BUD_JOURNAL_BATCHES#, status:VALID,
-
View: IGI_BUD_JOURNAL_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_BUD_JOURNAL_BATCHES_V, object_name:IGI_BUD_JOURNAL_BATCHES_V, status:VALID, product: IGI - Public Sector Financials International , description: Based on IGI_BUD_JOURNAL_BATCHES , implementation_dba_data: APPS.IGI_BUD_JOURNAL_BATCHES_V ,
-
VIEW: APPS.IGI_BUD_JOURNAL_BATCHES_V
12.2.2
-
SYNONYM: APPS.IGI_BUD_JOURNAL_BATCHES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_BUD_JOURNAL_BATCHES, status:VALID,
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on IGI_BUD_JOURNAL_HEADERS
12.1.1
-
SYNONYM: APPS.IGI_BUD_JOURNAL_BATCHES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_BUD_JOURNAL_BATCHES, status:VALID,
-
View: IGI_BUD_JOURNAL_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_BUD_JOURNAL_BATCHES_V, object_name:IGI_BUD_JOURNAL_BATCHES_V, status:VALID, product: IGI - Public Sector Financials International , description: Based on IGI_BUD_JOURNAL_BATCHES , implementation_dba_data: APPS.IGI_BUD_JOURNAL_BATCHES_V ,
-
VIEW: APPS.IGI_BUD_JOURNAL_BATCHES_V
12.1.1
-
VIEW: IGI.IGI_BUD_JOURNAL_BATCHES#
12.2.2
-
TABLE: IGI.IGI_BUD_JOURNAL_BATCHES
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_BATCHES, object_name:IGI_BUD_JOURNAL_BATCHES, status:VALID,
-
TABLE: IGI.IGI_BUD_JOURNAL_BATCHES
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_BATCHES, object_name:IGI_BUD_JOURNAL_BATCHES, status:VALID,
-
Table: IGI_BUD_JOURNAL_HEADERS
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_HEADERS, object_name:IGI_BUD_JOURNAL_HEADERS, status:VALID, product: IGI - Public Sector Financials International , description: Contains information on budget journal headers , implementation_dba_data: IGI.IGI_BUD_JOURNAL_HEADERS ,
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on IGI_BUD_JOURNAL_HEADERS
12.2.2
-
PACKAGE BODY: APPS.IGI_BUD_JOURNAL_BATCHES_PKG
12.2.2
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on GL_INTERFACE_CONTROL_S
12.1.1
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on GL_INTERFACE_CONTROL_S
12.2.2
-
APPS.IGI_BUD dependencies on GL_JE_CATEGORIES
12.2.2
-
APPS.IGI_BUD dependencies on IGI_BUD_JOURNAL_HEADERS
12.1.1
-
PACKAGE BODY: APPS.IGI_BUD_JOURNAL_BATCHES_PKG
12.1.1
-
Table: IGI_BUD_JOURNAL_HEADERS
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_HEADERS, object_name:IGI_BUD_JOURNAL_HEADERS, status:VALID, product: IGI - Public Sector Financials International , description: Contains information on budget journal headers , implementation_dba_data: IGI.IGI_BUD_JOURNAL_HEADERS ,
-
APPS.IGI_BUD dependencies on IGI_BUD_JOURNAL_HEADERS
12.2.2
-
PACKAGE BODY: APPS.IGI_BUD_JOURNAL_BATCHES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_BUD_JOURNAL_BATCHES_PKG, status:VALID,
-
TRIGGER: APPS.IGI_BUD_JOURNAL_PERIODS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IGI_BUD_JOURNAL_PERIODS_T1, status:VALID,
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on DUAL
12.2.2
-
APPS.IGI_BUD dependencies on GL_JE_CATEGORIES
12.1.1
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.IGI_BUD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_BUD, status:VALID,
-
PACKAGE BODY: APPS.IGI_BUD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_BUD, status:VALID,
-
PACKAGE BODY: APPS.IGI_BUD_JOURNAL_BATCHES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_BUD_JOURNAL_BATCHES_PKG, status:VALID,
-
TRIGGER: APPS.IGI_BUD_JOURNAL_PERIODS_T2
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IGI_BUD_JOURNAL_PERIODS_T2, status:VALID,
-
TRIGGER: APPS.IGI_BUD_JOURNAL_PERIODS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:IGI_BUD_JOURNAL_PERIODS_T1, status:VALID,
-
TRIGGER: APPS.IGI_BUD_JOURNAL_PERIODS_T2
12.1.1
owner:APPS, object_type:TRIGGER, object_name:IGI_BUD_JOURNAL_PERIODS_T2, status:VALID,
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on IGI_BUD_JOURNAL_HEADERS_PKG
12.2.2
-
APPS.IGI_BUD_JOURNAL_BATCHES_PKG dependencies on IGI_BUD_JOURNAL_HEADERS_PKG
12.1.1
-
APPS.IGI_BUD dependencies on IGI_BUD
12.2.2
-
TRIGGER: APPS.IGI_BUD_JOURNAL_PERIODS_T1
12.1.1
-
APPS.IGI_BUD dependencies on IGI_BUD
12.1.1
-
TRIGGER: APPS.IGI_BUD_JOURNAL_PERIODS_T2
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2