DBA Data[Home] [Help]

APPS.AP_INVOICES_UTILITY_PKG dependencies on AP_PAYMENT_HISTORY

Line 2433: from ap_payment_history aph

2429: and aip.invoice_id = p_invoice_id;
2430:
2431: select count(*)
2432: into l_count_pmt_hist_posted
2433: from ap_payment_history aph
2434: where aph.posted_flag = 'Y'
2435: and aph.check_id in (select check_id
2436: from ap_invoice_payments aip
2437: where aip.invoice_id = p_invoice_id);