Search Results gl_budget_interim
Overview
The GL_BUDGET_INTERIM table is a core technical object within the Oracle E-Business Suite General Ledger (GL) module. It functions as a staging or interim storage area for budget balances during critical posting and processing operations. Its primary role is to hold calculated budget amounts temporarily before they are finalized and posted to the main budget balance tables, ensuring data integrity and transactional consistency. This table is essential for the accurate processing of budget journals, mass budget allocations, and other budget-related transactions in releases 12.1.1 and 12.2.2.
Key Information Stored
The table stores interim budget balances at a granular level, keyed by several critical dimensions. While the full column list is not provided in the excerpt, the documented foreign key relationships reveal its core structure. Each record uniquely identifies a budget balance for a specific combination of Chart of Accounts (CODE_COMBINATION_ID), Ledger (SET_OF_BOOKS_ID), Budget Entity, and Budget Version. It also stores the period (linked via PERIOD_TYPE), the associated currency (CURRENCY_CODE), and a reference to any summary template (TEMPLATE_ID) used. The actual budget amount columns, though not named in the metadata, would typically hold period-to-date and other cumulative balance figures during processing.
Common Use Cases and Queries
This table is primarily accessed by the application's internal posting engine and is not typically queried directly for day-to-day reporting. Its main use case is during the posting of budget journals, where amounts are written here before being consolidated and transferred to permanent tables. System administrators or technical consultants might query it for troubleshooting purposes, such as diagnosing unposted or stuck budget transactions. A sample diagnostic query would join to its related key tables:
SELECT gbi.*, gcc.segment1, gbv.budget_name FROM gl_budget_interim gbi, gl_code_combinations gcc, gl_budget_versions gbv WHERE gbi.code_combination_id = gcc.code_combination_id AND gbi.budget_version_id = gbv.budget_version_id AND gbi.set_of_books_id = :ledger_id;
Direct data manipulation (DML) on this table is strongly discouraged as it is managed by application processes.
Related Objects
As per the provided ETRM metadata, GL_BUDGET_INTERIM has documented foreign key relationships with several fundamental GL tables. These relationships are crucial for data validation and join conditions in any technical analysis.
- GL_CODE_COMBINATIONS: Joined via
CODE_COMBINATION_IDto validate the accounting flexfield combination. - GL_BUDGET_VERSIONS: Joined via
BUDGET_VERSION_IDto identify the specific budget version. - GL_BUDGET_ENTITIES: Joined via
BUDGET_ENTITY_IDto identify the budget organization or entity. - GL_PERIOD_TYPES: Joined via
PERIOD_TYPEto define the accounting period type (e.g., Month, Quarter). - GL_SUMMARY_TEMPLATES: Joined via
TEMPLATE_IDto link to any associated budget summary template. - FND_CURRENCIES: Joined via
CURRENCY_CODEfor currency validation. - Self-Referential: The table also has a foreign key to its own
SET_OF_BOOKS_IDcolumn, likely for ledger integrity checks.
-
Table: GL_BUDGET_INTERIM
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_INTERIM, object_name:GL_BUDGET_INTERIM, status:VALID, product: GL - General Ledger , description: Budget posting interim balances , implementation_dba_data: GL.GL_BUDGET_INTERIM ,
-
Table: GL_BUDGET_INTERIM
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_INTERIM, object_name:GL_BUDGET_INTERIM, status:VALID, product: GL - General Ledger , description: Budget posting interim balances , implementation_dba_data: GL.GL_BUDGET_INTERIM ,
-
SYNONYM: APPS.GL_BUDGET_INTERIM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_BUDGET_INTERIM, status:VALID,
-
SYNONYM: APPS.GL_BUDGET_INTERIM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_BUDGET_INTERIM, status:VALID,
-
Table: GL_BUDGET_ENTITIES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_ENTITIES, object_name:GL_BUDGET_ENTITIES, status:VALID, product: GL - General Ledger , description: Budget organization definitions , implementation_dba_data: GL.GL_BUDGET_ENTITIES ,
-
Table: GL_BUDGET_ENTITIES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_ENTITIES, object_name:GL_BUDGET_ENTITIES, status:VALID, product: GL - General Ledger , description: Budget organization definitions , implementation_dba_data: GL.GL_BUDGET_ENTITIES ,
-
Table: GL_PERIOD_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_TYPES, object_name:GL_PERIOD_TYPES, status:VALID, product: GL - General Ledger , description: Calendar period types , implementation_dba_data: GL.GL_PERIOD_TYPES ,
-
Table: GL_PERIOD_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_TYPES, object_name:GL_PERIOD_TYPES, status:VALID, product: GL - General Ledger , description: Calendar period types , implementation_dba_data: GL.GL_PERIOD_TYPES ,
-
Table: GL_SUMMARY_TEMPLATES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES, object_name:GL_SUMMARY_TEMPLATES, status:VALID, product: GL - General Ledger , description: Summary account templates , implementation_dba_data: GL.GL_SUMMARY_TEMPLATES ,
-
Table: GL_SUMMARY_TEMPLATES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES, object_name:GL_SUMMARY_TEMPLATES, status:VALID, product: GL - General Ledger , description: Summary account templates , implementation_dba_data: GL.GL_SUMMARY_TEMPLATES ,
-
Table: GL_BUDGET_VERSIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_VERSIONS, object_name:GL_BUDGET_VERSIONS, status:VALID, product: GL - General Ledger , description: Budget version definitions , implementation_dba_data: GL.GL_BUDGET_VERSIONS ,
-
Table: GL_BUDGET_VERSIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_VERSIONS, object_name:GL_BUDGET_VERSIONS, status:VALID, product: GL - General Ledger , description: Budget version definitions , implementation_dba_data: GL.GL_BUDGET_VERSIONS ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: GL.GL_BUDGET_INTERIM
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_INTERIM, object_name:GL_BUDGET_INTERIM, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: GL.GL_BUDGET_INTERIM
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_INTERIM, object_name:GL_BUDGET_INTERIM, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: FND_CURRENCIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
Table: FND_CURRENCIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
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 ,
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,