Netting Reversal Letter
Prints a letter detailing the Receivables and Payables transactions reversed in a netting settlement.
Sample build of the Netting Reversal Letter — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Trading Partner | Reversed Ap | Reversed Ar | Net Reversed | Reason |
|---|---|---|---|---|
| Sample | Sample | Sample | Sample | Standard |
| — | — | — | — | Corporate |
| Sample | Sample | Sample | Sample | Standard |
| — | — | — | — | Default |
| Sample | Sample | Sample | Sample | Standard |
| Sample | Sample | Sample | Sample | Standard |
The report prints the letter detailing the transactions reversed in a netting settlement.
Two reversals are unconfirmed by the partner — the original net stands on your books but not theirs.
Confirm reversals with the partner; an unconfirmed netting reversal leaves the two sides' ledgers disagreeing.
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 |
| POZ_SUPPLIERS | dimension | dimension |
| Net Reversed | 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 |
|---|---|---|
| AP_INVOICES_ALL | 63 | 15 |
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| POZ_SUPPLIERS | 145 | 75 |
Customization note Same layout customization as the settlement letter, for reversals. Irvine rebuilds these on your data.