DBA Data[Home] [Help]

APPS.AP_AI_TABLE_HANDLER_PKG dependencies on AP_HISTORY_INVOICES_ALL

Line 41: FROM ap_history_invoices_all

37:
38: debug_info := 'Count for same vendor_id, invoice_num amount purged invoices';
39: SELECT count(1)
40: INTO dummy_b
41: FROM ap_history_invoices_all
42: WHERE invoice_num = p_INVOICE_NUM
43: AND vendor_id = p_VENDOR_ID
44: AND org_id = p_ORG_ID; -- Bug 5407785
45: