DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on MTL_ITEM_LOCATIONS

Line 1775: FROM mtl_item_locations

1771:
1772: BEGIN
1773: SELECT *
1774: INTO l_locator
1775: FROM mtl_item_locations
1776: WHERE inventory_location_id = p_to_locator_id
1777: AND organization_id = p_mo_line_rec.organization_id
1778: AND subinventory_code = l_to_subinventory;
1779: IF (is_debug) THEN