DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_REQEXPRESS_LINES_ALL

Line 321: from po_reqexpress_lines_all po

317: into v_delete_permitted
318: from sys.dual
319: where not exists (
320: select null
321: from po_reqexpress_lines_all po
322: where po.suggested_buyer_id = P_PERSON_ID);
323: exception
324: when NO_DATA_FOUND then
325: hr_utility.set_message (801, 'HR_6574_ALL_PO23_PER_NO_DEL');