CIP Detail Report
Construction-in-progress cost by asset and project — the detail of capital spend accumulating before assets are placed in service.
Sample build of the CIP Detail Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Project | Asset | Cip Account | Cip Cost | Last Activity |
|---|---|---|---|---|
| Sample | Sample | 1000-2100-000 | $1,240,500.00 | Sample |
| — | — | 1000-5400-000 | $842,150.75 | — |
| Sample | Sample | 1000-1410-000 | $96,400.00 | Sample |
| — | — | 2000-2100-000 | $1,005,233.10 | — |
| Sample | Sample | 1000-6300-000 | $58,720.40 | Sample |
| Sample | Sample | 1000-2100-000 | $1,240,500.00 | Sample |
The report lists construction-in-progress cost by asset and project before in-service.
Nine CIP assets have had no activity in over 12 months — capital sitting in CIP, not depreciating, possibly ready to capitalize or write off.
Review stale CIP for capitalization or impairment; long-dormant CIP overstates assets and defers 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_ADDITIONS_B | dimension | dimension |
| FA_CATEGORIES_B | dimension | dimension |
| Cip 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_BOOKS | 20 | 2 |
| FA_ADDITIONS_B | 15 | 9 |
| FA_CATEGORIES_B | 5 | 10 |
Customization note Usually linked to Projects CIP so the Assets and project views of the same spend agree. Irvine rebuilds these on your data.