DBA Data[Home] [Help]

APPS.PO_PERSON dependencies on PO_LINES_ARCHIVE_ALL

Line 282: from po_lines_archive_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
282: from po_lines_archive_all po
283: where po.cancelled_by = P_PERSON_ID
284: or po.closed_by = P_PERSON_ID);
285: exception
286: when NO_DATA_FOUND then