INV Transaction Historical Summary – Oracle EBS SQL Report
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Overview
Application: Inventory Description: Transaction Historical Summary Report
This report provides equivalent functionality to the Oracle standard Transaction historical summary (XML) report.
Templates Quantity/Value Template – for use with the Quantity and Value Selection Option Balance Template – for use with the Balance Selection Option
The templates provide a summary pivot based on the selected sort option parameter with drill down to the detail data.
Sort Option Category: Pivot by Category, Subinventory/Cost Group All Others: Pivot by Subinventory/Cost Group, Category
Source: Transaction historical summary (XML) Short Name: INVTRHAN_XML DB package: INV_INVTRHAN_XMLP_PKG
Report Parameters
Organization Code, Selection Option, Sort By, Cost Groups From, Cost Groups To, Include Consigned, Rollback to this Date, Category Set, Categories From, Categories To, Items From, Items To, Subinventories From, Subinventories To, Source Type for Column One, Source Type for Column Two, Source Type for Column Three, Source Type for Column Four
Oracle EBS Tables Used
mtl_secondary_inventories, mtl_system_items_vl, mtl_item_categories, mtl_categories_kfv, mtl_onhand_quantities_detail, mtl_material_transactions, mtl_txn_source_types, mtl_parameters, mtl_onhand_qty_cost_v, cst_item_costs_for_gl_view, cst_inv_qty_temp, cst_inv_cost_temp, cst_cost_groups
Report Categories
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 | INV_Transaction_Historical_Summary.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/inv-transaction-historical-summary/ |
INV Transaction Historical Summary - Case Study & Technical Analysis
Executive Summary
The INV Transaction Historical Summary report is a retrospective analysis tool. It allows users to “roll back” the clock and see what the inventory value or quantity was at a specific point in the past. This is essential for audit reconstruction and trend analysis.
Business Challenge
Standard on-hand reports only show the current balance. But businesses often ask:
- Audit: “What was the inventory value on December 31st at midnight?”
- Investigation: “Why did we run out of stock last Tuesday? How much did we have on Monday?”
- Trend: “What was our average inventory level for Q1 vs Q2?”
Solution
The INV Transaction Historical Summary report reconstructs the past balance by taking the current balance and “reversing” all transactions that happened since the target date.
Key Features:
- Rollback Logic: Calculates the balance as of a specific past date.
- Valuation: Can report on both Quantity and Value.
- Flexibility: Supports pivoting by Category or Subinventory.
Technical Architecture
This report uses a complex calculation engine (often involving temporary tables) to perform the rollback.
Key Tables and Views
MTL_MATERIAL_TRANSACTIONS: The history of all movements.CST_INV_QTY_TEMP: Temporary table used to store the calculated past quantities.CST_INV_COST_TEMP: Temporary table used to store the calculated past costs.
Core Logic
- Current Balance: Starts with the current on-hand quantity.
- Reverse Transactions: Subtracts (or adds) the quantities of all transactions that occurred after the “Rollback Date”.
- Formula:
Historical Qty = Current Qty - (Sum of Inflows since Date) + (Sum of Outflows since Date)
- Formula:
- Costing: Applies the cost that was active at that historical date (for Standard Costing) or the calculated layer cost (for Average/FIFO).
Business Impact
- Audit Defense: The primary tool for proving the inventory balance at year-end if the period was not closed exactly on time.
- Performance Analysis: Helps analyze inventory turnover trends over time.
- Dispute Resolution: Resolves “he said, she said” arguments about stock availability in the past.
Useful Links
- Blitz Report™ – World’s Fastest Oracle EBS Reporting Tool
- Oracle Discoverer Replacement – Import Worksheets into Blitz Report™
- Oracle EBS Reporting Toolkits by Blitz Report™
- Blitz Report™ FAQ & Community Q&A
- Supply Chain Hub by Blitz Report™
- Blitz Report™ Customer Case Studies
- Oracle EBS Reporting Blog
- Oracle EBS Reporting Resource Centre
© 2026 Enginatics