Skip to the content.

CST Miscellaneous Accrual Reconciliation – Oracle EBS SQL Report

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

Overview

Imported from Concurrent Program Application: Bills of Material Source: Miscellaneous Accrual Reconciliation Report Short Name: CSTACRMI DB package:

Report Parameters

Operating Unit, Balancing Segment From, Balancing Segment To, Accrual Account, Date From, Date To, Minimum Amount, Maximum Amount, Item From, Item To, Invoice Number, Invoice Line, PO Number, PO Release, PO Line, PO Shipment, Transaction Type, Inventory Transaction Id, Sort By

Oracle EBS Tables Used

mtl_transaction_types, cst_reconciliation_codes, rcv_shipment_headers, rcv_transactions, mtl_system_items_vl, cst_misc_reconciliation, ap_invoices_all, ap_invoice_distributions_all, po_vendors, mtl_parameters, gl_code_combinations_kfv, po_distributions_all, po_line_locations_all, po_releases_all, po_lines_all, po_headers_all, mtl_material_transactions, cst_accrual_accounts, hr_all_organization_units, hr_organization_information, gl_sets_of_books, cmr

Report Categories

Enginatics, R12 only

CST AP and PO Accrual Reconciliation, CAC AP Accrual IR ISO Match Analysis, GL Account Analysis (Drilldown) (with inventory and WIP), GL Account Analysis, PO Headers and Lines 11i

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 CST Miscellaneous Accrual Reconciliation 14-Jul-2021 041456.xlsx
Blitz Report™ XML Import CST_Miscellaneous_Accrual_Reconciliation.xml
Full SQL on Enginatics www.enginatics.com/reports/cst-miscellaneous-accrual-reconciliation/

Case Study & Technical Analysis: CST Miscellaneous Accrual Reconciliation

1. Executive Summary

The CST Miscellaneous Accrual Reconciliation report is a specialized financial tool designed to reconcile Inventory Accrual Accounts for transactions that are not standard Purchase Order receipts. While the primary “AP and PO Accrual Reconciliation” report handles standard procurement, this report focuses on Inventory and Payables transactions that hit the accrual account but originate from other sources, such as:

This report is crucial for identifying “noise” in the accrual account that cannot be cleared by the standard PO matching process, ensuring the General Ledger (GL) balance is accurate at period end.

2. Business Context & Usage

2.1. Purpose

2.2. Key Stakeholders

2.3. Process Flow

  1. Inventory Transaction: A user performs a transaction (e.g., “Transfer to Regular” for consignment stock). This credits the Consignment Liability (Accrual) account.
  2. AP Invoice: An invoice is created for the consumed consignment stock. This debits the Accrual account.
  3. Accrual Load Run: The “Accrual Reconciliation Load Run” program populates the CST_MISC_RECONCILIATION table.
  4. Report Generation: This report is run to view the unmatched or partially matched miscellaneous transactions.
  5. Analysis: Users identify items that should have cleared or need manual write-off.

3. Technical Analysis

3.1. Data Sources & Tables

The report relies on the CST_MISC_RECONCILIATION table, which is populated by the Accrual Load program. It joins this data with standard inventory and AP tables.

3.2. Key Logic & Calculations

3.3. Parameters

4. Common Issues & Troubleshooting

5. SQL Query Structure

The query uses a Common Table Expression (CTE) named cmr to prepare the data.

  1. CTE cmr: Joins CST_MISC_RECONCILIATION with the necessary master data tables.
    • Logic: It uses DECODE statements to switch between Inventory and AP logic for fields like Transaction Type and UOM.
    • Joins: It links to MTL_MATERIAL_TRANSACTIONS to get the underlying inventory details (like rcv_transaction_id for receipt numbers).
  2. Main Select: Selects from the cmr CTE.
    • Applies the user parameters (Date, Amount, Account).
    • Formats the output for the report (Excel/PDF).

This structure provides a unified view of disparate transaction types that share the common characteristic of hitting the Accrual Account outside the standard PO flow.


© 2026 Enginatics