Asset Additions Report
Assets added or capitalized in a period, with cost, asset type, category, and the cost and expense accounts, totaled by balancing segment, asset type, and account.
Sample build of the Asset Additions Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Asset | Category | Cost | Cost Account | In-service | Source |
|---|---|---|---|---|---|
| Sample | Computer-Hardware | $1,240,500.00 | $1,240,500.00 | Sample | Sample |
| — | Buildings | $842,150.75 | $842,150.75 | — | — |
| Sample | Vehicles | $96,400.00 | $96,400.00 | Sample | Sample |
| — | Furniture-Fixtures | $1,005,233.10 | $1,005,233.10 | — | — |
| Sample | Machinery | $58,720.40 | $58,720.40 | Sample | Sample |
| Sample | Computer-Hardware | $1,240,500.00 | $1,240,500.00 | Sample | Sample |
The report lists assets added or capitalized in the period with cost and accounts.
Five additions have no in-service date, so they won't start depreciating until one is set.
Set the in-service dates; an addition with no in-service date sits as cost without depreciation.
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_DISTRIBUTION_HISTORY | dimension | dimension |
| Cost | measure | measure |
| Cost Account | 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_CATEGORIES_B | 5 | 10 |
| FA_DISTRIBUTION_HISTORY | 6 | 2 |
Customization note Teams add a CIP-to-additions bridge so capitalizations from Projects and Payables trace back to their source. Irvine rebuilds these on your data.