DBA Data[Home] [Help]

APPS.WMA_MATERIAL dependencies on MTL_ITEM_LOCATIONS_KFV

Line 479: from mtl_item_locations_kfv

475: block to handle it.*/
476: BEGIN
477: select project_id, task_id
478: into l_locProjectID, l_locTaskID
479: from mtl_item_locations_kfv
480: where organization_id = p_orgID
481: and inventory_location_id = p_locatorID;
482: EXCEPTION
483: when NO_DATA_FOUND THEN