Skip to the content.

INV Transaction Register – Oracle EBS SQL Report

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

Overview

Imported from BI Publisher Description: Transaction register Application: Inventory Source: Transaction register (XML) Short Name: INVTRREG_XML DB package: INV_INVTRREG_XMLP_PKG

Report Parameters

Unit of Measure, Transaction Date From, Transaction Date To, Organization Code, Item From, Item To, Transaction Type From, Transaction Type To, Transaction Reason From, Transaction Reason To, Subinventory From, Subinventory To, Category Set, Category From, Category To, Transaction Source Type, Transaction Source From, Transaction Source To, Lot Number Detail, Serial Number Detail

Oracle EBS Tables Used

org_access_view, mtl_system_items_vl, mtl_transaction_types, mtl_transaction_reasons, mtl_item_categories, mtl_item_locations_kfv, mtl_categories_kfv, mtl_material_transactions, fnd_user, po_headers_all, mtl_sales_orders_kfv, gl_code_combinations_kfv, wip_entities, mtl_generic_dispositions_kfv, cst_cost_updates, mtl_cycle_count_headers, mtl_physical_inventories, po_requisition_headers_all, mtl_txn_request_headers, mtl_txn_source_types, gl_sets_of_books, fnd_currencies, mtl_transaction_lot_numbers, mtl_unit_transactions

Report Categories

Enginatics, R12 only

INV Lot Transaction Register, INV Material Account Distribution Detail, INV Material Transactions, GL Account Distribution Analysis, GL Account Analysis (Distributions), INV Intercompany Invoice Reconciliation

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 Transaction Register - Pivot Summaries 09-Aug-2023 054002.xlsx
Blitz Report™ XML Import INV_Transaction_Register.xml
Full SQL on Enginatics www.enginatics.com/reports/inv-transaction-register/

INV Transaction Register - Case Study & Technical Analysis

Executive Summary

The INV Transaction Register is the most detailed audit report in Oracle Inventory. It lists every single material movement (Receipt, Issue, Transfer, Adjustment) within a specified date range. It is the “Bank Statement” for the warehouse, showing every debit and credit to the stock.

Business Challenge

When inventory numbers don’t add up, high-level summaries aren’t enough. You need the raw details.

Solution

The INV Transaction Register provides a line-by-line listing of MTL_MATERIAL_TRANSACTIONS. It includes all the “Who, What, Where, When, Why” details.

Key Features:

Technical Architecture

The report is a direct dump of the transaction history table, often joined with 10+ other tables to resolve IDs to names.

Key Tables and Views

Core Logic

  1. Filtering: Selects transactions based on Date Range, Item, and Transaction Type.
  2. Joins: Joins to PO_HEADERS_ALL, OE_ORDER_HEADERS_ALL, WIP_ENTITIES to get the source document numbers.
  3. Detailing: If requested, joins to the Lot and Serial tables to show the specific units moved.

Business Impact


© 2026 Enginatics