The GL Account Analysis report is the definitive tool for financial reconciliation and audit within Oracle E-Business Suite. It bridges the gap between General Ledger (GL) balances and the supporting Subledger Accounting (SLA) transactions. By providing a detailed, line-by-line listing of journal entries—complete with source documents, currency details, and segment breakdowns—it empowers finance teams to validate period-end balances, investigate anomalies, and ensure the integrity of financial statements.
Financial close processes are often delayed by the difficulty of reconciling high-level GL balances with granular transaction data.
- Black Box Balances: A GL balance tells you how much, but not why. Understanding the composition of a balance requires tedious drill-down through multiple screens.
- Subledger Disconnect: Tracing a GL journal line back to the specific AP Invoice, AR Receipt, or Inventory Transaction that generated it is technically complex due to the SLA architecture.
- Multi-Currency Complexity: Reconciling entered currency amounts vs. accounted (functional) currency amounts is a common source of confusion and error.
- Audit Requirements: External auditors require detailed transaction listings that prove the validity of account balances.
This report serves as a universal "Subledger to GL" reconciliation engine.
- Unified View: Combines GL journal headers, lines, and batches into a single flat view.
- Drill-Back Capability: Uses the SLA linking tables to retrieve the original transaction number (e.g., Invoice Number, Check Number) and display it alongside the GL account.
- Segment Analysis: Breaks down the Accounting Flexfield into individual segments (Company, Cost Center, Account, etc.) for pivot-table friendly analysis.
- Currency Precision: Reports both "Entered" (Transaction) and "Accounted" (Ledger) amounts, exposing FX impacts clearly.
The report navigates the core Financials data model, specifically the link between GL and SLA.
- GL Core:
GL_JE_BATCHES,GL_JE_HEADERS,GL_JE_LINEShold the journal entries. - Account Structure:
GL_CODE_COMBINATIONSresolves the Chart of Accounts segments. - SLA Linkage:
GL_IMPORT_REFERENCESis the critical bridge that connects GL lines toXLA_AE_LINESandXLA_AE_HEADERS. - Source Tables: Depending on the source, it links to
AP_INVOICES_ALL,RA_CUSTOMER_TRX_ALL, etc., to fetch the "Source Document" details.
- Ledger Context: Ledger, Period (From/To), Posted Date.
- Journal Attributes: Source (e.g., Payables, Receivables), Category, Batch Name.
- Account Segments: Filters for individual segments (e.g., Account Type, Cost Center range).
- Display Options: Show Segments with Descriptions, Show Open/Close Balances, Show Sub Ledger Contra Accounts.
- Currency: Transaction Currency, Revaluation Currency.
- Data Volume: This report can generate millions of rows for large periods. It is highly recommended to filter by specific Account Types (e.g., Expense Accounts) or Journal Sources rather than dumping the entire GL for a period.
- Indexing: The query relies heavily on the
GL_CODE_COMBINATIONSandGL_JE_LINESindexes. Ensure statistics are gathered regularly on these tables. - Pivot Mode: The output is designed for Excel pivot tables. Users should be trained to export the raw data and use Pivot Tables to summarize by Cost Center or Account, rather than trying to read the raw list.
Q: Why do I see multiple lines for one transaction? A: A single business transaction (like an invoice) can generate multiple GL journal lines (liability, expense, tax, etc.). This report shows every line to ensure the debits and credits balance.
Q: Can I use this report to reconcile Intercompany accounts? A: Yes, by filtering on the Intercompany segment and the relevant Contra Accounts, you can match transactions between entities.
Q: Does it show unposted journals? A: You can filter by "Status" to include or exclude unposted journals, depending on whether you are doing a pre-close review or a final audit.