| layout | default |
|---|---|
| title | INV Stock Locators | Oracle EBS SQL Report |
| description | Summary report for Inventory locations, showing locator number, description, type, status, subinventory, picking order, dropping order and unit, volume… |
| keywords | Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, INV, Stock, Locators, mtl_item_locations_kfv, hr_all_organization_units_tl, mtl_parameters |
| permalink | /INV%20Stock%20Locators/ |
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Summary report for Inventory locations, showing locator number, description, type, status, subinventory, picking order, dropping order and unit, volume, weight, dimension and co-ordinate information.
Locator Type, Status, Subinventory, Organization Code
mtl_item_locations_kfv, hr_all_organization_units_tl, mtl_parameters, mtl_item_locations, mtl_material_statuses_vl, org_access_view
CAC Inventory Lot and Locator OPM Value (Period-End), INV Items, INV Item Upload, INV Onhand Quantities, CAC Receiving Expense Value (Period-End)
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.
| Resource | Link |
|---|---|
| Excel Example Output | INV Stock Locators 26-Jul-2018 134603.xlsx |
| Blitz Report™ XML Import | INV_Stock_Locators.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/inv-stock-locators/ |
The INV Stock Locators report is a warehouse layout document. It lists all the defined storage locations (Locators) within the subinventories. It includes critical attributes like dimensions, weight capacities, and picking order. This report is essential for warehouse mapping and capacity planning.
A warehouse is a physical space that needs to be mapped digitally.
- Capacity Planning: "Do we have enough empty bins to receive the incoming shipment?"
- Route Optimization: "Are the bins numbered in a way that makes sense for a picker walking the aisle?"
- Status Control: "Which bins are damaged and should be blocked from use?"
The INV Stock Locators report provides a complete list of valid addresses in the warehouse. It exposes the configuration details of each bin.
Key Features:
- Address Breakdown: Shows the segments of the locator (e.g., Aisle-Row-Bin-Level).
- Physical Constraints: Lists the max weight, volume, and dimensions of the bin.
- Operational Flags: Shows the Picking Order (sequence) and Status (Active/Inactive).
The report queries the locator definition table.
MTL_ITEM_LOCATIONS: The table storing the locator definitions.MTL_SECONDARY_INVENTORIES: The subinventory the locator belongs to.MTL_MATERIAL_STATUSES: The status of the locator (e.g., "Quarantine").
- Retrieval: Selects from
MTL_ITEM_LOCATIONS(often joined withMTL_ITEM_LOCATIONS_KFVfor the concatenated segments). - Filtering: Can filter by Subinventory, Locator Type, or Status.
- Sorting: Usually sorted by Subinventory and then Picking Order.
- Warehouse Optimization: Used to analyze and optimize the picking path (by adjusting the Picking Order field).
- Space Management: Helps identify underutilized or over-utilized areas of the warehouse.
- Master Data Management: Ensures the digital map matches the physical labels on the racks.
- 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