Asset Register Report
Account details for each asset with its financial data — cost, revaluation, depreciation, depreciation reserve, and net book value — plus the asset transactions for the fiscal year, ordered by transaction number.
Sample build of the Asset Register Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Asset | Category | Cost | Accum Deprn | Net Book Value | In-service |
|---|---|---|---|---|---|
| Sample | Computer-Hardware | $1,240,500.00 | Sample | CORP | Sample |
| — | Buildings | $842,150.75 | — | TAX FEDERAL | — |
| Sample | Vehicles | $96,400.00 | Sample | CORP | Sample |
| — | Furniture-Fixtures | $1,005,233.10 | — | IFRS | — |
| Sample | Machinery | $58,720.40 | Sample | TAX STATE | Sample |
| Sample | Computer-Hardware | $1,240,500.00 | Sample | CORP | Sample |
The report reads each asset's cost, accumulated depreciation, and net book value with its transactions.
240 assets are fully depreciated but still in service — carried at zero net book value while still in use and often still incurring maintenance.
Review them for revaluation or life extension; a fully depreciated active asset understates the asset base.
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_ADDITIONS_B
- FA_BOOKS
- FA_DEPRN_SUMMARY
- FA_CATEGORIES_B
- FA_TRANSACTION_HEADERS
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_BOOKS | dimension | dimension |
| FA_DEPRN_SUMMARY | dimension | dimension |
| FA_CATEGORIES_B | dimension | dimension |
| FA_TRANSACTION_HEADERS | dimension | dimension |
| Cost | measure | measure |
| Net Book Value | 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_ADDITIONS_B | 15 | 9 |
| FA_BOOKS | 20 | 2 |
| FA_DEPRN_SUMMARY | Setup / configuration table — joined for reference, not exposed for analytics | |
| FA_CATEGORIES_B | 5 | 10 |
| FA_TRANSACTION_HEADERS | 7 | 5 |
Customization note Ships as a fixed PDF per book; teams rebuild it as a roll-forward (beginning + additions − retirements ± adjustments = ending) with drill from the asset to its journals. Irvine rebuilds these on your data.