Automatic Receipt Creation and Remittance Execution Report
Reports the batch process that creates automatic receipts and remittances, listing generated and remitted receipts plus any validation errors by batch.
Sample build of the Automatic Receipt Creation and Remittance Execution Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Batch | Receipts Created | Remitted | Amount | Errors |
|---|---|---|---|---|
| Sample | Sample | Sample | $1,240,500.00 | Sample |
| — | — | — | $842,150.75 | — |
| Sample | Sample | Sample | $96,400.00 | Sample |
| — | — | — | $1,005,233.10 | — |
| Sample | Sample | Sample | $58,720.40 | Sample |
| Sample | Sample | Sample | $1,240,500.00 | Sample |
The report reports the batch that creates automatic receipts and remittances.
34 receipts errored in validation — those customers' auto-payments didn't process this run.
Fix the errors — usually a missing bank instruction or expired mandate; a failed auto-receipt is expected cash that didn't arrive.
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_RECEIPT_METHODS | dimension | dimension |
| 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_RECEIPT_METHODS | 1 | 5 |
| AR_RECEIVABLE_APPLICATIONS_ALL | 35 | 2 |
Customization note The validation errors are the value; teams surface them as an actionable queue instead of a process log. Irvine rebuilds these on your data.