DBA Data[Home] [Help]

APPS.INV_VALIDATE_TROLIN dependencies on MTL_SYSTEM_ITEMS_B

Line 381: from mtl_system_items_b

377: END IF;
378: elsif (l_sub_loc_control = 5) THEN
379: select nvl(location_control_code,1)
380: into l_item_loc_control
381: from mtl_system_items_b
382: where organization_id = p_trolin_rec.organization_id
383: and inventory_item_id = p_trolin_rec.inventory_item_id;
384:
385: if (l_item_loc_control = 1) THEN