Netting Settlement Report
Lists the transactions netted for a specific netting settlement, in PDF format.
Sample build of the Netting Settlement Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Trading Partner | Ap Transactions | Ar Transactions | Net Amount | Settlement |
|---|---|---|---|---|
| Sample | Sample | Sample | $1,240,500.00 | Sample |
| — | — | — | $842,150.75 | — |
| Sample | Sample | Sample | $96,400.00 | Sample |
| — | — | — | $1,005,233.10 | — |
| Sample | Sample | Sample | $58,720.40 | Sample |
| Sample | Sample | Sample | $1,240,500.00 | Sample |
The report lists the Payables and Receivables transactions netted in a specific settlement.
For several partners, AP and AR net to a small residual — most of the exposure is offsetting and only the residual needs cash to move.
Net before paying or collecting with two-way partners; settling gross when a netting agreement exists wastes payment fees and cash.
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
- AP_INVOICES_ALL
- RA_CUSTOMER_TRX_ALL
- NETTING_TRANSACTIONS
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 |
| NETTING_TRANSACTIONS | dimension | dimension |
| Net 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 |
|---|---|---|
| AP_INVOICES_ALL | 63 | 15 |
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| NETTING_TRANSACTIONS | Setup / configuration table — joined for reference, not exposed for analytics | |
Customization note AP/AR netting setup is intricate; the build adds a netting-agreement audit trail and a GL impact view. Irvine rebuilds these on your data.