Payables Key Indicators Report
Generates transaction activity with the current number of suppliers, invoices, payments, and matching holds.
Sample build of the Payables Key Indicators Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Indicator | Current Period | Prior Period | Change |
|---|---|---|---|
| Sample | APR-26 | APR-26 | Sample |
| — | MAR-26 | MAR-26 | — |
| Sample | FEB-26 | FEB-26 | Sample |
| — | JAN-26 | JAN-26 | — |
| Sample | DEC-25 | DEC-25 | Sample |
| Sample | APR-26 | APR-26 | Sample |
The report summarizes current counts of suppliers, invoices, payments, and matching holds.
Matching holds rose versus the prior period — a growing share of invoices stuck before payment.
Track the hold trend by reason; a rising matching-hold count usually means PO and receipt discipline slipped upstream.
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_PAYMENTS_ALL | dimension | dimension |
| AP_HOLDS_ALL | dimension | dimension |
| 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_INVOICES_ALL | 63 | 15 |
| AP_INVOICE_PAYMENTS_ALL | 22 | 2 |
| AP_HOLDS_ALL | 11 | 1 |
| POZ_SUPPLIERS | 145 | 75 |
Customization note A static operational snapshot; teams rebuild it as a trended AP operations KPI dashboard. Irvine rebuilds these on your data.