DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on AP_RECONCILIATION_PKG

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

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

Line 1422: AP_RECONCILIATION_PKG.insert_payment_history

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