DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_REQUISITION_HEADERS_ALL

Line 210: from po_requisition_headers_all po

206: into v_delete_permitted
207: from sys.dual
208: where not exists (
209: select null
210: from po_requisition_headers_all po
211: where po.preparer_id = P_PERSON_ID);
212: exception
213: when NO_DATA_FOUND then
214: hr_utility.set_message (801, 'HR_6267_ALL_PO17_PER_NO_DEL');