Payables Matched and Modified Receipts Report
Identifies receipts that were modified after invoice matching.
Sample build of the Payables Matched and Modified Receipts Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Receipt | Invoice | Original Qty | Modified Qty | Difference | Supplier |
|---|---|---|---|---|---|
| Sample | Sample | 120 | 120 | Sample | Acme Industrial |
| — | — | 45 | 45 | — | Northwind Trading |
| Sample | Sample | 860 | 860 | Sample | Globex Holdings |
| — | — | 12 | 12 | — | Initech LLC |
| Sample | Sample | 305 | 305 | Sample | Umbrella Corp |
| Sample | Sample | 120 | 120 | Sample | Acme Industrial |
The report identifies receipts modified after they were matched to an invoice.
$90K of receipts were reduced after matching — the invoice may have matched to a quantity that no longer exists.
Review post-match receipt changes; a receipt modified after matching can leave the liability over- or under-stated.
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 |
|---|---|---|
| RCV_TRANSACTIONS | 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_INVOICE_DISTRIBUTIONS_ALL | 59 | 11 |
| RCV_TRANSACTIONS | 25 | 31 |
| AP_INVOICES_ALL | 63 | 15 |
Customization note Frequently extended with the quantity/price variance and the receiving correction trail. Irvine rebuilds these on your data.