Payables Selected Installments Report
Lists invoice installments selected in a payment process request, to assess how well the selection criteria pick the right invoices.
Sample build of the Payables Selected Installments Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Invoice | Installment | Due Date | Selected Amount | Discount |
|---|---|---|---|---|---|
| Acme Industrial | Sample | Sample | 2026-04-30 | $1,240,500.00 | Sample |
| Northwind Trading | — | — | 2026-03-31 | $842,150.75 | — |
| Globex Holdings | Sample | Sample | 2026-02-28 | $96,400.00 | Sample |
| Initech LLC | — | — | 2026-01-31 | $1,005,233.10 | — |
| Umbrella Corp | Sample | Sample | 2025-12-31 | $58,720.40 | Sample |
| Acme Industrial | Sample | Sample | 2026-04-30 | $1,240,500.00 | Sample |
The report lists invoice installments selected in a payment process request to assess the selection criteria.
18 due installments were excluded from the run — invoices that should be paid this cycle won't be.
Check the request's selection criteria such as pay-through date and pay groups; installments wrongly excluded become next week's past-due.
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
- AP_PAYMENT_SCHEDULES_ALL
- AP_INVOICES_ALL
- IBY_PAYMENTS_ALL
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 |
| IBY_PAYMENTS_ALL | dimension | dimension |
| Selected 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_PAYMENT_SCHEDULES_ALL | 21 | 2 |
| AP_INVOICES_ALL | 63 | 15 |
| IBY_PAYMENTS_ALL | Setup / configuration table — joined for reference, not exposed for analytics | |
Customization note Used to tune pay-run criteria; usually extended with a what-if of cash impact per selection rule. Irvine rebuilds these on your data.