DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_LINES_ALL

Line 277: from po_lines_all po

273: into v_delete_permitted
274: from sys.dual
275: where not exists (
276: select null
277: from po_lines_all po
278: where po.cancelled_by = P_PERSON_ID
279: or po.closed_by = P_PERSON_ID)
280: and not exists (
281: select null