Close Matured Bills Receivable Execution Report
Reports the process that creates and applies receipts for matured remitted bills receivable and clears recourse, listing the changes and receipts cleared.
Sample build of the Close Matured Bills Receivable Execution Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Bill | Maturity | Receipt Created | Amount | Recourse Cleared |
|---|---|---|---|---|
| Sample | Sample | Sample | $1,240,500.00 | Sample |
| — | — | — | $842,150.75 | — |
| Sample | Sample | Sample | $96,400.00 | Sample |
| — | — | — | $1,005,233.10 | — |
| Sample | Sample | Sample | $58,720.40 | Sample |
| Sample | Sample | Sample | $1,240,500.00 | Sample |
The report reports the process that creates receipts for matured remitted bills and clears recourse.
Eight matured bills still carry open recourse — the contingent liability hasn't been released though the bill matured.
Confirm collection and clear recourse; open recourse on a matured bill overstates contingent liabilities.
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_CASH_RECEIPTS_ALL | dimension | dimension |
| 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_CASH_RECEIPTS_ALL | 25 | 9 |
| AR_TRANSACTION_HISTORY_ALL | 13 | 1 |
Customization note Maturity handling is typically automated and reconciled against bank clearance rather than read as a run report. Irvine rebuilds these on your data.