[Home] [Help]
4969: l_progress := '070';
4970:
4971: --SQL What: Delete po line_loc archive with header within the range
4972: DELETE
4973: FROM po_line_locations_archive PLLA
4974: WHERE EXISTS (
4975: SELECT NULL
4976: FROM po_purge_po_list PPL
4977: WHERE PPL.po_header_id = PLLA.po_header_id