Skip to the content.

GL Account Analysis (Distributions) – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Detailed GL transaction report with one line per distribution including all segments and subledger data, with amounts in both transaction currency and ledger currency. The report includes VAT tax codes and rates for AR and AP transactions.

Report Parameters

Ledger, Period, Period From, Period To, Posted Date From, Posted Date To, Journal Source, Journal Category, Batch, Journal, Journal Line, Tax Rate Code, Account Type, Hierarchy Segment, Hierarchy Name, Concatenated Segments, GL_SEGMENT1, GL_SEGMENT1 From, GL_SEGMENT1 To, GL_SEGMENT2, GL_SEGMENT2 From, GL_SEGMENT2 To, GL_SEGMENT3, GL_SEGMENT3 From, GL_SEGMENT3 To, GL_SEGMENT4, GL_SEGMENT4 From, GL_SEGMENT4 To, GL_SEGMENT5, GL_SEGMENT5 From, GL_SEGMENT5 To, GL_SEGMENT6, GL_SEGMENT6 From, GL_SEGMENT6 To, GL_SEGMENT7, GL_SEGMENT7 From, GL_SEGMENT7 To, GL_SEGMENT8, GL_SEGMENT8 From, GL_SEGMENT8 To, GL_SEGMENT9, GL_SEGMENT9 From, GL_SEGMENT9 To, GL_SEGMENT10, GL_SEGMENT10 From, GL_SEGMENT10 To, Status, Revaluation Currency, Revaluation Conversion Type, Balance Type, Budget Name, Encumbrance Type, Exclude Zero Amount Lines, Show Segments with Descriptions, Show Open/Close Balances, Show Sub Ledger Contra Accounts, Show Journal Line DFF Attributes, Show Invoice DFF Attributes, Relative Period, Relative Period From, Relative Period To

Oracle EBS Tables Used

fnd_flex_value_norm_hierarchy, gl_code_combinations_kfv, gl_je_categories_vl, zx_lines, xla_event_types_tl, gl_daily_conversion_types, gl_budget_versions, gl_encumbrance_types, fa_distribution_history, ap_invoice_payments_all, ap_invoices_all, ar_payment_schedules_all, mtl_sales_orders, ra_rules, ra_customer_trx_lines_all, ap_suppliers

Report Categories

Enginatics

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output GL Account Analysis (Distributions) - Pivot by Hierarchy 06-Nov-2024 002926.xlsx
Blitz Report™ XML Import GL_Account_Analysis_Distributions.xml
Full SQL on Enginatics www.enginatics.com/reports/gl-account-analysis-distributions/

Case Study & Technical Analysis: GL Account Analysis (Distributions)

Executive Summary

The GL Account Analysis (Distributions) report is a critical financial tool designed to provide a granular view of General Ledger transactions. It bridges the gap between high-level GL balances and detailed subledger activities, offering finance teams complete visibility into their accounting data. By presenting one line per distribution with all segments and subledger details, it facilitates accurate reconciliation and in-depth financial analysis.

Business Challenge

Financial departments often face significant challenges when trying to reconcile General Ledger balances with underlying subledger transactions. Standard reports may aggregate data, obscuring the details needed to investigate discrepancies. This lack of visibility forces analysts to rely on manual, time-consuming processes involving multiple data dumps and Excel lookups, increasing the risk of errors and delaying financial close cycles. Furthermore, tracking tax details and ensuring compliance across AP and AR transactions can be cumbersome without a unified view.

The Solution

This Blitz Report solution addresses these challenges by providing a comprehensive operational view of GL transactions. It extracts detailed data at the distribution level, including:

By consolidating this information into a single, drill-down capable report, it significantly reduces the time required for reconciliation and audit activities.

Technical Architecture (High Level)

The report is built on a robust SQL architecture that joins core General Ledger tables with Subledger Accounting (SLA) and specific module tables.

Primary Tables

Logical Relationships

The query starts from the General Ledger journal lines and joins to GL_CODE_COMBINATIONS to resolve account segments. It then leverages the JE_SOURCE and JE_CATEGORY to conditionally link to respective subledger tables (AP, AR, FA) using reference columns (e.g., REFERENCE_1, REFERENCE_2). This allows the report to dynamically pull relevant details like Invoice Number or Customer Name depending on the transaction source.

Parameters & Filtering

The report offers a wide range of parameters to allow users to slice and dice data effectively:

Performance & Optimization

This report is optimized for performance in high-volume Oracle EBS environments:

FAQ

Q: Does this report show the original transaction currency? A: Yes, the report includes columns for amounts in both the original transaction currency and the functional ledger currency.

Q: Can I use this report to reconcile tax amounts? A: Absolutely. The report includes specific columns for Tax Rate Codes and amounts derived from ZX_LINES, making it suitable for VAT and tax reconciliation.

Q: How do I see the description for each account segment? A: You can enable the “Show Segments with Descriptions” parameter to include descriptive names alongside the segment codes in the output.


© 2026 Enginatics