Supplier Balance Aging Report
Lists unpaid supplier invoices according to specified aging periods.
Related Pairs with the flagship Payables Invoice Aging Report — this view ages by supplier balance.
Sample build of the Supplier Balance Aging Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Current | 1-30 | 31-60 | 61-90 | 90+ | Total |
|---|---|---|---|---|---|---|
| Acme Industrial | Sample | Sample | Sample | Sample | Sample | $1,240,500.00 |
| Northwind Trading | — | — | — | — | — | $842,150.75 |
| Globex Holdings | Sample | Sample | Sample | Sample | Sample | $96,400.00 |
| Initech LLC | — | — | — | — | — | $1,005,233.10 |
| Umbrella Corp | Sample | Sample | Sample | Sample | Sample | $58,720.40 |
| Acme Industrial | Sample | Sample | Sample | Sample | Sample | $1,240,500.00 |
The report ages unpaid supplier invoices into the specified buckets.
$3.4M is past due — invoices beyond terms that risk late fees, or signal an approval stuck upstream.
Split past-due into approved-not-paid versus stuck-in-approval; the first is a payment-run timing fix, the second is a workflow problem.
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_INVOICES_ALL | dimension | dimension |
| POZ_SUPPLIERS | dimension | dimension |
| Total | 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_PAYMENT_SCHEDULES_ALL | 21 | 2 |
| AP_INVOICES_ALL | 63 | 15 |
| POZ_SUPPLIERS | 145 | 75 |
Customization note The seeded buckets are fixed; teams want configurable buckets, DPO, and a payment-forecast cut. Irvine rebuilds these on your data.