DBA Data[Home] [Help]

APPS.WMA_MATERIAL dependencies on MTL_ITEM_LOCATIONS_KFV

Line 471: from mtl_item_locations_kfv

467: block to handle it.*/
468: BEGIN
469: select project_id, task_id
470: into l_locProjectID, l_locTaskID
471: from mtl_item_locations_kfv
472: where organization_id = p_orgID
473: and inventory_location_id = p_locatorID;
474: EXCEPTION
475: when NO_DATA_FOUND THEN