DBA Data[Home] [Help]

APPS.AP_AUTO_PAYMENT_PKG dependencies on AP_RECONCILIATION_PKG

Line 336: AP_RECONCILIATION_PKG.insert_payment_history

332: l_transaction_type := 'PAYMENT CREATED';
333: END IF;
334:
335: -- Bug3343314
336: AP_RECONCILIATION_PKG.insert_payment_history
337: (
338: x_check_id => p_replace_check_id,
339: x_transaction_type => l_transaction_type,
340: x_accounting_date => p_replace_check_date,