DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on PO_RFQ_VENDORS

Line 1804: from po_rfq_vendors rfq

1800: rcvsh
1801: where rcvsh.vendor_id =
1802: pvl.vendor_id)
1803: or exists (select null
1804: from po_rfq_vendors rfq
1805: where rfq.vendor_id =
1806: pvl.vendor_id);
1807: end if;
1808:

Line 1905: from po_rfq_vendors rfq

1901: or exists (select null
1902: from rcv_shipment_headers rcvsh
1903: where rcvsh.vendor_id = pvl.vendor_id)
1904: or exists (select null
1905: from po_rfq_vendors rfq
1906: where rfq.vendor_id = pvl.vendor_id)
1907: or exists (select null
1908: from rcv_headers_interface rhi
1909: where rhi.vendor_id = pvl.vendor_id)

Line 4050: from po_rfq_vendors rfq

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
4051: where rfq.vendor_id = pvl.vendor_id)
4052: or
4053: exists (select null
4054: from rcv_shipment_headers rcvsh