315: and p_resource_serial_number not in(
316: select bdri.serial_number
317: from bom_resource_equipments breq,
318: bom_dept_res_instances_eqp_v bdri,
319: mtl_system_items_kfv msik,
320: bom_department_resources bdr
321: where bdr.resource_id = p_resource_id
322: and bdr.department_id = p_dept_id
323: and bdri.resource_id = bdr.resource_id
383: and p_resource_serial_number not in(
384: select bdri.serial_number
385: from bom_resource_equipments breq,
386: bom_dept_res_instances_eqp_v bdri,
387: mtl_system_items_kfv msik,
388: bom_department_resources bdr
389: where bdr.resource_id = l_resource_id
390: and bdr.department_id = l_dept_id
391: and bdri.resource_id = bdr.resource_id