80: IF (rsc.source_type = 1) THEN
81: BEGIN
82: select serv_req_enabled_code
83: into l_Serviceable
84: from mtl_system_items
85: where inventory_item_id = l_item_id
86: and organization_id = rsc.source_organization_id;
87: EXCEPTION
88: when no_data_found then