DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on AP_SELECTED_INVOICES_ALL

Line 1773: from ap_selected_invoices_all asi,

1769: from ap_invoices_all ai
1770: where ai.vendor_id = pvl.vendor_id)
1771: or exists
1772: (select null
1773: from ap_selected_invoices_all asi,
1774: ap_supplier_sites_all pvs
1775: where asi.vendor_site_id =
1776: pvs.vendor_site_id
1777: and pvs.vendor_id = pvl.vendor_id)

Line 1878: from ap_selected_invoices_all asi,

1874: where exists (select null
1875: from ap_invoices_all ai
1876: where ai.vendor_id = pvl.vendor_id)
1877: or exists (select null
1878: from ap_selected_invoices_all asi,
1879: ap_supplier_sites_all pvs
1880: where asi.vendor_site_id =
1881: pvs.vendor_site_id
1882: and pvs.vendor_id = pvl.vendor_id)

Line 4023: from ap_selected_invoices_all asi,

4019: from ap_invoices_all ai
4020: where ai.vendor_id = pvl.vendor_id)
4021: or
4022: exists (select null
4023: from ap_selected_invoices_all asi,
4024: ap_supplier_sites_all pvs
4025: where asi.vendor_site_id = pvs.vendor_site_id
4026: and pvs.vendor_id = pvl.vendor_id)
4027: or