Prepayment Remittance Notice
Lists prepayments that were applied to supplier invoices.
Sample build of the Prepayment Remittance Notice — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Prepayment | Applied Invoice | Applied Amount | Remaining |
|---|---|---|---|---|
| Acme Industrial | Sample | Sample | $1,240,500.00 | Sample |
| Northwind Trading | — | — | $842,150.75 | — |
| Globex Holdings | Sample | Sample | $96,400.00 | Sample |
| Initech LLC | — | — | $1,005,233.10 | — |
| Umbrella Corp | Sample | Sample | $58,720.40 | Sample |
| Acme Industrial | Sample | Sample | $1,240,500.00 | Sample |
The report lists prepayments applied to supplier invoices with their remaining balances.
18 prepayments are over 90 days old with balance unapplied — advances paid but not yet drawn down against invoices.
Apply or recover aged prepayments; an unapplied prepayment is cash out the door sitting as a supplier asset.
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 |
|---|---|---|
| AP_INVOICE_DISTRIBUTIONS_ALL | dimension | dimension |
| POZ_SUPPLIERS | dimension | dimension |
| Applied 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_INVOICES_ALL | 63 | 15 |
| AP_INVOICE_DISTRIBUTIONS_ALL | 59 | 11 |
| POZ_SUPPLIERS | 145 | 75 |
Customization note Usually extended to surface unapplied prepayments aging on the balance sheet. Irvine rebuilds these on your data.