INV Item Default Transaction Locators – Oracle EBS SQL Report
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Overview
Master data report of Inventory Items and the default locators for shipping, receiving or move order receipt transactions
Report Parameters
Item, Subinventory, Organization Code
Oracle EBS Tables Used
hr_all_organization_units_vl, mtl_parameters, mtl_item_loc_defaults, mtl_system_items_vl, mtl_item_locations_kfv, org_access_view
Report Categories
Related Reports
EAM Assets, CAC Calculate Average Item Costs, INV Items, INV Material Transactions, CAC Inventory Lot and Locator OPM Value (Period-End), CAC Receiving Expense Value (Period-End), INV Item Default Transaction Subinventories, INV Item Transaction Defaults Upload
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_Item_Default_Transaction_Locators.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/inv-item-default-transaction-locators/ |
INV Item Default Transaction Locators - Case Study & Technical Analysis
Executive Summary
The INV Item Default Transaction Locators report documents the default physical locations (Locators) assigned to items for specific transaction types (Shipping, Receiving, Move Order Receipt). Setting these defaults automates warehouse processes by pre-populating the locator field during transactions, reducing data entry errors and speeding up receiving and picking.
Business Use Cases
- Receiving Efficiency: Ensures that when the dock team receives “Item A”, the system automatically suggests “Bin B-01” as the putaway location.
- Picking Optimization: Defines the primary pick face for an item.
- Warehouse Reorganization: Used as a baseline export before performing a mass update of default locations during a warehouse layout change.
Technical Analysis
Core Tables
MTL_ITEM_LOC_DEFAULTS: The table storing the default locator ID for a given item and subinventory.MTL_ITEM_LOCATIONS_KFV: The locator definitions (Row, Rack, Bin).MTL_SYSTEM_ITEMS_VL: Item master.
Key Joins & Logic
- Scope: Defaults are defined at the Item + Subinventory level.
- Type: The
DEFAULT_TYPEcolumn indicates the purpose (e.g., 1=Shipping, 2=Receiving). - Hierarchy: These defaults are often overridden by more specific rules (like WMS Rules Engine), but serve as the base logic for standard Inventory organizations.
Key Parameters
- Item: Filter for a specific item.
- Subinventory: Filter for a specific area.
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