DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on PO_DISTRIBUTIONS_ARCHIVE

Line 5019: FROM po_distributions_archive PDA

5015: l_progress := '090';
5016:
5017: --SQL What: Delete po dist archive with header within the range
5018: DELETE
5019: FROM po_distributions_archive PDA
5020: WHERE EXISTS (
5021: SELECT NULL
5022: FROM po_purge_po_list PPL
5023: WHERE PPL.po_header_id = PDA.po_header_id