Escheated Payments Listing Report
Lists escheated payments along with the suppliers' details.
Related Feeds the Unclaimed Property Report (United States).
Sample build of the Escheated Payments Listing Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Payment | Supplier | Issue Date | Amount | Escheat State |
|---|---|---|---|---|
| Sample | Acme Industrial | 2026-04-30 | $1,240,500.00 | Sample |
| — | Northwind Trading | 2026-03-31 | $842,150.75 | — |
| Sample | Globex Holdings | 2026-02-28 | $96,400.00 | Sample |
| — | Initech LLC | 2026-01-31 | $1,005,233.10 | — |
| Sample | Umbrella Corp | 2025-12-31 | $58,720.40 | Sample |
| Sample | Acme Industrial | 2026-04-30 | $1,240,500.00 | Sample |
The report lists escheated payments with supplier details.
22 payments are past the state dormancy period and reportable — unclaimed property that must be remitted to the state.
File with each state before the deadline; escheated payments left unreported accrue penalties and interest.
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 |
|---|---|---|
| POZ_SUPPLIERS | 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 |
|---|---|---|
| AP_CHECKS_ALL | 44 | 6 |
| POZ_SUPPLIERS | 145 | 75 |
Customization note Escheatment rules are state-specific; the build adds jurisdiction logic and a due-diligence aging. Irvine rebuilds these on your data.