Search Results igi_bud_journal_lines_pk
Overview
The IGI_BUD_JOURNAL_LINES table is a core data object within the Oracle E-Business Suite module IGI - Public Sector Financials International. It functions as the detailed line-level repository for budget journal entries. In the context of public sector and international financial management, budget journals are critical for recording adjustments, allocations, and revisions to budgetary controls and commitments. This table stores the individual accounting distributions that comprise a budget journal header, enabling detailed tracking and auditability of budgetary transactions against specific accounting flexfields, amounts, and budgetary controls as mandated by public sector accounting standards.
Key Information Stored
While the full column list is not detailed in the provided metadata, the structure and primary key definition indicate the essential data elements. The table's composite primary key consists of BE_HEADER_ID and BE_LINE_NUM, establishing a one-to-many relationship from a budget journal header to its lines. Typical columns in such a table would include identifiers linking back to the source budget journal header, the accounting flexfield combination (Code Combination ID), a line number for sequencing, the monetary amount for the line (often split into debits and credits or a signed amount), and references to budgetary control details. It likely also contains descriptive information, period references, and audit columns such as CREATION_DATE and LAST_UPDATE_DATE.
Common Use Cases and Queries
This table is central to inquiries and reports on budgetary execution. Common operational and analytical use cases include reconciling budget journal entries, investigating budgetary balances, and generating audit trails for budgetary adjustments. A fundamental query pattern joins this table to its header to retrieve a complete journal entry.
- Sample Query to Retrieve Journal Details:
SELECT h.journal_name, l.be_line_num, l.code_combination_id, l.amount
FROM igi_bud_journal_headers h,
igi_bud_journal_lines l
WHERE h.be_header_id = l.be_header_id
AND h.journal_name = 'BUDJRNL-001'; - Reporting Use Case: Aggregating budget journal line amounts by account segment or responsibility center to analyze budgetary revisions over a period.
Related Objects
The IGI_BUD_JOURNAL_LINES table exists within a tightly integrated schema. Its primary relationships are defined by its foreign key dependencies.
- IGI_BUD_JOURNAL_HEADERS: The most direct parent table, linked via the BE_HEADER_ID column. The header table contains summary information such as journal name, period, status, and description.
- GL_CODE_COMBINATIONS: The table containing the accounting flexfield structure, which the lines table references via a Code Combination ID (CCID) to identify the budgeted account.
- IGI_BUD_CONTROLS / IGI_BUD_PERIODS: Related tables for budgetary control and period statuses that govern the validity of journal entries.
- Primary Key Constraint: IGI_BUD_JOURNAL_LINES_PK enforces uniqueness on the combination of BE_HEADER_ID and BE_LINE_NUM.
-
Table: IGI_BUD_JOURNAL_LINES
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_LINES, object_name:IGI_BUD_JOURNAL_LINES, status:VALID, product: IGI - Public Sector Financials International , description: Contains information on budget journal lines , implementation_dba_data: IGI.IGI_BUD_JOURNAL_LINES ,
-
INDEX: IGI.IGI_BUD_JOURNAL_LINES_PK
12.2.2
owner:IGI, object_type:INDEX, object_name:IGI_BUD_JOURNAL_LINES_PK, status:VALID,
-
Table: IGI_BUD_JOURNAL_LINES
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_LINES, object_name:IGI_BUD_JOURNAL_LINES, status:VALID, product: IGI - Public Sector Financials International , description: Contains information on budget journal lines , implementation_dba_data: IGI.IGI_BUD_JOURNAL_LINES ,
-
INDEX: IGI.IGI_BUD_JOURNAL_LINES_PK
12.1.1
owner:IGI, object_type:INDEX, object_name:IGI_BUD_JOURNAL_LINES_PK, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
TABLE: IGI.IGI_BUD_JOURNAL_LINES
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_LINES, object_name:IGI_BUD_JOURNAL_LINES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: IGI.IGI_BUD_JOURNAL_LINES
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_BUD_JOURNAL_LINES, object_name:IGI_BUD_JOURNAL_LINES, status:VALID,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,