Import Payables Invoices Report
Reports the results of the process that creates Payables invoices from data in the open interface tables.
Sample build of the Import Payables Invoices Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Batch | Source | Imported | Rejected | Amount | Error Reason |
|---|---|---|---|---|---|
| Sample | Sample | Sample | Sample | $1,240,500.00 | Standard |
| — | — | — | — | $842,150.75 | Corporate |
| Sample | Sample | Sample | Sample | $96,400.00 | Standard |
| — | — | — | — | $1,005,233.10 | Default |
| Sample | Sample | Sample | Sample | $58,720.40 | Standard |
| Sample | Sample | Sample | Sample | $1,240,500.00 | Standard |
The report reports the process that creates Payables invoices from the open interface.
160 lines were rejected, holding $1.1M of supplier invoices in the interface, not yet liabilities.
Fix the interface errors — often supplier site, distribution, or tax setup; a rejected import line is a bill not yet on the books.
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_INTERFACE
- AP_INVOICE_LINES_INTERFACE
- AP_INVOICES_ALL
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 |
|---|---|---|
| AP_INVOICE_LINES_INTERFACE | dimension | dimension |
| AP_INVOICES_ALL | 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 |
|---|---|---|
| AP_INVOICES_INTERFACE | Setup / configuration table — joined for reference, not exposed for analytics | |
| AP_INVOICE_LINES_INTERFACE | Setup / configuration table — joined for reference, not exposed for analytics | |
| AP_INVOICES_ALL | 63 | 15 |
Customization note Re-pointed at the interface to QA and auto-correct rejected rows before import rather than reading rejections after the fact. Irvine rebuilds these on your data.