Asset Reclassification Reconciliation Report
Assets reclassified from one category to another in a period, with the cost and reserve moved between the old and new category accounts.
Sample build of the Asset Reclassification Reconciliation Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Asset | From Category | To Category | Cost Moved | Reserve Moved |
|---|---|---|---|---|
| Sample | Computer-Hardware | Computer-Hardware | $1,240,500.00 | Sample |
| — | Buildings | Buildings | $842,150.75 | — |
| Sample | Vehicles | Vehicles | $96,400.00 | Sample |
| — | Furniture-Fixtures | Furniture-Fixtures | $1,005,233.10 | — |
| Sample | Machinery | Machinery | $58,720.40 | Sample |
| Sample | Computer-Hardware | Computer-Hardware | $1,240,500.00 | Sample |
The report shows the cost and reserve moved between the old and new category accounts.
Cost and reserve net to zero across categories except one reclass where reserve didn't follow cost — the reserve was stranded on the old category.
A reclass must move both cost and reserve; moving only cost leaves accumulated depreciation on the wrong account.
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 |
|---|---|---|
| FA_BOOKS | dimension | dimension |
| FA_CATEGORIES_B | dimension | dimension |
| FA_TRANSACTION_HEADERS | dimension | dimension |
| Cost Moved | 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_ADJUSTMENTS | 8 | 3 |
| FA_BOOKS | 20 | 2 |
| FA_CATEGORIES_B | 5 | 10 |
| FA_TRANSACTION_HEADERS | 7 | 5 |
Customization note Reclass accounting is error-prone; the build proves cost and reserve net to zero across the moved categories. Irvine rebuilds these on your data.