Invoices Posted to Suspense Report
Lists transactions whose revenue posted to a suspense account during AutoInvoice import, showing transaction class, customer, transaction date, and amount by business unit.
Sample build of the Invoices Posted to Suspense Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Transaction | Class | Customer | Suspense Account | Amount | Reason |
|---|---|---|---|---|---|
| Sample | Standard | Acme Industrial | 1000-2100-000 | $1,240,500.00 | Standard |
| — | Corporate | Northwind Trading | 1000-5400-000 | $842,150.75 | Corporate |
| Sample | Standard | Globex Holdings | 1000-1410-000 | $96,400.00 | Standard |
| — | Default | Initech LLC | 2000-2100-000 | $1,005,233.10 | Default |
| Sample | Standard | Umbrella Corp | 1000-6300-000 | $58,720.40 | Standard |
| Sample | Standard | Acme Industrial | 1000-2100-000 | $1,240,500.00 | Standard |
The report lists transactions whose revenue landed in a suspense account during AutoInvoice import.
$310K of revenue sits in suspense with 18 items unresolved — revenue not yet recognized to its proper account.
Fix the AutoAccounting or revenue rules that couldn't derive an account; suspense revenue is recognized revenue parked in the wrong place.
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_LINES_ALL | dimension | dimension |
| AR_DISTRIBUTIONS_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 |
|---|---|---|
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| RA_CUSTOMER_TRX_LINES_ALL | 56 | 7 |
| AR_DISTRIBUTIONS_ALL | 12 | 6 |
Customization note Suspense postings signal a revenue-account-derivation gap; the build usually adds a root-cause view that pinpoints the missing AutoAccounting rule. Irvine rebuilds these on your data.