DBA Data[Home] [Help]

APPS.AP_INVOICES_UTILITY_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 425: ap_supplier_sites_all ass /*Bug9105666*/

421:
422: select count(1)
423: into dummy_b
424: from ap_history_invoices_all ahi,
425: ap_supplier_sites_all ass /*Bug9105666*/
426: where ahi.vendor_id = ass.vendor_id /*Bug9105666*/
427: and ahi.org_id = ass.org_id /*Bug9105666*/
428: and ahi.invoice_num = X_INVOICE_NUM
429: and ahi.vendor_id = X_VENDOR_ID -- Bug 5407785