Asset Transfers Report
Assets transferred between cost centers, locations, or employees in a period, showing the from and to assignments and the reserve transferred.
Sample build of the Asset Transfers Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Asset | From | To | Reserve Transferred | Transfer Date |
|---|---|---|---|---|
| Sample | Sample | Sample | Sample | 2026-04-30 |
| — | — | — | — | 2026-03-31 |
| Sample | Sample | Sample | Sample | 2026-02-28 |
| — | — | — | — | 2026-01-31 |
| Sample | Sample | Sample | Sample | 2025-12-31 |
| Sample | Sample | Sample | Sample | 2026-04-30 |
The report lists transfers with their from and to assignments and the reserve moved.
Eight transfers cross balancing segments — they require an intercompany or reserve adjustment that may not have posted.
Confirm the intercompany entry for cross-segment transfers; without it the two entities' books stay out of balance.
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_TRANSFER_DETAILS
- FA_DISTRIBUTION_HISTORY
- 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_DISTRIBUTION_HISTORY | dimension | dimension |
| FA_BOOKS | dimension | dimension |
| Amount | 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_TRANSFER_DETAILS | Setup / configuration table — joined for reference, not exposed for analytics | |
| FA_DISTRIBUTION_HISTORY | 6 | 2 |
| FA_BOOKS | 20 | 2 |
Customization note Often extended to flag transfers that cross balancing segments, which require an intercompany or reserve adjustment. Irvine rebuilds these on your data.