DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on PO_LINES_ARCHIVE

Line 4873: --SQL What: Delete po lines archive with header within the range

4869: --
4870:
4871: l_progress := '050';
4872:
4873: --SQL What: Delete po lines archive with header within the range
4874: DELETE
4875: FROM po_lines_archive PLA
4876: WHERE EXISTS (
4877: SELECT NULL

Line 4875: FROM po_lines_archive PLA

4871: l_progress := '050';
4872:
4873: --SQL What: Delete po lines archive with header within the range
4874: DELETE
4875: FROM po_lines_archive PLA
4876: WHERE EXISTS (
4877: SELECT NULL
4878: FROM po_purge_po_list PPL
4879: WHERE PPL.po_header_id = PLA.po_header_id