DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_REQUISITIONS_INTERFACE_ALL

Line 191: from po_requisitions_interface_all po

187: into v_delete_permitted
188: from sys.dual
189: where not exists (
190: select null
191: from po_requisitions_interface_all po
192: where po.approver_id = P_PERSON_ID
193: or po.deliver_to_requestor_id = P_PERSON_ID
194: or po.suggested_buyer_id = P_PERSON_ID
195: or po.preparer_id = P_PERSON_ID);