DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on MTL_ITEM_LOCATIONS

Line 2069: FROM mtl_item_locations

2065:
2066: BEGIN
2067: SELECT *
2068: INTO l_locator
2069: FROM mtl_item_locations
2070: WHERE inventory_location_id = p_to_locator_id
2071: AND organization_id = p_mo_line_rec.organization_id
2072: AND subinventory_code = l_to_subinventory;
2073: IF (is_debug) THEN