Search Results trial balances
The XLA.XLA_TB_BALANCES_GT
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical global temporary table used within the Subledger Accounting (SLA) architecture, specifically for storing balance information during transaction processing. This table is part of the Oracle General Ledger (GL) and Subledger Accounting modules, which handle the accounting transformation of subledger transactions into accounting entries. Below is a detailed analysis of its purpose, structure, and usage within Oracle EBS.
Purpose and Context
TheXLA.XLA_TB_BALANCES_GT
table is designed to temporarily hold balance-related data during the accounting event processing lifecycle. It is primarily used by the Subledger Accounting engine to compute and store balances for reporting, validation, and posting purposes. This table is instrumental in ensuring accurate accounting entries by maintaining intermediate balance information before final posting to the General Ledger.
Table Structure
The table is defined as a global temporary table (GTT), meaning its data persists only for the duration of a session or transaction, depending on the configuration. The structure includes columns that capture key accounting attributes such as ledger IDs, accounting dates, currency codes, and balance amounts. Typical columns include:- APPLICATION_ID: Identifies the subledger application (e.g., Payables, Receivables).
- LEDGER_ID: References the ledger associated with the balances.
- ACCOUNTING_DATE: The date for which balances are calculated.
- CURRENCY_CODE: The currency of the balance amounts.
- ACTUAL_FLAG: Distinguishes between actual, budget, or encumbrance balances.
- PERIOD_NAME: The accounting period for the balance.
- ENTERED_DR and ENTERED_CR: Track entered debit and credit amounts.
- ACCOUNTED_DR and ACCOUNTED_CR: Track accounted debit and credit amounts in the ledger currency.
Usage in Subledger Accounting
TheXLA.XLA_TB_BALANCES_GT
table is populated during the following processes:
- Accounting Event Processing: When subledger transactions are accounted, this table stores intermediate balances before they are transferred to the GL.
- Balance Validation: Ensures that debits equal credits before posting to the General Ledger.
- Reporting: Provides real-time balance data for subledger reports.
- Period-End Closing: Used during period-end reconciliation to verify subledger and GL balances.
Technical Considerations
- Performance: As a GTT, it reduces contention in multi-user environments since each session maintains its own instance of the table.
- Data Lifetime: Data is automatically purged at the end of the session or transaction, ensuring no residual data affects subsequent processes.
- Indexing: Typically indexed on key columns like
LEDGER_ID
,ACCOUNTING_DATE
, andCURRENCY_CODE
for efficient querying.
Integration with Other Modules
The table interacts with other SLA tables such asXLA_EVENTS
, XLA_AE_LINES
, and XLA_AE_HEADERS
to ensure seamless flow of accounting data. It also interfaces with the GL module via the GL_INTERFACE
table for final posting.
Conclusion
TheXLA.XLA_TB_BALANCES_GT
table is a foundational component of Oracle EBS Subledger Accounting, enabling accurate and efficient balance management during the accounting cycle. Its temporary nature ensures optimal performance and data integrity, making it indispensable for financial reporting and compliance in Oracle EBS 12.1.1 and 12.2.2.
-
Lookup Type: FORMULA_TOKENS
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , meaning: GCS Formula Tokens , description: Tokens accepted in elimination rule step formulas. ,
-
Lookup Type: FORMULA_TOKENS
12.1.1
product: GCS - Financial Consolidation Hub , meaning: GCS Formula Tokens , description: Tokens accepted in elimination rule step formulas. ,
-
Concurrent Program: GCS_AD_TB_IMPORT_CP
12.1.1
execution_filename: GCS_AD_TRIALBALANCE_PKG.import , product: GCS - Financial Consolidation Hub , user_name: GCS_AD_TB_IMPORT_EXE , description: Executable for importing AD Trial Balances , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GCS_AD_TB_IMPORT_CP
12.2.2
execution_filename: GCS_AD_TRIALBALANCE_PKG.import , product: GCS - Financial Consolidation Hub (Obsolete) , user_name: GCS_AD_TB_IMPORT_EXE , description: Executable for importing AD Trial Balances , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: PSD WAGE LISTING RPT BALANCES
12.2.2
product: PAY - Payroll , meaning: PSD WAGE LISTING RPT BALANCES , description: List of balances archived for 'PSD Periodic Wage Listing Report' ,
-
APPS.OKL_ACCOUNT_BALANCES_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.OKL_ACCOUNT_BALANCES_PVT dependencies on FND_MESSAGE
12.2.2
-
TABLE: XLA.XLA_TB_BALANCES_GT
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_TB_BALANCES_GT, object_name:XLA_TB_BALANCES_GT, status:VALID,
-
TABLE: XLA.XLA_TB_BALANCES_GT
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_TB_BALANCES_GT, object_name:XLA_TB_BALANCES_GT, status:VALID,
-
PACKAGE: APPS.GCS_AD_TRIALBALANCE_PKG
12.1.1
-
Table: GCS_AD_TRIAL_BALANCES
12.1.1
owner:GCS, object_type:TABLE, fnd_design_data:GCS.GCS_AD_TRIAL_BALANCES, object_name:GCS_AD_TRIAL_BALANCES, status:VALID, product: GCS - Financial Consolidation Hub , description: Acquisition and disposal transaction trial balances , implementation_dba_data: GCS.GCS_AD_TRIAL_BALANCES ,
-
Table: GCS_AD_TRIAL_BALANCES
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: Acquisition and disposal transaction trial balances , implementation_dba_data: Not implemented in this database ,
-
APPS.OKL_ACCOUNT_BALANCES_PVT dependencies on FND_FILE
12.1.1
-
APPS.OKL_ACCOUNT_BALANCES_PVT dependencies on FND_FILE
12.2.2
-
Table: AP_TB_BALANCES_TMP
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TB_BALANCES_TMP, object_name:AP_TB_BALANCES_TMP, status:VALID, product: AP - Payables , description: AP_TB_BALANCES_TMP stores balance amounts for each liability account within a ledger as of the balance date. This table is used during trial balance upgrade to populate the account balances based on XLA_UPGRADE_DATES.start_date , implementation_dba_data: AP.AP_TB_BALANCES_TMP ,
-
Table: AP_TB_BALANCES_TMP
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TB_BALANCES_TMP, object_name:AP_TB_BALANCES_TMP, status:VALID, product: AP - Payables , description: AP_TB_BALANCES_TMP stores balance amounts for each liability account within a ledger as of the balance date. This table is used during trial balance upgrade to populate the account balances based on XLA_UPGRADE_DATES.start_date , implementation_dba_data: AP.AP_TB_BALANCES_TMP ,
-
TABLE: AP.AP_TB_BALANCES_TMP
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TB_BALANCES_TMP, object_name:AP_TB_BALANCES_TMP, status:VALID,
-
TABLE: AP.AP_TB_BALANCES_TMP
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_TB_BALANCES_TMP, object_name:AP_TB_BALANCES_TMP, status:VALID,
-
TABLE: XLA.XLA_TB_DEFINITIONS_B
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_TB_DEFINITIONS_B, object_name:XLA_TB_DEFINITIONS_B, status:VALID,
-
TABLE: XLA.XLA_TB_DEFINITIONS_B
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_TB_DEFINITIONS_B, object_name:XLA_TB_DEFINITIONS_B, status:VALID,
-
APPS.AP_TRIAL_BALANCE_PKG SQL Statements
12.1.1
-
APPS.AP_TRIAL_BALANCE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AP_TRIAL_BALANCE_PKG
12.2.2
-
PACKAGE: APPS.GCS_XML_DT_UTILITY_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_TRIAL_BALANCE_PKG
12.1.1
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_TRIAL_BAL
12.2.2
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_TRIAL_BAL
12.1.1
-
Lookup Type: JEGR_TRIAL_BAL_REP_TYPE
12.1.1
product: JE - European Localizations , meaning: JEGR_TRIAL_BAL_REP_TYPE , description: Greek Trial Balance Report Type ,
-
Lookup Type: JEGR_TRIAL_BAL_REP_TYPE
12.2.2
product: JE - European Localizations , meaning: JEGR_TRIAL_BAL_REP_TYPE , description: Greek Trial Balance Report Type ,
-
APPS.XLA_TB_DATA_MANAGER_PVT SQL Statements
12.2.2
-
Lookup Type: XML_FILE_TYPE
12.1.1
product: GCS - Financial Consolidation Hub , meaning: XML File Types ,
-
Lookup Type: XML_FILE_TYPE
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , meaning: XML File Types ,
-
PACKAGE BODY: APPS.OKL_ACCOUNT_BALANCES_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_ACCOUNT_BALANCES_PVT
12.2.2
-
Concurrent Program: JEPLPTBR
12.2.2
execution_filename: JEPLPTBR , product: JE - European Localizations , user_name: Polish Trial Balance Report , description: Polish Trial Balance Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: FVFCTRBR
12.2.2
execution_filename: FVFCTRBR , product: FV - Federal Financials , user_name: FACTS II Trial Balance Report , description: FACTS II Trial Balance Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFACTBR
12.2.2
execution_filename: FVFACTBR , product: FV - Federal Financials , user_name: Trial Balance with FACTS I Attributes Report , description: Trial Balance with FACTS I Attributes , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: FVFACTFR
12.1.1
execution_filename: FV_FACTS1_PKG.TRIAL_BALANCE_MAIN , product: FV - Federal Financials , user_name: Trial Balance with FACTS I Attributes by Fund/Treasury Symbol , description: Trial Balance with FACTS I Attributes by Fund/Treasury Symbol , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVFCTBTR
12.1.1
execution_filename: FVFCTBTR , product: FV - Federal Financials , user_name: Trial Balance by Treasury Symbol (old) , description: Trial Balance by Treasury Symbol (old) , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: FVTBTRSB
12.1.1
execution_filename: fv_tbal_by_ts.main , product: FV - Federal Financials , user_name: Trial Balance by Treasury Symbol , description: Trial Balance by Treasury Symbol , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: JEPLTBRN
12.1.1
execution_filename: JEPLPTBR , product: JE - European Localizations , user_name: Polish Trial Balance Report , description: Polish Trial Balance Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JEPLPTBR
12.1.1
execution_filename: JEPLPTBR , product: JE - European Localizations , user_name: Polish Trial Balance Report , description: Polish Trial Balance Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: FVTBTRSB
12.2.2
execution_filename: fv_tbal_by_ts.main , product: FV - Federal Financials , user_name: Trial Balance by Treasury Symbol , description: Trial Balance by Treasury Symbol , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: JEPLTBRN
12.2.2
execution_filename: JEPLPTBR , product: JE - European Localizations , user_name: Polish Trial Balance Report , description: Polish Trial Balance Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: FVFCTWAF
12.1.1
execution_filename: FV_FACTS_TBAL_TRX.MAIN , product: FV - Federal Financials , user_name: Generate Trial Balance with FACTS II Attributes , description: Generate Trial Balance with FACTS II Attributes , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVFACTBR
12.1.1
execution_filename: FVFACTBR , product: FV - Federal Financials , user_name: Trial Balance with FACTS I Attributes Report , description: Trial Balance with FACTS I Attributes , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: FVFCTRBR
12.1.1
execution_filename: FVFCTRBR , product: FV - Federal Financials , user_name: FACTS II Trial Balance Report , description: FACTS II Trial Balance Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFCTBTR
12.2.2
execution_filename: FVFCTBTR , product: FV - Federal Financials , user_name: Trial Balance by Treasury Symbol (old) , description: Trial Balance by Treasury Symbol (old) , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: FVFACTTR
12.1.1
execution_filename: FV_FACTS1_PKG.TRIAL_BALANCE_MAIN , product: FV - Federal Financials , user_name: Trial Balance with FACTS I Attributes by Fund/Treasury Symbol , description: Trial Balance with FACTS I Attributes by Fund/Treasury Symbol , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVFACTTR
12.2.2
execution_filename: FV_FACTS1_PKG.TRIAL_BALANCE_MAIN , product: FV - Federal Financials , user_name: Trial Balance with FACTS I Attributes by Fund/Treasury Symbol , description: Trial Balance with FACTS I Attributes by Fund/Treasury Symbol , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,