Payables Period Close Exceptions Report
Lists exceptions that prevent the Payables accounting period from closing.
Related The Payables-specific companion to the flagship Subledger Period Close Exceptions report.
Run note · Performance The subledger (XLA) join — especially Projects-to-XLA — is a known BI Publisher performance trap on large ledgers. Pre-join it in the warehouse, or apply tight ledger, period, and source filters before running online.
Sample build of the Payables Period Close Exceptions Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Exception Type | Invoice/payment | Supplier | Amount | Status |
|---|---|---|---|---|
| Standard | Sample | Acme Industrial | $1,240,500.00 | Open |
| Corporate | — | Northwind Trading | $842,150.75 | Posted |
| Standard | Sample | Globex Holdings | $96,400.00 | Validated |
| Default | — | Initech LLC | $1,005,233.10 | Open |
| Standard | Sample | Umbrella Corp | $58,720.40 | Paid |
| Standard | Sample | Acme Industrial | $1,240,500.00 | Open |
The report lists the exceptions that prevent the Payables period from closing — unaccounted, unvalidated, or held items.
18 exceptions are hard blockers worth $1.4M — the period can't close until they clear.
Clear blockers by type (validate, account, or sweep); the period-close exceptions list is the close critical path.
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_AE_HEADERS | 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_AE_HEADERS | 16 | 19 |
Customization note The seeded list is the close blocker; the build turns it into an owner-assigned close-readiness worklist. Irvine rebuilds these on your data.