Customer Balances Revaluation Report
Shows the difference between a customer's original and revalued balance for manually adjusting the general ledger, listing the open items behind each balance by revaluation period and customer.
Sample build of the Customer Balances Revaluation Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Customer | Currency | Original Balance | Revalued Balance | Difference |
|---|---|---|---|---|
| Acme Industrial | USD | $1,240,500.00 | $1,240,500.00 | Sample |
| Northwind Trading | USD | $842,150.75 | $842,150.75 | — |
| Globex Holdings | USD | $96,400.00 | $96,400.00 | Sample |
| Initech LLC | USD | $1,005,233.10 | $1,005,233.10 | — |
| Umbrella Corp | USD | $58,720.40 | $58,720.40 | Sample |
| Acme Industrial | USD | $1,240,500.00 | $1,240,500.00 | Sample |
The report shows the difference between original and revalued customer balances for the GL adjustment.
A -$180K revaluation, most of it in one currency that moved sharply — an FX swing that hits the income statement if not managed.
Confirm the revaluation rate and that the manual GL adjustment posts; an unposted revaluation leaves AR stated at a stale rate.
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 |
| GL_DAILY_RATES | dimension | dimension |
| Original Balance | measure | measure |
| Revalued Balance | 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 |
| GL_DAILY_RATES | 1 | 10 |
Customization note Revaluation is usually automated into a scheduled FX journal rather than a manual month-end report. Irvine rebuilds these on your data.