Skip to the content.

CAC AP Accrual Reconciliation Summary by Match Type – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Use this report to summarize the A/P Accrual entries from the Accrual Reconcilation Report tables, by operating unit, accrual match type and inventory organization. Use this report for summary reconciliation purposes, to justify the “at time of receipt” accrual balances for your inventory and expense A/P accrual accounts.

Parameters:

Transaction Date From: enter the accrual starting transaction date you wish to report. Defaults to the earliest date found (mandatory). Transaction Date To: enter the accrual ending transaction date you wish to report. Defaults to the latest date found (mandatory). Operating Unit: operating unit you wish to report (optional). Ledger: general ledger you wish to report (optional).

/* +=============================================================================+ – | Copyright 2011-2025 Douglas Volz Consulting, Inc. – | All rights reserved. – | Permission to use this code is granted provided the original author is – | acknowledged. – +=============================================================================+ – | – | Original Author: Douglas Volz (doug@volzconsulting.com) – | – | Version Modified on Modified by Description – | ======= =========== ============== ========================================= – | 1.0 11 Nov 2011 Douglas Volz Initial Coding based on xxx_ap_accrual_summary_rept.sql – | Retrofitted to R12 A/P Accrual tables – | 1.1 07 May 2019 Douglas Volz Modified for upgrade client – | 1.2 06 Feb 2020 Douglas Volz Added Ledger parameter. – | 1.3 09 Apr 2020 Douglas Volz Commented out capr.inventory_transaction_id column – | Was added by Oracle for consignment transactions in – | Release 12.1.6. – | 1.4 15 Apr 2020 Douglas Volz Undid modifications for upgrade client – | 1.5 17 Feb 2025 Douglas Volz Formatted for Blitz Report. – +=============================================================================+*/

Report Parameters

Transaction Date From, Transaction Date To, Organization Code, Operating Unit, Ledger

Oracle EBS Tables Used

mtl_transaction_types, fnd_lookup_values_vl, cst_ap_po_reconciliation, gl_code_combinations_kfv, hr_organization_information, hr_all_organization_units, xla_ae_headers, xla_ae_lines, gl_ledgers, po_distributions_all, mtl_parameters, accrual_type, gl_access_set_norm_assign, gl_ledger_set_norm_assign_v, mo_glob_org_access_tmp, dual, cst_misc_reconciliation

Report Categories

Enginatics

CAC AP Accrual IR ISO Match Analysis, GL Account Analysis, GL Account Distribution Analysis, CAC Receiving Activity Summary, GL Account Analysis (Distributions), GL Account Analysis (Drilldown) (with inventory and WIP)

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output None
Blitz Report™ XML Import CAC_AP_Accrual_Reconciliation_Summary_by_Match_Type.xml
Full SQL on Enginatics www.enginatics.com/reports/cac-ap-accrual-reconciliation-summary-by-match-type/

Case Study & Technical Analysis: CAC AP Accrual Reconciliation Summary by Match Type

Executive Summary

The CAC AP Accrual Reconciliation Summary by Match Type is a strategic financial report designed to streamline the month-end closing process for Oracle Cost Management. It provides a high-level aggregation of the Accounts Payable (AP) Accrual liability, categorized by Match Type (e.g., PO Match, Consignment, Miscellaneous). This summary view allows Finance teams to quickly understand the composition of their accrual balance without getting lost in the details of thousands of individual transactions.

Business Challenge

The “Received Not Invoiced” (RNI) account is often one of the most difficult accounts to reconcile.

Solution

This report solves these challenges by summarizing the data already present in the Oracle Accrual Reconciliation tables.

Technical Architecture

The report leverages the standard Oracle Accrual Reconciliation architecture:

Parameters & Filtering

Performance & Optimization

FAQ

Q: Why is the report output empty? A: This report relies on the CST_AP_PO_RECONCILIATION table. You must run the Accrual Reconciliation Load Run concurrent request for the specific Operating Unit and period before running this report.

Q: What does “Match Type” mean? A: The Match Type indicates the nature of the accrual entry. Common types include:

Q: Can I use this for “On Receipt” and “Period End” accruals? A: This report is designed for On Receipt accruals (Perpetual Accruals). Period End accruals are typically handled differently in the General Ledger.


© 2026 Enginatics