DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on PO_HEADERS_ALL

Line 1553: from po_headers_all ph

1549:
1550: -- test_po_vendors
1551: delete from po_purge_vendor_list pvl
1552: where exists (select null
1553: from po_headers_all ph
1554: where ph.vendor_id =
1555: pvl.vendor_id)
1556: or exists (select null
1557: from rcv_shipment_headers

Line 1657: from po_headers_all ph

1653: END IF;
1654:
1655: delete from po_purge_vendor_list pvl
1656: where exists (select null
1657: from po_headers_all ph
1658: where ph.vendor_id = pvl.vendor_id)
1659: or exists (select null
1660: from rcv_shipment_headers rcvsh
1661: where rcvsh.vendor_id = pvl.vendor_id)

Line 3542: from po_headers_all ph

3538: update po_purge_vendor_list pvl
3539: set double_check_flag = 'N'
3540: where pvl.double_check_flag = 'Y'
3541: and (exists (select null
3542: from po_headers_all ph
3543: where ph.vendor_id = pvl.vendor_id)
3544: or
3545: exists (select null
3546: from po_rfq_vendors rfq