DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_REQUISITION_LINES_ALL

Line 226: from po_requisition_lines_all po

222: into v_delete_permitted
223: from sys.dual
224: where not exists (
225: select null
226: from po_requisition_lines_all po
227: where po.to_person_id = P_PERSON_ID
228: or po.purchasing_agent_id = P_PERSON_ID
229: or po.research_agent_id = P_PERSON_ID);
230: exception