DBA Data[Home] [Help]

APPS.RCV_PERSON dependencies on RCV_SHIPMENT_LINES

Line 43: from rcv_shipment_lines rcv

39: into v_delete_permitted
40: from sys.dual
41: where not exists (
42: select null
43: from rcv_shipment_lines rcv
44: where rcv.employee_id = P_PERSON_ID
45: or rcv.deliver_to_person_id = P_PERSON_ID);
46: exception
47: when NO_DATA_FOUND then