DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on PO_HEADERS_ALL

Line 1795: from po_headers_all ph

1791:
1792: -- test_po_vendors
1793: delete from po_purge_vendor_list pvl
1794: where exists (select null
1795: from po_headers_all ph
1796: where ph.vendor_id =
1797: pvl.vendor_id)
1798: or exists (select null
1799: from rcv_shipment_headers

Line 1899: from po_headers_all ph

1895: END IF;
1896:
1897: delete from po_purge_vendor_list pvl
1898: where exists (select null
1899: from po_headers_all ph
1900: where ph.vendor_id = pvl.vendor_id)
1901: or exists (select null
1902: from rcv_shipment_headers rcvsh
1903: where rcvsh.vendor_id = pvl.vendor_id)

Line 4046: from po_headers_all ph

4042: update po_purge_vendor_list pvl
4043: set double_check_flag = 'N'
4044: where pvl.double_check_flag = 'Y'
4045: and (exists (select null
4046: from po_headers_all ph
4047: where ph.vendor_id = pvl.vendor_id)
4048: or
4049: exists (select null
4050: from po_rfq_vendors rfq