DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on AP_RECONCILIATION_PKG

Line 1409: l_debug_info := 'Calling Ap_Reconciliation_Pkg.Insert_Payment_History';

1405: X_legal_entity_id => l_check_rec.legal_entity_id,
1406: X_payment_id => NULL);
1407:
1408:
1409: l_debug_info := 'Calling Ap_Reconciliation_Pkg.Insert_Payment_History';
1410: print_debuginfo(l_module_name, l_debug_info,
1411: G_LEVEL_PROCEDURE);
1412: IF ( p_payment_type_flag = 'R' ) THEN
1413: l_transaction_type := 'REFUND RECORDED';

Line 1423: AP_RECONCILIATION_PKG.insert_payment_history

1419: print_debuginfo(l_module_name, l_debug_info,
1420: G_LEVEL_PROCEDURE);
1421:
1422: -- Bug3343314
1423: AP_RECONCILIATION_PKG.insert_payment_history
1424: (
1425: x_check_id => l_check_rec.check_id,
1426: x_transaction_type => l_transaction_type,
1427: x_accounting_date => nvl(trunc(p_check_date),