Receivables Open Items Revaluation Report
Calculates the adjustment needed to restate open foreign-currency items to a revaluation rate, showing open original amount, conversion rate, open ledger amount, revaluation rate, and revalued amount by period and balancing segment.
Sample build of the Receivables Open Items Revaluation Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Customer | Currency | Open Original | Reval Rate | Revalued | Adjustment |
|---|---|---|---|---|---|
| Acme Industrial | USD | Sample | Sample | Sample | Sample |
| Northwind Trading | USD | — | — | — | — |
| Globex Holdings | USD | Sample | Sample | Sample | Sample |
| Initech LLC | USD | — | — | — | — |
| Umbrella Corp | USD | Sample | Sample | Sample | Sample |
| Acme Industrial | USD | Sample | Sample | Sample | Sample |
The report calculates the adjustment to restate open foreign-currency items to a revaluation rate.
A -$210K adjustment is needed, concentrated near period end — unrealized FX on open AR that the close must book.
Post the revaluation adjustment as part of close; open FX items left unrevalued misstate AR and the FX result.
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 |
| 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 |
| GL_DAILY_RATES | 1 | 10 |
Customization note Replaced in most builds by an automated period-end revaluation that posts the unrealized FX journal directly. Irvine rebuilds these on your data.