Process Receipts Through Lockbox Execution Report
Reports the lockbox process that creates receipts from bank-provided payment files, listing lockbox receipts and validation errors per bank transmission.
Sample build of the Process Receipts Through Lockbox Execution Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Lockbox | Receipts Created | Applied | 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 lockbox process that creates receipts from bank payment files.
96 lockbox receipts couldn't auto-apply — cash received from the bank but not matched to invoices.
Improve the lockbox matching on invoice references; unmatched lockbox cash is the biggest source of unapplied receipts.
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
- AR_PAYMENTS_INTERFACE_ALL
- AR_CASH_RECEIPTS_ALL
- AR_RECEIVABLE_APPLICATIONS_ALL
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_CASH_RECEIPTS_ALL | 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_PAYMENTS_INTERFACE_ALL | Setup / configuration table — joined for reference, not exposed for analytics | |
| AR_CASH_RECEIPTS_ALL | 25 | 9 |
| AR_RECEIVABLE_APPLICATIONS_ALL | 35 | 2 |
Customization note Unmatched lockbox lines are the pain point; the build adds auto-match scoring and an exception desk for the remainder. Irvine rebuilds these on your data.