Journal and Transaction Details Report
Lists general ledger journals and subledger transaction activity with header, line, and distribution-level detail, including the account combinations on each line; runs only from Oracle Analytics Publisher.
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 Journal and Transaction Details Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Account | Gl Journal | Subledger Doc | Entered Debit | Entered Credit | Source |
|---|---|---|---|---|---|
| 1000-2100-000 | Sample | US Primary | $1,240,500.00 | $1,240,500.00 | Sample |
| 1000-5400-000 | — | EU Primary | $842,150.75 | $842,150.75 | — |
| 1000-1410-000 | Sample | US Primary | $96,400.00 | $96,400.00 | Sample |
| 2000-2100-000 | — | UK Primary | $1,005,233.10 | $1,005,233.10 | — |
| 1000-6300-000 | Sample | US Primary | $58,720.40 | $58,720.40 | Sample |
| 1000-2100-000 | Sample | US Primary | $1,240,500.00 | $1,240,500.00 | Sample |
The report lists GL journals with their subledger transaction detail and account combinations.
The seeded version runs only in BI Publisher and is slow at this volume — 210K lines time out interactively.
Push the GL-to-subledger join into the warehouse with pre-joined lineage so the same drill is instant.
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
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.
| Element | Type | Definition |
|---|---|---|
| XLA_AE_LINES | dimension | dimension |
| XLA_AE_HEADERS | dimension | dimension |
| GL_CODE_COMBINATIONS | dimension | dimension |
| Entered Debit | measure | measure |
| Entered Credit | measure | measure |
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.
| Table | Reporting columns | Subject areas |
|---|---|---|
| GL_JE_LINES | 26 | 2 |
| XLA_AE_LINES | 23 | 17 |
| XLA_AE_HEADERS | 16 | 19 |
| GL_CODE_COMBINATIONS | 7 | 61 |
Customization note The seeded BIP-only report is slow on volume; the common build pushes the GL-to-subledger join into the warehouse with pre-joined lineage. Irvine rebuilds these on your data.