DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_VERIFY_PAYMENT_PUB

Line 1504: IF OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_x_Header_Payment_rec.header_id) IS NOT NULL

1500: x_return_status => l_return_status);
1501: END IF;
1502: --ER#7479609 end
1503: --CC Reversal ER#16014135 start
1504: IF OE_VERIFY_PAYMENT_PUB.Get_CC_Rev_Reauth_Code(p_x_Header_Payment_rec.header_id) IS NOT NULL
1505: AND l_verify_payment_flag='Y' THEN
1506: IF l_debug_level > 0 THEN
1507: oe_debug_pub.ADD('OEXUHPMB: Logging delayed request for Verify Payment CC Reversal',5);
1508: END IF;

Line 1509: oe_verify_payment_pub.G_credit_check_flag := 'N' ;

1505: AND l_verify_payment_flag='Y' THEN
1506: IF l_debug_level > 0 THEN
1507: oe_debug_pub.ADD('OEXUHPMB: Logging delayed request for Verify Payment CC Reversal',5);
1508: END IF;
1509: oe_verify_payment_pub.G_credit_check_flag := 'N' ;
1510: OE_delayed_requests_Pvt.log_request
1511: (p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1512: p_entity_id => p_x_Header_Payment_rec.header_id,
1513: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,

Line 2478: OE_Verify_Payment_PUB.Release_Verify_Hold

2474: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2475: END IF;
2476:
2477: -- release any authorization related holds.
2478: OE_Verify_Payment_PUB.Release_Verify_Hold
2479: ( p_header_id => p_header_id
2480: , p_epayment_hold => 'Y'
2481: , p_msg_count => l_msg_count
2482: , p_msg_data => l_msg_data

Line 2631: OE_Verify_Payment_PUB.Release_Verify_Hold

2627: -- release any authorization related holds.
2628: IF l_debug_level > 0 THEN
2629: oe_debug_pub.add( 'releasing all authorization related holds.', 3 ) ;
2630: END IF;
2631: OE_Verify_Payment_PUB.Release_Verify_Hold
2632: ( p_header_id => p_header_id
2633: , p_epayment_hold => 'Y'
2634: , p_msg_count => l_msg_count
2635: , p_msg_data => l_msg_data