Payment Audit by Voucher Number Report
Lists payments with assigned sequential voucher numbers for audit.
Sample build of the Payment Audit by Voucher Number Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Voucher No | Payment | Supplier | Amount | Status |
|---|---|---|---|---|
| 1001 | Sample | Acme Industrial | $1,240,500.00 | Open |
| 1002 | — | Northwind Trading | $842,150.75 | Posted |
| 1003 | Sample | Globex Holdings | $96,400.00 | Validated |
| 1004 | — | Initech LLC | $1,005,233.10 | Open |
| 1005 | Sample | Umbrella Corp | $58,720.40 | Paid |
| 1001 | Sample | Acme Industrial | $1,240,500.00 | Open |
The report lists payments with their sequential voucher numbers for audit.
Four gaps in the payment voucher sequence — voided or deleted payments that should be documented.
Confirm each gap is a void with a reason; an unexplained payment-sequence gap is an audit and fraud-control flag.
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 Like the invoice audit, the real need is sequence gap/duplicate detection layered on top. Irvine rebuilds these on your data.