DBA Data[Home] [Help]

APPS.OE_PAYMENT_TRXN_UTIL dependencies on OE_VERIFY_PAYMENT_PUB

Line 1423: OE_Verify_Payment_PUB.Create_New_Payment_Trxn (p_trxn_extension_id => p_trxn_extension_id,

1419: oe_debug_pub.add( 'p_site_use_id ---> '||p_site_use_id);
1420: oe_debug_pub.add( 'l_trxn_extension_id --> '||l_trxn_extension_id);
1421: END IF;
1422:
1423: OE_Verify_Payment_PUB.Create_New_Payment_Trxn (p_trxn_extension_id => p_trxn_extension_id,
1424: p_org_id => l_org_id,
1425: p_site_use_id => p_site_use_id,
1426: p_instrument_security_code => l_trxn_attribs.Instrument_Security_Code,
1427: x_trxn_extension_id => l_trxn_extension_id,

Line 2695: OE_Verify_Payment_PUB.Authorize_MultiPayments

2691: OE_Header_UTIL.Query_Row
2692: (p_header_id => p_header_id
2693: ,x_header_rec => l_header_rec
2694: );
2695: OE_Verify_Payment_PUB.Authorize_MultiPayments
2696: ( p_header_rec => l_header_rec
2697: , p_calling_action => 'REVERSAL_REAUTH'
2698: , p_risk_eval_flag => null
2699: , p_msg_count => l_msg_count

Line 2935: l_cc_rev_reauth_code := OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_header_id);

2931: oe_debug_pub.add('p_header_id :'||p_header_id);
2932: oe_debug_pub.add('p_line_id : '||p_line_id);
2933: END IF;
2934:
2935: l_cc_rev_reauth_code := OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_header_id);
2936:
2937: IF l_cc_rev_reauth_code is not null THEN
2938: IF l_debug_level > 0 THEN
2939: oe_debug_pub.add( 'OEXPVPMB: Reversal code '||l_cc_rev_reauth_code,5 ) ;

Line 3120: l_format_mask := OE_VERIFY_PAYMENT_PUB.get_format_mask(l_currency_code);

3116: l_payer.account_site_id := nvl(l_old_invoice_to_org_id,l_invoice_to_org_id);
3117: l_rev_attribs.Reauth_flag := 'N';
3118: l_reauth_amount.value := 0;
3119: l_reauth_amount.currency_code := l_currency_code;
3120: l_format_mask := OE_VERIFY_PAYMENT_PUB.get_format_mask(l_currency_code);
3121: l_rev_attribs.Revised_amount := l_reauth_amount;
3122: IF l_debug_level > 0 THEN
3123: oe_debug_pub.add('Calling IBY Create Reversal',5);
3124: END IF;

Line 3171: oe_debug_pub.ADD('kadiraju new trx '||oe_verify_payment_pub.G_CC_Change_Flag);

3167: END IF;
3168:
3169: IF p_new_trxn_extension_id is not null THEN
3170: IF l_debug_level > 0 THEN
3171: oe_debug_pub.ADD('kadiraju new trx '||oe_verify_payment_pub.G_CC_Change_Flag);
3172: END IF;
3173: oe_verify_payment_pub.G_CC_Change_Flag := 'Y';
3174: /* UPDATE oe_payments
3175: SET trxn_extension_id = p_new_trxn_extension_id

Line 3173: oe_verify_payment_pub.G_CC_Change_Flag := 'Y';

3169: IF p_new_trxn_extension_id is not null THEN
3170: IF l_debug_level > 0 THEN
3171: oe_debug_pub.ADD('kadiraju new trx '||oe_verify_payment_pub.G_CC_Change_Flag);
3172: END IF;
3173: oe_verify_payment_pub.G_CC_Change_Flag := 'Y';
3174: /* UPDATE oe_payments
3175: SET trxn_extension_id = p_new_trxn_extension_id
3176: WHERE header_id = p_header_id
3177: AND trxn_extension_id=l_trxn_extension_id;

Line 3183: OE_Verify_Payment_PUB.Authorize_MultiPayments

3179: OE_Header_UTIL.Query_Row
3180: (p_header_id => p_header_id
3181: ,x_header_rec => l_header_rec
3182: );
3183: OE_Verify_Payment_PUB.Authorize_MultiPayments
3184: ( p_header_rec => l_header_rec
3185: ,p_line_id =>p_line_id
3186: , p_calling_action => 'REVERSAL_REAUTH'
3187: , p_risk_eval_flag => null

Line 3209: OE_Verify_Payment_PUB.Apply_Verify_Hold

3205: oe_debug_pub.add('Message....'||l_reversal_response.result_message,5);
3206: oe_debug_pub.add('SQLERRM '||sqlerrm,5);
3207: END IF;
3208: IF p_line_id is NULL THEN
3209: OE_Verify_Payment_PUB.Apply_Verify_Hold
3210: ( p_header_id => p_header_id
3211: , p_hold_id => 11 -- Seeded Id for CC Auth Failure Hold
3212: , p_msg_count => l_msg_count
3213: , p_msg_data => l_msg_data

Line 3217: OE_Verify_Payment_PUB.Apply_Verify_Line_Hold

3213: , p_msg_data => l_msg_data
3214: , p_return_status => l_return_status
3215: );
3216: ELSE
3217: OE_Verify_Payment_PUB.Apply_Verify_Line_Hold
3218: ( p_header_id => p_header_id
3219: , p_line_id => p_line_id
3220: , p_hold_id => 11 -- Seeded Id for CC Auth Failure Hold
3221: , p_msg_count => l_msg_count