DBA Data[Home] [Help]

APPS.AP_AUTO_PAYMENT_PKG dependencies on AP_RECONCILIATION_PKG

Line 307: AP_RECONCILIATION_PKG.insert_payment_history

303: l_transaction_type := 'PAYMENT CREATED';
304: END IF;
305:
306: -- Bug3343314
307: AP_RECONCILIATION_PKG.insert_payment_history
308: (
309: x_check_id => p_replace_check_id,
310: x_transaction_type => l_transaction_type,
311: x_accounting_date => p_replace_check_date,