DBA Data[Home] [Help]

APPS.CONVERT_TEST dependencies on MTL_ITEM_LOCATIONS

Line 895: from mtl_item_locations

891: , to_number(nvl(segment20,'0'))
892: into
893: v_project_id
894: , v_task_id
895: from mtl_item_locations
896: where organization_id = l_organization_id
897: and inventory_location_id = l_locator_id;
898: exception
899: when NO_DATA_FOUND then