DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on PO_HEADERS_ARCHIVE

Line 4775: --SQL What: Delete po headers archive within the range

4771: END IF;
4772:
4773: l_progress := '030';
4774:
4775: --SQL What: Delete po headers archive within the range
4776: DELETE
4777: FROM po_headers_archive PHA
4778: WHERE EXISTS (
4779: SELECT NULL

Line 4777: FROM po_headers_archive PHA

4773: l_progress := '030';
4774:
4775: --SQL What: Delete po headers archive within the range
4776: DELETE
4777: FROM po_headers_archive PHA
4778: WHERE EXISTS (
4779: SELECT NULL
4780: FROM po_purge_po_list PPL
4781: WHERE PPL.po_header_id = PHA.po_header_id