DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_ACTION_HISTORY

Line 244: from po_action_history po

240: into v_delete_permitted
241: from sys.dual
242: where not exists (
243: select null
244: from po_action_history po
245: where po.employee_id = P_PERSON_ID);
246: exception
247: when NO_DATA_FOUND then
248: hr_utility.set_message (801, 'HR_6255_ALL_PO19_PRE_NO_DEL');