Analytics Catalog/Oracle Fusion ERP/General Ledger/Account Analysis Report
Explore the catalogReportsModulesEnterprise modelOTBI subject areasBICC PVOs
Oracle Fusion · General Ledger

Account Analysis Report

General Ledger

The Account Analysis Report shows the beginning balance, period activity, and ending balance for selected accounts, with drill-down from the activity to the journal line and the originating subledger transaction (source, category, event class). It is Oracle's most-used GL report for reconciliation and audit.

Used by · GL accountants and auditors investigating account movement.Run · During close and for audit / statutory verification.

The question it answers

What made this account move this period, and which transactions are behind the balance?

Run note · BIP run  High-volume GL extracts can exceed BI Publisher's online output limit and time out. Run it as a scheduled process (ESS) with output bursted to file or email rather than online preview, and bound it by ledger and period.

Run note · Performance  The subledger (XLA) join — especially Projects-to-XLA — is a known BI Publisher performance trap on large ledgers. Pre-join it in the warehouse, or apply tight ledger, period, and source filters before running online.

Sample build of the Account Analysis Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.

Account Analysis Report
Sample build · illustrative
Filters
Ledger
US Primary
Account
1000-1410-000
Period Range
FEB-26
Currency
USD
Source
Sample
1,284
Accounts
$9,640,220
Period Activity
$48,210,775
Ending Balance
26,418
Drill Lines
AccountPeriodBeginning BalancePeriodic ActivityEnding BalanceSource
1000-2100-000APR-26$1,240,500.00APR-26$1,240,500.00Sample
1000-5400-000MAR-26$842,150.75MAR-26$842,150.75
1000-1410-000FEB-26$96,400.00FEB-26$96,400.00Sample
2000-2100-000JAN-26$1,005,233.10JAN-26$1,005,233.10
1000-6300-000DEC-25$58,720.40DEC-25$58,720.40Sample
1000-2100-000APR-26$1,240,500.00APR-26$1,240,500.00Sample
AI Analyst · active
reading

Each row is an account's beginning balance plus the period's posted activity equals its ending balance. The activity figure drills to the journal lines and the subledger transactions that created them.

flag

One account's activity is 4.2× its trailing average — concentrated in a single manual journal source, which is the pattern auditors ask about first.

root cause & next step

Traced through GL_JE_LINES to XLA_AE_LINES: the spike is a reclassification journal with no subledger origin. Attach support or reverse it before sign-off.

Illustrative data. The live interactive version — drill-through, filters, export, and the AI Analyst — runs on your warehouse. See it live →

This is the report's BI Publisher data model — the SQL data set BI Publisher runs against Oracle tables to produce the output. The same SQL becomes a dbt model in your warehouse, so one definition drives both the formatted report and the analytics layer.

Data sources

How it interconnects: this data set reads the physical tables above. Those same tables surface in OTBI as subject areas and in BICC as PVOs — three lenses on one source. Open any table to trace its subject areas and View Objects.
The SQL data set is authored to this report's exact spec during the build and ships as the BI Publisher data model plus a matching dbt model — one definition, both layers.

The data-warehouse model — one fact surrounded by conformed dimensions (what you slice by) and measures (what you aggregate), expressed as dbt so it migrates with you. Grain: one row per source transaction.

GL_JE_LINESdimensionGL_JE_HEADERSdimensionXLA_AE_LINESdimensionGL_CODE_COMBINATIONSdimensionGL_BALANCESfact · one row per source transactionBeginning Balance · Ending Balance
●— fact → dimension join
ElementTypeDefinition
GL_JE_LINESdimensiondimension
GL_JE_HEADERSdimensiondimension
XLA_AE_LINESdimensiondimension
GL_CODE_COMBINATIONSdimensiondimension
Beginning Balancemeasuremeasure
Ending Balancemeasuremeasure
Runs on your cloud warehouse — Snowflake, BigQuery, Redshift, or Synapse on AWS, Google Cloud, Azure, or any provider. Reconciled to the source control total — 0% variance by design. You own the code, the model, and the data.
How the data gets here: a BICC bulk extract of the source tables above, on the same pattern for every report. See the extraction pattern & data flow →
See the complete model
How this report's fact and dimensions fit the full picture, via conformed keys.
General Ledger data model →Enterprise model →

Every source object behind this report. Each linked table has its own page with full column descriptions, drawn from the Oracle BICC lineage and articulated for practitioners.

TableReporting columnsSubject areas
GL_BALANCESSetup / configuration table — joined for reference, not exposed for analytics
GL_JE_LINES262
GL_JE_HEADERS342
XLA_AE_LINES2317
GL_CODE_COMBINATIONS761
Reporting columns = fields the report selects that are exposed as analytics attributes; subject areas = the OTBI subject areas the table appears in. Setup and configuration tables (master data, ledger and book setup, lookups) are referenced by the report's joins but aren't exposed as analytics columns or subject areas — that's expected, not a gap.