Automatic Bills Receivable Transactions Batch Report
Reports the process that creates bills receivable from transactions, listing the transactions assigned to each bill.
Sample build of the Automatic Bills Receivable Transactions Batch Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Bill | Transactions Assigned | Customer | Amount | Status |
|---|---|---|---|---|
| Sample | Sample | Acme Industrial | $1,240,500.00 | Open |
| — | — | Northwind Trading | $842,150.75 | Posted |
| Sample | Sample | Globex Holdings | $96,400.00 | Validated |
| — | — | Initech LLC | $1,005,233.10 | Open |
| Sample | Sample | Umbrella Corp | $58,720.40 | Paid |
| Sample | Sample | Acme Industrial | $1,240,500.00 | Open |
The report reports the process that creates bills receivable from transactions.
22 eligible transactions weren't assigned to a bill — they stay as open invoices outside the bills-receivable process.
Check the bill-creation selection criteria; transactions that should be drafted but aren't slow collection in draft-based markets.
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 |
|---|---|---|
| AR_TRANSACTION_HISTORY_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 |
| AR_TRANSACTION_HISTORY_ALL | 13 | 1 |
Customization note Usually monitored only where bills receivable or drafts are a statutory payment instrument. Irvine rebuilds these on your data.