Create Customer Statements Execution Report
Reports the customer-statement run and prints each customer's billing activity — invoices, debit memos, chargebacks, payments, on-account credits, credit memos, adjustments, and past-due detail.
Sample build of the Create Customer Statements Execution Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Customer | Statement Date | Open Items | Balance Due | Delivery |
|---|---|---|---|---|
| Acme Industrial | 2026-04-30 | Sample | $1,240,500.00 | Sample |
| Northwind Trading | 2026-03-31 | — | $842,150.75 | — |
| Globex Holdings | 2026-02-28 | Sample | $96,400.00 | Sample |
| Initech LLC | 2026-01-31 | — | $1,005,233.10 | — |
| Umbrella Corp | 2025-12-31 | Sample | $58,720.40 | Sample |
| Acme Industrial | 2026-04-30 | Sample | $1,240,500.00 | Sample |
The report reports the statement run and prints each customer's billing activity.
22 statements couldn't be delivered — no email or address on file — so those customers never see what they owe.
Complete the contact and delivery setup; an undeliverable statement is collection friction you fix once.
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 |
|---|---|---|
| RA_CUSTOMER_TRX_ALL | dimension | dimension |
| AR_RECEIVABLE_APPLICATIONS_ALL | dimension | dimension |
| Balance Due | 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_PAYMENT_SCHEDULES_ALL | 32 | 6 |
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| AR_RECEIVABLE_APPLICATIONS_ALL | 35 | 2 |
Customization note Statement content and cadence are usually customized per customer agreement and delivered through a self-service portal. Irvine rebuilds these on your data.