Search Results gl_balances
The GL_BALANCES table is a fundamental component of the General Ledger module in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the primary repository for storing period-end account balances, which are critical for financial reporting, reconciliation, and analysis. This table is part of the Oracle General Ledger (GL) application and is integral to the financial data architecture of Oracle EBS.
Structure and Key Columns
The GL_BALANCES table contains several key columns that define its structure and functionality:- SET_OF_BOOKS_ID: Identifies the ledger (previously referred to as a "set of books" in earlier versions) to which the balance belongs. This column links to GL_SETS_OF_BOOKS.
- CODE_COMBINATION_ID: References the account combination (chart of accounts segment values) stored in GL_CODE_COMBINATIONS.
- CURRENCY_CODE: Specifies the currency of the balance (e.g., USD, EUR).
- PERIOD_NAME: Indicates the accounting period (e.g., JAN-2023, FEB-2023) for which the balance is recorded.
- ACTUAL_FLAG: Distinguishes between actual, budget, and encumbrance balances (values include 'A', 'B', 'E').
- BUDGET_VERSION_ID: Relevant for budget balances, links to GL_BUDGET_VERSIONS.
- ENCUMBRANCE_TYPE_ID: Used for encumbrance accounting, links to GL_ENCUMBRANCE_TYPES.
- PERIOD_NET_DR, PERIOD_NET_CR, BEGIN_BALANCE_DR, BEGIN_BALANCE_CR: Store debit/credit balances for the period and opening balances.
- PERIOD_NET_DR_BEQ, PERIOD_NET_CR_BEQ: Store balances in the functional currency for foreign currency transactions.
Functional Role in Oracle EBS
The GL_BALANCES table plays a pivotal role in financial reporting and period-end processes:- Period-End Closing: Balances are rolled forward from one period to the next during the period close process.
- Financial Reporting: Reports such as trial balances, income statements, and balance sheets rely on data from this table.
- Multi-Currency Support: Stores both foreign currency and functional currency equivalents for global financial operations.
- Budget vs. Actual Analysis: Enables comparison of actual results against budgeted amounts.
Integration with Other Modules
GL_BALANCES integrates with several Oracle EBS modules:- Subledger Accounting (SLA): Subledger transactions are transferred to GL and ultimately reflected in GL_BALANCES.
- Accounts Payable (AP) & Accounts Receivable (AR): Transactions from these modules post to GL and update period balances.
- Assets (FA): Depreciation and asset transactions flow through to GL balances.
Performance Considerations
Due to the volume of data typically stored in GL_BALANCES, performance optimization is critical:- Proper indexing on SET_OF_BOOKS_ID, CODE_COMBINATION_ID, and PERIOD_NAME is essential.
- Partitioning strategies may be employed for large implementations.
- Regular purging of historical data through archival processes may be necessary.
Data Flow
The typical data flow involving GL_BALANCES is:- Transactions originate in subledgers or are entered directly in GL.
- Journal entries are created in GL_JE_HEADERS and GL_JE_LINES.
- Journals are posted, updating GL_BALANCES.
- Period close processes finalize balances for reporting.
Customization Considerations
While GL_BALANCES is a seeded table, customizations may include:- Creating custom indexes for improved query performance.
- Developing custom reports that join to this table.
- Implementing triggers or extensions for specialized balance tracking.
-
Table: GL_BALANCES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BALANCES, object_name:GL_BALANCES, status:VALID, product: GL - General Ledger , description: Account balances for both detail and summary accounts , implementation_dba_data: GL.GL_BALANCES ,
-
Table: GL_BALANCES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BALANCES, object_name:GL_BALANCES, status:VALID, product: GL - General Ledger , description: Account balances for both detail and summary accounts , implementation_dba_data: GL.GL_BALANCES ,
-
View: GL_BUDGET_DEPENDENT_AMTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGET_DEPENDENT_AMTS_V, object_name:GL_BUDGET_DEPENDENT_AMTS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGET_DEPENDENT_AMTS_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 ,
-
View: GL_BUDGET_DEPENDENT_AMTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGET_DEPENDENT_AMTS_V, object_name:GL_BUDGET_DEPENDENT_AMTS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGET_DEPENDENT_AMTS_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 ,
-
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 ,
-
View: GLBV_ENCUMBRANCE_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_ENCUMBRANCE_BALANCES, object_name:GLBV_ENCUMBRANCE_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_ENCUMBRANCE_BALANCES ,
-
Table: GL_ENCUMBRANCE_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ENCUMBRANCE_TYPES, object_name:GL_ENCUMBRANCE_TYPES, status:VALID, product: GL - General Ledger , description: Encumbrance type definitions , implementation_dba_data: GL.GL_ENCUMBRANCE_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_ENCUMBRANCE_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ENCUMBRANCE_TYPES, object_name:GL_ENCUMBRANCE_TYPES, status:VALID, product: GL - General Ledger , description: Encumbrance type definitions , implementation_dba_data: GL.GL_ENCUMBRANCE_TYPES ,
-
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 ,
-
View: GLFV_ENCUMBRANCE_BALANCES
12.2.2
product: GL - General Ledger , description: Encumbrance Balances are commitments, obligations, and other planned expenditures. You may only have functional currency encumbrance balances. , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_ENCUMBRANCE_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_BUDGET_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_BUDGET_BALANCES, object_name:GLBV_BUDGET_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_BUDGET_BALANCES ,
-
View: GLFV_BUDGET_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_BUDGET_BALANCES, object_name:GLFV_BUDGET_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_BUDGET_BALANCES ,
-
View: GLFV_ENCUMBRANCE_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_ENCUMBRANCE_BALANCES, object_name:GLFV_ENCUMBRANCE_BALANCES, status:VALID, product: GL - General Ledger , description: Encumbrance Balances are commitments, obligations, and other planned expenditures. You may only have functional currency encumbrance balances. , implementation_dba_data: APPS.GLFV_ENCUMBRANCE_BALANCES ,
-
View: GLFV_BUDGET_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_BUDGET_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_ACTUAL_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_ACTUAL_BALANCES, object_name:GLBV_ACTUAL_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_ACTUAL_BALANCES ,
-
View: GL_CONTROL_BUDGET_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONTROL_BUDGET_BALANCES_V, object_name:GL_CONTROL_BUDGET_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONTROL_BUDGET_BALANCES_V ,
-
View: GL_BUDGET_DETAIL_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGET_DETAIL_BALANCES_V, object_name:GL_BUDGET_DETAIL_BALANCES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGET_DETAIL_BALANCES_V ,
-
View: GLFV_ACTUAL_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_ACTUAL_BALANCES, object_name:GLFV_ACTUAL_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_ACTUAL_BALANCES ,
-
View: GLBV_ACTUAL_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_CONTROL_BUDGET_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONTROL_BUDGET_BALANCES_V, object_name:GL_CONTROL_BUDGET_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONTROL_BUDGET_BALANCES_V ,
-
View: GL_BUDGET_DETAIL_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGET_DETAIL_BALANCES_V, object_name:GL_BUDGET_DETAIL_BALANCES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGET_DETAIL_BALANCES_V ,
-
View: GLFV_ACTUAL_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_GL_STANDARD_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_STANDARD_BALANCES, object_name:GLFV_GL_STANDARD_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_GL_STANDARD_BALANCES ,
-
View: GLBV_GL_STANDARD_BALANCES
12.2.2
product: GL - General Ledger , 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: GLBV_GL_STANDARD_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_STANDARD_BALANCES, object_name:GLBV_GL_STANDARD_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_GL_STANDARD_BALANCES ,
-
View: GLFV_GL_STANDARD_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: GL_JE_CONS_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_CONS_BALANCES_V, object_name:GL_JE_CONS_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_CONS_BALANCES_V ,
-
View: GL_JE_CONS_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_CONS_BALANCES_V, object_name:GL_JE_CONS_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_CONS_BALANCES_V ,
-
View: GL_VARIANCE_SEC_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_VARIANCE_SEC_BALANCES_V, object_name:GL_VARIANCE_SEC_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_VARIANCE_SEC_BALANCES_V ,
-
View: GL_VARIANCE_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_VARIANCE_BALANCES_V, object_name:GL_VARIANCE_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_VARIANCE_BALANCES_V ,
-
View: GL_VARIANCE_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_VARIANCE_BALANCES_V, object_name:GL_VARIANCE_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_VARIANCE_BALANCES_V ,
-
View: GL_VARIANCE_SEC_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_VARIANCE_SEC_BALANCES_V, object_name:GL_VARIANCE_SEC_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_VARIANCE_SEC_BALANCES_V ,
-
View: GL_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BALANCES_V, object_name:GL_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_BALANCES_V ,
-
View: GL_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BALANCES_V, object_name:GL_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_BALANCES_V ,
-
View: GL_FUNCTIONAL_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_FUNCTIONAL_BALANCES_V, object_name:GL_FUNCTIONAL_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_FUNCTIONAL_BALANCES_V ,
-
View: GL_FUNCTIONAL_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_FUNCTIONAL_BALANCES_V, object_name:GL_FUNCTIONAL_BALANCES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_FUNCTIONAL_BALANCES_V ,
-
View: GL_DETAIL_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_DETAIL_BALANCES_V, object_name:GL_DETAIL_BALANCES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_DETAIL_BALANCES_V ,
-
View: GL_DETAIL_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_DETAIL_BALANCES_V, object_name:GL_DETAIL_BALANCES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_DETAIL_BALANCES_V ,
-
View: GL_SUMMARY_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_BALANCES_V, object_name:GL_SUMMARY_BALANCES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_SUMMARY_BALANCES_V ,
-
View: GL_SUMMARY_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_BALANCES_V, object_name:GL_SUMMARY_BALANCES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_SUMMARY_BALANCES_V ,
-
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 ,