Update Matured Bills Payable Status
Reports the results of the process that updates the status of matured bills payable from issued to negotiable.
Sample build of the Update Matured Bills Payable Status — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Bill Payable | Supplier | Maturity Date | Amount | New Status |
|---|---|---|---|---|
| Sample | Acme Industrial | 2026-04-30 | $1,240,500.00 | Open |
| — | Northwind Trading | 2026-03-31 | $842,150.75 | Posted |
| Sample | Globex Holdings | 2026-02-28 | $96,400.00 | Validated |
| — | Initech LLC | 2026-01-31 | $1,005,233.10 | Open |
| Sample | Umbrella Corp | 2025-12-31 | $58,720.40 | Paid |
| Sample | Acme Industrial | 2026-04-30 | $1,240,500.00 | Open |
The report reports the process that updates matured bills payable from issued to negotiable.
$3.1M of bills payable matured to negotiable — they can now be presented for payment and the cash must be funded.
Fund the maturing bills payable ahead of presentation; a matured bill payable is a dated cash obligation that won't wait.
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 |
| 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 |
| AP_INVOICE_PAYMENTS_ALL | 22 | 2 |
Customization note Bills-payable maturity handling is often automated and monitored rather than run as a manual report. Irvine rebuilds these on your data.