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 ,
-
APPS.FV_FUNDS_AVAILABLE_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.FV_FACTS_TRX_REGISTER dependencies on GL_BALANCES
12.1.1
-
APPS.FV_STATUS_OF_FUNDS_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FV_FACTS_TRX_REGISTER dependencies on GL_BALANCES
12.2.2
-
APPS.ARP_RECON_REP dependencies on GL_BALANCES
12.2.2
-
APPS.GL_FUNDS_AVAILABLE_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FV_GTAS_INTERFACE dependencies on GL_BALANCES
12.2.2
-
APPS.GL_BUDGET_TRANSFER_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.GLF02220_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.GL_BALANCES_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.PN_REC_EXP_EXTR_FROM_GL_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.FV_FACTS_TRX_REGISTER dependencies on GL_BALANCES
12.2.2
-
APPS.JA_CN_GL_BANK_EXP_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.GL_BUDGET_TRANSFER_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FV_GTAS_TRX_REGISTER dependencies on GL_BALANCES
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on GL_BALANCES
12.2.2
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.ARP_RECON_REP dependencies on GL_BALANCES
12.1.1
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.FV_FACTS1_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.FV_AP_CASH_POS_DTL_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FV_AP_CASH_POS_DTL_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.GLF02220_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FV_GTAS_TBAL_TRX_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FV_SLA_UTL_PROCESSING_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.FII_GL_BUDGET_EXTRACTION dependencies on GL_BALANCES
12.1.1
-
APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.PN_REC_EXP_EXTR_FROM_GL_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FV_GTAS_TRX_REGISTER dependencies on GL_BALANCES
12.2.2
-
APPS.FV_FUNDS_AVAILABLE_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.XLA_TB_AP_REPORT_PVT dependencies on GL_BALANCES
12.2.2
-
APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.FV_FACTS1_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on GL_BALANCES
12.2.2
-
APPS.JE_JENOGEIS_XMLP_PKG dependencies on GL_BALANCES
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on GL_BALANCES
12.1.1
-
APPS.FV_FACTS_TRX_REGISTER dependencies on GL_BALANCES
12.1.1
-
APPS.GL_FUNDS_AVAILABLE_PKG dependencies on GL_BALANCES
12.1.1
-
APPS.FV_FACTS2_DERIVE_BALANCES dependencies on GL_BALANCES
12.1.1
-
APPS.GMF_GL_GET_BALANCES dependencies on GL_BALANCES
12.1.1
-
APPS.OKL_REPORT_GENERATOR_PVT dependencies on GL_BALANCES
12.1.1
-
APPS.XLA_TACCOUNTS_DATA_PKG dependencies on GL_BALANCES
12.1.1