Journal Entry Reserve Ledger Report
The depreciation Assets calculated for the period — debiting depreciation expense and crediting accumulated depreciation — so finance can verify the depreciation run before it posts to the ledger.
Sample build of the Journal Entry Reserve Ledger Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Asset | Category | Cost | Period Depreciation | Accum Deprn | Nbv |
|---|---|---|---|---|---|
| Sample | Computer-Hardware | $1,240,500.00 | APR-26 | Sample | Sample |
| — | Buildings | $842,150.75 | MAR-26 | — | — |
| Sample | Vehicles | $96,400.00 | FEB-26 | Sample | Sample |
| — | Furniture-Fixtures | $1,005,233.10 | JAN-26 | — | — |
| Sample | Machinery | $58,720.40 | DEC-25 | Sample | Sample |
| Sample | Computer-Hardware | $1,240,500.00 | APR-26 | Sample | Sample |
The report lists the depreciation Assets calculated for the period — expense debited, reserve credited.
36 active assets calculated zero depreciation this period — either fully depreciated or a method or life setup that stopped depreciation early.
Check the method and life on those assets; an active asset that quietly stops depreciating understates expense.
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
- FA_CATEGORIES_B
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 |
| FA_CATEGORIES_B | dimension | dimension |
| Cost | 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 |
| FA_CATEGORIES_B | 5 | 10 |
Customization note Runs automatically after Calculate Depreciation; the common build turns it into a pre-post review with variance versus prior period and projected versus actual. Irvine rebuilds these on your data.