DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_VERIFY_PAYMENT_PUB

Line 4290: l_cc_rev_reauth_code:= OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_ship_line_rec.header_id(I));

4286: --CC Reversal ER#16014135 Start
4287: FOR I in p_ship_line_rec.line_id.FIRST..p_ship_line_rec.line_id.LAST
4288: LOOP
4289: l_cc_rev_reauth_code:= NULL;
4290: l_cc_rev_reauth_code:= OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_ship_line_rec.header_id(I));
4291: IF l_cc_rev_reauth_code is not null and l_cc_rev_reauth_code in ('REV_REAUTH_AFTER_SHIP','REV_REAUTH','CC_HOLD') THEN
4292: BEGIN
4293: IF l_debug_level > 0 THEN
4294: OE_DEBUG_PUB.ADD('Calling OE_Verify_Payment_PUB.Authorize_MultiPayments',5);

Line 4294: OE_DEBUG_PUB.ADD('Calling OE_Verify_Payment_PUB.Authorize_MultiPayments',5);

4290: l_cc_rev_reauth_code:= OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_ship_line_rec.header_id(I));
4291: IF l_cc_rev_reauth_code is not null and l_cc_rev_reauth_code in ('REV_REAUTH_AFTER_SHIP','REV_REAUTH','CC_HOLD') THEN
4292: BEGIN
4293: IF l_debug_level > 0 THEN
4294: OE_DEBUG_PUB.ADD('Calling OE_Verify_Payment_PUB.Authorize_MultiPayments',5);
4295: END IF;
4296: OE_Header_UTIL.Query_Row
4297: (p_header_id => p_ship_line_rec.header_id(I)
4298: ,x_header_rec => l_header_rec

Line 4300: OE_Verify_Payment_PUB.Authorize_MultiPayments

4296: OE_Header_UTIL.Query_Row
4297: (p_header_id => p_ship_line_rec.header_id(I)
4298: ,x_header_rec => l_header_rec
4299: );
4300: OE_Verify_Payment_PUB.Authorize_MultiPayments
4301: ( p_header_rec => l_header_rec
4302: , p_calling_action => 'REVERSAL_REAUTH'
4303: , p_risk_eval_flag => null
4304: , p_msg_count => l_msg_count

Line 4723: l_cc_rev_reauth_code:= OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_ship_line_rec.header_id(p_start_index));

4719:
4720: J := l_order_has_lines.NEXT(J);
4721: END LOOP;
4722: --CC Reversal ER#16014135 Start
4723: l_cc_rev_reauth_code:= OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_ship_line_rec.header_id(p_start_index));
4724: IF l_cc_rev_reauth_code is not null and l_cc_rev_reauth_code IN ('REV_REAUTH_AFTER_SHIP','REV_REAUTH','CC_HOLD') THEN
4725: BEGIN
4726: IF l_debug_level > 0 THEN
4727: OE_DEBUG_PUB.ADD('Calling OE_Verify_Payment_PUB.Authorize_MultiPayments',5);

Line 4727: OE_DEBUG_PUB.ADD('Calling OE_Verify_Payment_PUB.Authorize_MultiPayments',5);

4723: l_cc_rev_reauth_code:= OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_ship_line_rec.header_id(p_start_index));
4724: IF l_cc_rev_reauth_code is not null and l_cc_rev_reauth_code IN ('REV_REAUTH_AFTER_SHIP','REV_REAUTH','CC_HOLD') THEN
4725: BEGIN
4726: IF l_debug_level > 0 THEN
4727: OE_DEBUG_PUB.ADD('Calling OE_Verify_Payment_PUB.Authorize_MultiPayments',5);
4728: END IF;
4729:
4730: OE_Header_UTIL.Query_Row
4731: (p_header_id => p_ship_line_rec.header_id(p_start_index)

Line 4735: OE_Verify_Payment_PUB.Authorize_MultiPayments

4731: (p_header_id => p_ship_line_rec.header_id(p_start_index)
4732: ,x_header_rec => l_header_rec
4733: );
4734:
4735: OE_Verify_Payment_PUB.Authorize_MultiPayments
4736: ( p_header_rec => l_header_rec
4737: , p_calling_action => 'REVERSAL_REAUTH'
4738: , p_risk_eval_flag => null
4739: , p_msg_count => l_msg_count