Asset Additions by Source Report
Assets added in a period grouped by the source they came from — Payables, Projects, or manual — so finance can trace each addition to its origin.
Sample build of the Asset Additions by Source Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Source | Asset | Cost | Originating Document | In-service |
|---|---|---|---|---|
| Sample | Sample | $1,240,500.00 | Sample | Sample |
| — | — | $842,150.75 | — | — |
| Sample | Sample | $96,400.00 | Sample | Sample |
| — | — | $1,005,233.10 | — | — |
| Sample | Sample | $58,720.40 | Sample | Sample |
| Sample | Sample | $1,240,500.00 | Sample | Sample |
The report groups additions by the source they came from — Payables, Projects, or manual.
$640K of additions were entered manually rather than flowing from Payables or Projects, bypassing the source audit trail.
Route capital through mass additions where possible; a manual addition has no invoice or project to trace back to.
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_MASS_ADDITIONS
- 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_MASS_ADDITIONS | dimension | dimension |
| FA_BOOKS | 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_ADDITIONS_B | 15 | 9 |
| FA_MASS_ADDITIONS | Setup / configuration table — joined for reference, not exposed for analytics | |
| FA_BOOKS | 20 | 2 |
Customization note Rebuilt as a source-lineage view linking each asset back to the originating invoice or project. Irvine rebuilds these on your data.