Disbursement Positive Pay File Formats
The positive-pay file formats configured for disbursement — the issued-check files sent to each bank so the bank only honors checks the company actually issued, the core check-fraud control.
Related Part of the disbursement file-format family with the Disbursement Payment File Formats report.
Sample build of the Disbursement Positive Pay File Formats — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Format | Bank | Schedule | Status |
|---|---|---|---|
| Sample | Sample | Sample | Open |
| — | — | — | Posted |
| Sample | Sample | Sample | Validated |
| — | — | — | Open |
| Sample | Sample | Sample | Paid |
| Sample | Sample | Sample | Open |
The report reads the positive-pay formats and the disbursement banks each one covers.
Three disbursement banks have no positive-pay format — checks drawn on them aren't protected by positive pay, a direct check-fraud exposure.
Enable a positive-pay format on the three banks; an uncovered check-paying bank is the gap fraudsters look for.
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
- IBY_TRXN_DOCUMENTS
- IBY_FORMATS_VL
Show / hide SQL
SELECT XMLTYPE(DOCUMENT, NLS_CHARSET_ID('UTF8'))
FROM IBY_TRXN_DOCUMENTS WHERE TRXN_DOCUMENT_ID =:TRXN_DOCUMENT_IDThe 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 |
|---|---|---|
| IBY_FORMATS_VL | 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 |
|---|---|---|
| IBY_TRXN_DOCUMENTS | Setup / configuration table — joined for reference, not exposed for analytics | |
| IBY_FORMATS_VL | Setup / configuration table — joined for reference, not exposed for analytics | |