Automatic Bills Receivable Remittance Execution Report
Reports the process that remits bills receivable to the bank for collection, detailing the bills sent.
Sample build of the Automatic Bills Receivable Remittance Execution Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Bill | Customer | Maturity | Amount | Bank |
|---|---|---|---|---|
| Sample | Acme Industrial | Sample | $1,240,500.00 | Sample |
| — | Northwind Trading | — | $842,150.75 | — |
| Sample | Globex Holdings | Sample | $96,400.00 | Sample |
| — | Initech LLC | — | $1,005,233.10 | — |
| Sample | Umbrella Corp | Sample | $58,720.40 | Sample |
| Sample | Acme Industrial | Sample | $1,240,500.00 | Sample |
The report reports the process that remits bills receivable to the bank for collection.
Six bills were rejected at remittance — they won't be collected by the bank this cycle.
Fix the bill or bank instruction and re-remit; a rejected bill receivable is delayed collection.
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 Bills-receivable lifecycle is niche; when relevant, teams track it as a maturity and collection pipeline. Irvine rebuilds these on your data.