DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on PO_RFQ_VENDORS

Line 1562: from po_rfq_vendors rfq

1558: rcvsh
1559: where rcvsh.vendor_id =
1560: pvl.vendor_id)
1561: or exists (select null
1562: from po_rfq_vendors rfq
1563: where rfq.vendor_id =
1564: pvl.vendor_id);
1565: end if;
1566:

Line 1663: from po_rfq_vendors rfq

1659: or exists (select null
1660: from rcv_shipment_headers rcvsh
1661: where rcvsh.vendor_id = pvl.vendor_id)
1662: or exists (select null
1663: from po_rfq_vendors rfq
1664: where rfq.vendor_id = pvl.vendor_id)
1665: or exists (select null
1666: from rcv_headers_interface rhi
1667: where rhi.vendor_id = pvl.vendor_id)

Line 3546: from po_rfq_vendors rfq

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
3547: where rfq.vendor_id = pvl.vendor_id)
3548: or
3549: exists (select null
3550: from rcv_shipment_headers rcvsh