Reconciled Transactions Report
Provides details of clearing-account journal lines that have been successfully reconciled by the automatic and manual reconciliation processes.
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.
Sample build of the Reconciled Transactions Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Clearing Account | Journal | Amount | Reconciled Date | Match Reference |
|---|---|---|---|---|
| 1000-2100-000 | Sample | $1,240,500.00 | 2026-04-30 | Sample |
| 1000-5400-000 | — | $842,150.75 | 2026-03-31 | — |
| 1000-1410-000 | Sample | $96,400.00 | 2026-02-28 | Sample |
| 2000-2100-000 | — | $1,005,233.10 | 2026-01-31 | — |
| 1000-6300-000 | Sample | $58,720.40 | 2025-12-31 | Sample |
| 1000-2100-000 | Sample | $1,240,500.00 | 2026-04-30 | Sample |
The report lists clearing-account lines reconciled by the auto and manual matching processes.
Only 94% auto-matched — the remaining 6% needed manual matching, which scales poorly at volume.
Tune the matching rules to lift the auto-match rate; manual clearing reconciliation is where month-end time disappears.
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 |
|---|---|---|
| GL_CODE_COMBINATIONS | dimension | dimension |
| Amount | 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 |
| GL_CODE_COMBINATIONS | 7 | 61 |
Customization note Clearing-account reconciliation is only as good as the matching rules; the build usually tunes auto-match rules and adds an aging of open clearing items. Irvine rebuilds these on your data.