DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on MTL_ITEM_LOC_DEFAULTS

Line 1497: FROM mtl_item_loc_defaults

1493:
1494: BEGIN
1495: SELECT locator_id
1496: INTO l_default_locator_id
1497: FROM mtl_item_loc_defaults
1498: WHERE inventory_item_id = p_mo_line_rec.inventory_item_id
1499: AND organization_id = p_mo_line_rec.organization_id
1500: AND subinventory_code = l_default_subinventory
1501: AND default_type = 1;