DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on PO_ACCEPTANCES

Line 5091: --SQL What: Delete po acceptances with header within the range

5087: END IF;
5088:
5089: l_progress := '120';
5090:
5091: --SQL What: Delete po acceptances with header within the range
5092: DELETE
5093: FROM po_acceptances PA
5094: WHERE EXISTS (
5095: SELECT NULL

Line 5093: FROM po_acceptances PA

5089: l_progress := '120';
5090:
5091: --SQL What: Delete po acceptances with header within the range
5092: DELETE
5093: FROM po_acceptances PA
5094: WHERE EXISTS (
5095: SELECT NULL
5096: FROM po_purge_po_list PPL
5097: WHERE PPL.po_header_id = PA.po_header_id