Create Automatic Receipt Write-offs Execution Report
Reports the process that writes off small unapplied amounts on receipts, by currency, customer, receipt number, amount, and date.
Sample build of the Create Automatic Receipt Write-offs Execution Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Customer | Receipt | Currency | Write-off Amount | Date |
|---|---|---|---|---|
| Acme Industrial | Sample | USD | $1,240,500.00 | 2026-04-30 |
| Northwind Trading | — | USD | $842,150.75 | 2026-03-31 |
| Globex Holdings | Sample | USD | $96,400.00 | 2026-02-28 |
| Initech LLC | — | USD | $1,005,233.10 | 2026-01-31 |
| Umbrella Corp | Sample | USD | $58,720.40 | 2025-12-31 |
| Acme Industrial | Sample | USD | $1,240,500.00 | 2026-04-30 |
The report reports the process that writes off small unapplied amounts on receipts.
Seven write-offs exceed the small-balance tolerance — larger amounts cleared as if they were rounding.
Review write-offs above tolerance individually; an oversized auto-write-off can hide a real short-payment dispute.
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 |
| Write-off 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 Write-off thresholds and approvals are policy-driven; the build adds a controlled approval trail. Irvine rebuilds these on your data.