Payables Credit Memo Matching Report
Lists credit and debit memos for suppliers along with the invoices to which they are matched.
Sample build of the Payables Credit Memo Matching Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Memo | Type | Matched Invoice | Amount |
|---|---|---|---|---|
| Acme Industrial | Sample | Standard | Sample | $1,240,500.00 |
| Northwind Trading | — | Corporate | — | $842,150.75 |
| Globex Holdings | Sample | Standard | Sample | $96,400.00 |
| Initech LLC | — | Default | — | $1,005,233.10 |
| Umbrella Corp | Sample | Standard | Sample | $58,720.40 |
| Acme Industrial | Sample | Standard | Sample | $1,240,500.00 |
The report lists credit and debit memos with the invoices they're matched to.
$240K of memos aren't matched to any invoice — credits sitting unapplied that should reduce supplier balances.
Match the open memos; an unapplied credit memo overstates what you owe and risks paying around it.
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_DISTRIBUTIONS_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_DISTRIBUTIONS_ALL | 59 | 11 |
| POZ_SUPPLIERS | 145 | 75 |
Customization note Usually re-cut to surface unmatched credit memos eroding spend that the seeded report buries. Irvine rebuilds these on your data.