Reversal Status Report
Reports the status of automatic receipt reversals in a settlement batch, with receipt date, number, amount, reversal reason, and a note on any reversals that failed.
Sample build of the Reversal Status Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Receipt | Date | Amount | Reversal Reason | Status |
|---|---|---|---|---|
| Sample | 2026-04-30 | $1,240,500.00 | Standard | Open |
| — | 2026-03-31 | $842,150.75 | Corporate | Posted |
| Sample | 2026-02-28 | $96,400.00 | Standard | Validated |
| — | 2026-01-31 | $1,005,233.10 | Default | Open |
| Sample | 2025-12-31 | $58,720.40 | Standard | Paid |
| Sample | 2026-04-30 | $1,240,500.00 | Standard | Open |
The report reports the status of automatic receipt reversals in a settlement batch.
Six reversals failed — the receipt is in a half-reversed state, neither applied nor cleanly backed out.
Resolve the failed reversals manually; a stuck reversal misstates both cash and the customer balance.
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 |
|---|---|---|
| AR_RECEIVABLE_APPLICATIONS_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 |
|---|---|---|
| AR_CASH_RECEIPTS_ALL | 25 | 9 |
| AR_RECEIVABLE_APPLICATIONS_ALL | 35 | 2 |
Customization note Failed reversals need follow-up; the build adds reason-coded exception routing rather than a passive status page. Irvine rebuilds these on your data.