Search Results gl_budgets
The GL_BUDGETS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing budget-related data within the General Ledger (GL) module. It serves as the foundation for budget definition, tracking, and reporting, enabling organizations to plan, monitor, and control financial performance. Below is a detailed breakdown of its structure, functionality, and integration within Oracle EBS.
Table Overview
The GL_BUDGETS table stores metadata and configuration details for budgets defined in Oracle GL. Each record represents a unique budget, including attributes such as budget name, description, status, and associated fiscal parameters. Key columns include:- BUDGET_ID: Primary key identifier for the budget.
- NAME: User-defined name of the budget.
- LAST_UPDATE_DATE: Timestamp of the last modification.
- STATUS: Indicates whether the budget is active, inactive, or in draft.
- PERIOD_SET_NAME: Links to the accounting calendar used for the budget.
- CURRENCY_CODE: Defines the currency in which the budget is maintained.
Functional Role
The table supports core budgeting processes:- Budget Creation: Users define budgets via Oracle GL forms, with data persisted in GL_BUDGETS.
- Version Control: Multiple budget versions (e.g., preliminary, revised) can coexist, tracked via BUDGET_VERSION_ID in related tables.
- Hierarchy Management: Budgets can be structured hierarchically (e.g., department-wise, project-wise) using PARENT_BUDGET_ID.
- Approval Workflows: Status flags (STATUS) integrate with Oracle Workflow for approvals.
Integration with Other Modules
GL_BUDGETS interacts with:- GL_BUDGET_PERIODS: Stores period-specific budget amounts.
- GL_CODE_COMBINATIONS: Links budgets to accounting flexfields (e.g., cost centers).
- GL_BALANCES: Enables budget-to-actual comparisons.
- Subledger Modules: Budget data may feed into Projects (PA), Purchasing (PO), or Payables (AP).
Technical Considerations
- Indexing: BUDGET_ID is indexed for performance; additional indexes may exist on NAME or STATUS.
- Audit Trail: Changes are logged in GL_BUDGETS_ALL for multi-org setups.
- Security: Access is controlled via Oracle’s Function Security (e.g., "Define Budget" responsibility).
Customization and Extensions
Organizations may extend GL_BUDGETS via:- Descriptive Flexfields (DFFs): Add custom attributes (e.g., "Budget Owner").
- APIs: Use GL_BUDGET_PUB package for programmatic budget management.
- Reports: Custom queries join GL_BUDGETS with GL_BUDGET_PERIODS for ad-hoc analysis.
Conclusion
The GL_BUDGETS table is a linchpin of Oracle EBS’s budgeting framework, enabling structured financial planning and control. Its design ensures flexibility for multi-currency, multi-org environments while maintaining tight integration with core GL functionalities. Proper utilization of this table, combined with related entities, empowers organizations to achieve fiscal discipline and strategic alignment through robust budget management.-
Table: GL_BUDGETS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGETS, object_name:GL_BUDGETS, status:VALID, product: GL - General Ledger , description: Budget definitions , implementation_dba_data: GL.GL_BUDGETS ,
-
Table: GL_BUDGETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGETS, object_name:GL_BUDGETS, status:VALID, product: GL - General Ledger , description: Budget definitions , implementation_dba_data: GL.GL_BUDGETS ,
-
Table: GL_BUDGET_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_TYPES, object_name:GL_BUDGET_TYPES, status:VALID, product: GL - General Ledger , description: Budget type definitions , implementation_dba_data: GL.GL_BUDGET_TYPES ,
-
View: GL_BUDGETS_REQUIRE_JOURNALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_REQUIRE_JOURNALS_V, object_name:GL_BUDGETS_REQUIRE_JOURNALS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_REQUIRE_JOURNALS_V ,
-
View: GL_BUDGETS_SOURCE_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_SOURCE_BUDGETS_V, object_name:GL_BUDGETS_SOURCE_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_SOURCE_BUDGETS_V ,
-
View: GL_BUDGETS_CURRENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_CURRENT_V, object_name:GL_BUDGETS_CURRENT_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_CURRENT_V ,
-
View: GL_CONS_BUDGET_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_BUDGET_NAMES_V, object_name:GL_CONS_BUDGET_NAMES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_CONS_BUDGET_NAMES_V ,
-
View: GL_BUDGETS_SOURCE_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_SOURCE_BUDGETS_V, object_name:GL_BUDGETS_SOURCE_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_SOURCE_BUDGETS_V ,
-
View: GL_BUDGETS_NO_JOURNALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_NO_JOURNALS_V, object_name:GL_BUDGETS_NO_JOURNALS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_NO_JOURNALS_V ,
-
View: GLBV_GL_BUDGETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_BUDGETS, object_name:GLBV_GL_BUDGETS, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_GL_BUDGETS ,
-
View: GL_CONS_BUDGET_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_BUDGET_NAMES_V, object_name:GL_CONS_BUDGET_NAMES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_CONS_BUDGET_NAMES_V ,
-
Table: GL_BUDGET_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_TYPES, object_name:GL_BUDGET_TYPES, status:VALID, product: GL - General Ledger , description: Budget type definitions , implementation_dba_data: GL.GL_BUDGET_TYPES ,
-
View: GL_BUDGETS_CONTROL_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_CONTROL_BUDGETS_V, object_name:GL_BUDGETS_CONTROL_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_CONTROL_BUDGETS_V ,
-
View: GL_BUDGETS_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_NAME_V, object_name:GL_BUDGETS_NAME_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_NAME_V ,
-
View: GL_BUDGETS_REQUIRE_JOURNALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_REQUIRE_JOURNALS_V, object_name:GL_BUDGETS_REQUIRE_JOURNALS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_REQUIRE_JOURNALS_V ,
-
View: GL_BUDGETS_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_NAME_V, object_name:GL_BUDGETS_NAME_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_NAME_V ,
-
View: GL_PERIOD_STAT_BUD_PERA_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_PERIOD_STATUSES_BUD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_BUD_V, object_name:GL_PERIOD_STATUSES_BUD_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_PERIOD_STATUSES_BUD_V ,
-
View: GL_PERIOD_STATUSES_BUD_UPD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_BUD_UPD_V, object_name:GL_PERIOD_STATUSES_BUD_UPD_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_BUD_UPD_V ,
-
View: GL_BUDGETS_CURRENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_CURRENT_V, object_name:GL_BUDGETS_CURRENT_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_CURRENT_V ,
-
View: GLFV_GL_BUDGETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_BUDGETS, object_name:GLFV_GL_BUDGETS, status:VALID, product: GL - General Ledger , description: General Ledger budgets are a collection of estimated amounts for a range of accounting periods. , implementation_dba_data: APPS.GLFV_GL_BUDGETS ,
-
View: GL_BUDGETS_TARGET_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_TARGET_BUDGETS_V, object_name:GL_BUDGETS_TARGET_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_TARGET_BUDGETS_V ,
-
View: GL_BUDGETS_NO_JOURNALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_NO_JOURNALS_V, object_name:GL_BUDGETS_NO_JOURNALS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_NO_JOURNALS_V ,
-
View: GL_BUDGETS_AUTOCOPY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_AUTOCOPY_V, object_name:GL_BUDGETS_AUTOCOPY_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_AUTOCOPY_V ,
-
View: GLBV_GL_BUDGETS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_GL_BUDGETS
12.2.2
product: GL - General Ledger , description: General Ledger budgets are a collection of estimated amounts for a range of accounting periods. , implementation_dba_data: Not implemented in this database ,
-
View: GL_SRS_LEDGER_BUD_ENCUM_NAME
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_LEDGER_BUD_ENCUM_NAME, object_name:GL_SRS_LEDGER_BUD_ENCUM_NAME, status:VALID, product: GL - General Ledger , description: Review budget names and encumbrance types , implementation_dba_data: APPS.GL_SRS_LEDGER_BUD_ENCUM_NAME ,
-
View: GL_BUDGETS_CONTROL_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_CONTROL_BUDGETS_V, object_name:GL_BUDGETS_CONTROL_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_CONTROL_BUDGETS_V ,
-
View: GL_PERIOD_STAT_BUD_PERA_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_PERIOD_STATUSES_REV_BUD_V
12.1.1
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_BUDGETS_AUTOCOPY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_AUTOCOPY_V, object_name:GL_BUDGETS_AUTOCOPY_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_AUTOCOPY_V ,
-
View: GL_BUDGETS_WITH_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_WITH_DATES_V, object_name:GL_BUDGETS_WITH_DATES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_WITH_DATES_V ,
-
View: GL_PERIOD_STATUSES_BUD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_BUD_V, object_name:GL_PERIOD_STATUSES_BUD_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_PERIOD_STATUSES_BUD_V ,
-
View: GL_BUDGETS_WITH_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_WITH_DATES_V, object_name:GL_BUDGETS_WITH_DATES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_WITH_DATES_V ,
-
View: GL_PERIOD_STATUSES_BUD_UPD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_BUD_UPD_V, object_name:GL_PERIOD_STATUSES_BUD_UPD_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_BUD_UPD_V ,
-
View: GL_SRS_LEDGER_BUD_ENCUM_NAME
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_LEDGER_BUD_ENCUM_NAME, object_name:GL_SRS_LEDGER_BUD_ENCUM_NAME, status:VALID, product: GL - General Ledger , description: Review budget names and encumbrance types , implementation_dba_data: APPS.GL_SRS_LEDGER_BUD_ENCUM_NAME ,
-
View: GL_BUDGETS_TARGET_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_TARGET_BUDGETS_V, object_name:GL_BUDGETS_TARGET_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_TARGET_BUDGETS_V ,
-
View: GL_PERIOD_STATUSES_REV_BUD_V
12.2.2
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_BUDGET_DEP_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGET_DEP_BALANCES_V, object_name:GL_BUDGET_DEP_BALANCES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGET_DEP_BALANCES_V ,
-
View: GL_BUDGET_DEP_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGET_DEP_BALANCES_V, object_name:GL_BUDGET_DEP_BALANCES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGET_DEP_BALANCES_V ,
-
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 ,
-
View: GL_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_V, object_name:GL_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_V ,
-
View: GL_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_V, object_name:GL_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_V ,
-
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 ,