Netting Settlement Listing
Lists the transactions netted for a specific netting settlement, in spreadsheet format.
Related The spreadsheet companion to the Netting Settlement Report.
Sample build of the Netting Settlement Listing — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Trading Partner | Transaction | Type | Amount | Net Position |
|---|---|---|---|---|
| Sample | Sample | Standard | $1,240,500.00 | Sample |
| — | — | Corporate | $842,150.75 | — |
| Sample | Sample | Standard | $96,400.00 | Sample |
| — | — | Default | $1,005,233.10 | — |
| Sample | Sample | Standard | $58,720.40 | Sample |
| Sample | Sample | Standard | $1,240,500.00 | Sample |
The report lists the netted transactions in spreadsheet form for analysis.
One partner's listing shows AR far exceeding AP — netting barely reduces a balance they mostly owe you, so collection still matters.
Use netting for genuinely two-way partners; a lopsided netting relationship is really a collection problem wearing a netting label.
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 |
| Amount | measure | measure |
| Net Position | 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 Usually combined with the PDF settlement report into one reconciled netting workbook. Irvine rebuilds these on your data.