Receivables Aging by General Ledger Account Report
Ages outstanding receivables by general ledger account as of a chosen date, showing customer, transaction number, due date, and outstanding amount across aging buckets and balancing segment — the report most teams use to reconcile AR to the GL.
Related Pairs with the flagship Receivables Aging Report — this view splits the aging by GL account for the reserve tie-out.
Sample build of the Receivables Aging by General Ledger Account Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Gl Account | Customer | Due Date | Current | 31-60 | 61-90 | 90+ |
|---|---|---|---|---|---|---|
| 1000-2100-000 | Acme Industrial | 2026-04-30 | Sample | Sample | Sample | Sample |
| 1000-5400-000 | Northwind Trading | 2026-03-31 | — | — | — | — |
| 1000-1410-000 | Globex Holdings | 2026-02-28 | Sample | Sample | Sample | Sample |
| 2000-2100-000 | Initech LLC | 2026-01-31 | — | — | — | — |
| 1000-6300-000 | Umbrella Corp | 2025-12-31 | Sample | Sample | Sample | Sample |
| 1000-2100-000 | Acme Industrial | 2026-04-30 | Sample | Sample | Sample | Sample |
The report ages open receivables by the GL account they post to, as of a date.
$2.1M is over 90 days, concentrated in one receivable account — aged AR that should be reserved or written off.
Reconcile the aged buckets to the GL receivable accounts and act on the 90+ tier; aging by account is how the reserve gets justified.
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_DISTRIBUTIONS_ALL | dimension | dimension |
| HZ_CUST_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_PAYMENT_SCHEDULES_ALL | 32 | 6 |
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| AR_DISTRIBUTIONS_ALL | 12 | 6 |
| HZ_CUST_ACCOUNTS | 14 | 43 |
Customization note Buckets are fixed at run time and there is no drill to the receipt or adjustment behind a balance; the build adds runtime buckets, full drill, and multi-business-unit consolidation. Irvine rebuilds these on your data.