DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_EMPLOYEE_HIERARCHIES

Line 260: from po_employee_hierarchies po

256: into v_delete_permitted
257: from sys.dual
258: where not exists (
259: select null
260: from po_employee_hierarchies po
261: where po.employee_id = P_PERSON_ID
262: or po.superior_id = P_PERSON_ID);
263: exception
264: when NO_DATA_FOUND then