Payables Unaccounted Transactions and Sweep Report
Lists invoices and payments that weren't accounted for a period or date range.
Sample build of the Payables Unaccounted Transactions and Sweep Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Transaction | Type | Supplier | Amount | Accounting Status | Action |
|---|---|---|---|---|---|
| Sample | Standard | Acme Industrial | $1,240,500.00 | Open | Sample |
| — | Corporate | Northwind Trading | $842,150.75 | Posted | — |
| Sample | Standard | Globex Holdings | $96,400.00 | Validated | Sample |
| — | Default | Initech LLC | $1,005,233.10 | Open | — |
| Sample | Standard | Umbrella Corp | $58,720.40 | Paid | Sample |
| Sample | Standard | Acme Industrial | $1,240,500.00 | Open | Sample |
The report lists invoices and payments not accounted for the period, with the sweep option.
$1.4M is unaccounted at the period cut; 22 will sweep to the next period — accounting deferred, not resolved.
Account what can be accounted and sweep only true exceptions; sweeping to avoid fixing an error just moves the problem forward.
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 |
| XLA_EVENTS | 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_PAYMENTS_ALL | 22 | 2 |
| XLA_EVENTS | 3 | 1 |
Customization note A close blocker; teams rebuild it as a daily unaccounted-transactions monitor instead of a period-end surprise. Irvine rebuilds these on your data.