Account Reconciliation Reserve Ledger Report
Supporting detail that reconciles the depreciation reserve accounts to the general ledger, with the transactions behind each reserve-account movement.
Sample build of the Account Reconciliation Reserve Ledger Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Reserve Account | Asset | Beginning | Depreciation | Adjustments | Ending |
|---|---|---|---|---|---|
| 1000-2100-000 | Sample | Sample | Sample | Sample | Sample |
| 1000-5400-000 | — | — | — | — | — |
| 1000-1410-000 | Sample | Sample | Sample | Sample | Sample |
| 2000-2100-000 | — | — | — | — | — |
| 1000-6300-000 | Sample | Sample | Sample | Sample | Sample |
| 1000-2100-000 | Sample | Sample | Sample | Sample | Sample |
The report provides the transaction detail behind each reserve-account movement for the GL tie-out.
One reserve account has a movement with no source asset transaction — a manual GL entry to the reserve account that Assets didn't create.
Book reserve changes through Assets; a manual GL post to a reserve account breaks the subledger-to-ledger tie.
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
- FA_DEPRN_DETAIL
- FA_DEPRN_SUMMARY
- FA_BOOKS
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 |
|---|---|---|
| FA_DEPRN_SUMMARY | dimension | dimension |
| FA_BOOKS | 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 |
|---|---|---|
| FA_DEPRN_DETAIL | 16 | 2 |
| FA_DEPRN_SUMMARY | Setup / configuration table — joined for reference, not exposed for analytics | |
| FA_BOOKS | 20 | 2 |
Customization note Folded into the reserve reconciliation so reserve, expense, and the GL control account tie in one place. Irvine rebuilds these on your data.