DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on AP_SELECTED_INVOICES_ALL

Line 1531: from ap_selected_invoices_all asi,

1527: from ap_invoices_all ai
1528: where ai.vendor_id = pvl.vendor_id)
1529: or exists
1530: (select null
1531: from ap_selected_invoices_all asi,
1532: ap_supplier_sites_all pvs
1533: where asi.vendor_site_id =
1534: pvs.vendor_site_id
1535: and pvs.vendor_id = pvl.vendor_id)

Line 1636: from ap_selected_invoices_all asi,

1632: where exists (select null
1633: from ap_invoices_all ai
1634: where ai.vendor_id = pvl.vendor_id)
1635: or exists (select null
1636: from ap_selected_invoices_all asi,
1637: ap_supplier_sites_all pvs
1638: where asi.vendor_site_id =
1639: pvs.vendor_site_id
1640: and pvs.vendor_id = pvl.vendor_id)

Line 3519: from ap_selected_invoices_all asi,

3515: from ap_invoices_all ai
3516: where ai.vendor_id = pvl.vendor_id)
3517: or
3518: exists (select null
3519: from ap_selected_invoices_all asi,
3520: ap_supplier_sites_all pvs
3521: where asi.vendor_site_id = pvs.vendor_site_id
3522: and pvs.vendor_id = pvl.vendor_id)
3523: or