Receipts Awaiting Remittance Report
Lists receipts ready to be remitted to the bank, with remittance bank account, maturity date, receipt number, and amount.
Sample build of the Receipts Awaiting Remittance Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Bank Account | Receipt | Maturity | Amount | Method |
|---|---|---|---|---|
| 1000-2100-000 | Sample | Sample | $1,240,500.00 | Standard |
| 1000-5400-000 | — | — | $842,150.75 | Corporate |
| 1000-1410-000 | Sample | Sample | $96,400.00 | Standard |
| 2000-2100-000 | — | — | $1,005,233.10 | Default |
| 1000-6300-000 | Sample | Sample | $58,720.40 | Standard |
| 1000-2100-000 | Sample | Sample | $1,240,500.00 | Standard |
The report lists receipts ready to be remitted to the bank.
12 receipts are overdue to remit — cash sitting un-remitted, delaying clearing and availability.
Run remittance on schedule; an un-remitted receipt is collected cash you can't yet use.
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 |
| CE_BANK_ACCOUNTS | 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 |
| CE_BANK_ACCOUNTS | 9 | 12 |
Customization note Usually folded into a single cash-application and remittance workbench rather than a standalone listing. Irvine rebuilds these on your data.