Receipts Days Late Analysis Report
Measures the cost of slow-paying customers by computing weighted-average days late per customer, with transaction number, type, due date, receipt number, days late, and weighted days late.
Sample build of the Receipts Days Late Analysis Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Customer | Receipts | Weighted Days Late | Amount | Cost Of Delay |
|---|---|---|---|---|
| Acme Industrial | Sample | Sample | $1,240,500.00 | $1,240,500.00 |
| Northwind Trading | — | — | $842,150.75 | $842,150.75 |
| Globex Holdings | Sample | Sample | $96,400.00 | $96,400.00 |
| Initech LLC | — | — | $1,005,233.10 | $1,005,233.10 |
| Umbrella Corp | Sample | Sample | $58,720.40 | $58,720.40 |
| Acme Industrial | Sample | Sample | $1,240,500.00 | $1,240,500.00 |
The report computes weighted-average days late per customer to measure the cost of slow payers.
42 customers average over 30 days late — a concentrated problem dragging DSO and working capital.
Target collection terms or credit holds on the worst tier; weighted days-late is where real DSO improvement comes from.
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 |
| AR_PAYMENT_SCHEDULES_ALL | dimension | dimension |
| Amount | measure | measure |
| Cost Of Delay | 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 |
| AR_PAYMENT_SCHEDULES_ALL | 32 | 6 |
Customization note A strong collections signal that is usually rebuilt as a trended DSO and days-late scorecard by customer and collector. Irvine rebuilds these on your data.