Payables Payment Requests Import Report
Lists payment requests for invoices that are imported, or rejected with rejection reasons.
Sample build of the Payables Payment Requests Import Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Source | Payment Request | Supplier | Amount | Status | Reject Reason |
|---|---|---|---|---|---|
| Sample | Sample | Acme Industrial | $1,240,500.00 | Open | Standard |
| — | — | Northwind Trading | $842,150.75 | Posted | Corporate |
| Sample | Sample | Globex Holdings | $96,400.00 | Validated | Standard |
| — | — | Initech LLC | $1,005,233.10 | Open | Default |
| Sample | Sample | Umbrella Corp | $58,720.40 | Paid | Standard |
| Sample | Sample | Acme Industrial | $1,240,500.00 | Open | Standard |
The report lists imported payment requests and those rejected with reasons.
42 payment requests were rejected, holding $420K of expense and one-time payments before they become payable.
Fix the rejection reasons — usually supplier, bank, or party setup; a rejected payment request is a payment someone is waiting on.
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_INVOICES_INTERFACE
- IBY_PAYMENTS_ALL
- AP_INVOICES_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 |
|---|---|---|
| IBY_PAYMENTS_ALL | dimension | dimension |
| AP_INVOICES_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_INVOICES_INTERFACE | Setup / configuration table — joined for reference, not exposed for analytics | |
| IBY_PAYMENTS_ALL | Setup / configuration table — joined for reference, not exposed for analytics | |
| AP_INVOICES_ALL | 63 | 15 |
Customization note Re-pointed to auto-triage rejected payment requests by reason. Irvine rebuilds these on your data.