DBA Data[Home] [Help]

APPS.AP_AI_TABLE_HANDLER_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 46: ap_supplier_sites_all ass /*Bug9105666*/

42: debug_info := 'Count for same vendor_id,party_site_id and invoice_num amount purged invoices'; /*Bug9105666*/
43: SELECT count(1)
44: INTO dummy_b
45: FROM ap_history_invoices_all ahi,
46: ap_supplier_sites_all ass /*Bug9105666*/
47: WHERE ahi.vendor_id = ass.vendor_id /*Bug9105666*/
48: AND ahi.org_id = ass.org_id /*Bug9105666*/
49: AND ahi.invoice_num = p_INVOICE_NUM
50: AND ahi.vendor_id = p_VENDOR_ID