DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_ACCEPTANCES

Line 76: from po_acceptances po

72: into v_delete_permitted
73: from sys.dual
74: where not exists (
75: select null
76: from po_acceptances po
77: where po.employee_id = P_PERSON_ID);
78: exception
79: when NO_DATA_FOUND then
80: hr_utility.set_message (801, 'HR_6252_ALL_PO4_PER_NO_DEL');