Unreconciled Transactions Report
Lists unreconciled clearing-account journal lines, including lines not yet subject to reconciliation, lines rejected by prior processes, and lines marked as reviewed.
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 Unreconciled Transactions Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Clearing Account | Journal | Amount | Age (days) | Status |
|---|---|---|---|---|
| 1000-2100-000 | Sample | $1,240,500.00 | Sample | Open |
| 1000-5400-000 | — | $842,150.75 | — | Posted |
| 1000-1410-000 | Sample | $96,400.00 | Sample | Validated |
| 2000-2100-000 | — | $1,005,233.10 | — | Open |
| 1000-6300-000 | Sample | $58,720.40 | Sample | Paid |
| 1000-2100-000 | Sample | $1,240,500.00 | Sample | Open |
The report lists unreconciled clearing-account lines, including rejected and not-yet-processed ones.
$1.4M is unreconciled with 42 lines over 90 days — aged clearing items that should have cleared long ago.
Work the aged clearing items by account; a clearing account that only grows is an error quietly accumulating.
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 Most teams rebuild this as an aged open-items dashboard with assignment and root-cause tagging. Irvine rebuilds these on your data.