Skip to the content.

INV Material Transactions Summary – Oracle EBS SQL Report

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

Overview

Summary report of Inventory item movement including transaction type, source type, and transaction ID’s.

Report Parameters

Level, Item, Show Subinventory, Include Expense Subinventory, Category Set 1, Category Set 2, Category Set 3, Transaction within Days, Transaction Date From, Transaction Date To, Source Type, Exclude Source Type, Action, Exclude Action, Transaction Type, Exclude Transaction Type, Created By, Exclude Logical Transactions, Organization Code, Subinventory

Oracle EBS Tables Used

mtl_material_transactions, mtl_transaction_types, mtl_txn_source_types, mtl_system_items_vl, &mtl_subinventory, mtl_parameters, pa_projects_all, pa_tasks

Report Categories

Enginatics

GL Account Analysis (Distributions), GL Account Analysis (Drilldown) (with inventory and WIP), GL Account Distribution Analysis, GL Account Analysis

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 INV Material Transactions Summary 18-Feb-2025 065902.xlsx
Blitz Report™ XML Import INV_Material_Transactions_Summary.xml
Full SQL on Enginatics www.enginatics.com/reports/inv-material-transactions-summary/

INV Material Transactions Summary - Case Study & Technical Analysis

Executive Summary

The INV Material Transactions Summary report provides a high-level view of inventory activity by aggregating individual transactions into meaningful buckets. Instead of listing every single receipt or issue (which can run into millions of rows), this report summarizes the data by Item, Transaction Type, and Date, allowing for rapid trend analysis and volume assessment.

Business Challenge

Analyzing raw transaction data can be overwhelming due to volume. Managers often need to answer high-level questions without wading through millions of records:

Solution

The INV Material Transactions Summary report aggregates the raw data from MTL_MATERIAL_TRANSACTIONS to provide a concise summary. It allows users to drill down from the organization level to the subinventory and item level.

Key Features:

Technical Architecture

The report performs a dynamic aggregation of the transaction history table.

Key Tables and Views

Core Logic

  1. Grouping: The query uses GROUP BY clauses on Item, Subinventory, and Transaction Type.
  2. Summation: Calculates SUM(PRIMARY_QUANTITY) and SUM(TRANSACTION_QUANTITY) for each group.
  3. Filtering: Applies standard filters for Organization, Date, and Category.

Business Impact


© 2026 Enginatics