Format Automatic Receipts Report
Prints the automatic receipts in a batch for customer confirmation, with receipt number, date, currency, and the transactions applied to each.
Sample build of the Format Automatic Receipts Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Receipt | Date | Currency | Amount | Transactions Applied |
|---|---|---|---|---|
| Sample | 2026-04-30 | USD | $1,240,500.00 | Sample |
| — | 2026-03-31 | USD | $842,150.75 | — |
| Sample | 2026-02-28 | USD | $96,400.00 | Sample |
| — | 2026-01-31 | USD | $1,005,233.10 | — |
| Sample | 2025-12-31 | USD | $58,720.40 | Sample |
| Sample | 2026-04-30 | USD | $1,240,500.00 | Sample |
The report prints the automatic receipts in a batch for customer confirmation.
48 receipts await customer confirmation — direct debits not yet acknowledged, which can still be returned.
Track confirmations before treating the cash as final; an unconfirmed auto-receipt is provisional cash.
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 A print formatter rather than an analytic; rarely a candidate for an analytics rebuild. Irvine rebuilds these on your data.