Document Number Audit Report
Lists document numbers assigned to transactions, adjustments, and receipts to surface gaps in a sequence, with the status, customer, currency, and amount of each, by sequence name and number range.
Sample build of the Document Number Audit Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Document Type | Sequence | First | Last | Gaps | Status |
|---|---|---|---|---|---|
| Standard | Sample | Sample | Sample | Sample | Open |
| Corporate | — | — | — | — | Posted |
| Standard | Sample | Sample | Sample | Sample | Validated |
| Default | — | — | — | — | Open |
| Standard | Sample | Sample | Sample | Sample | Paid |
| Standard | Sample | Sample | Sample | Sample | Open |
The report lists assigned document numbers to surface gaps in a sequence.
12 gaps across the sequences — either deleted documents or a numbering setup issue, which several jurisdictions prohibit for tax documents.
Explain each gap (voided versus missing); a gap in a statutory document sequence is a compliance finding.
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_ADJUSTMENTS_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_ADJUSTMENTS_ALL | 19 | 2 |
Customization note Sequence-gap detection is statutory in many countries; localization adds the legally required numbering and an exception alert. Irvine rebuilds these on your data.