DBA Data[Home] [Help]

APPS.OE_VERIFY_PAYMENT_PUB dependencies on OE_PAYMENT_TRXN_UTIL

Line 7272: oe_payment_trxn_util.Reverse_CreditCard_Auth

7268: oe_debug_pub.add( 'l_inv_interface_status_code : '||l_inv_interface_status_code,5);
7269: END IF;
7270: IF l_inv_interface_status_code = 'NO' THEN
7271: BEGIN
7272: oe_payment_trxn_util.Reverse_CreditCard_Auth
7273: (p_header_id => p_header_id,
7274: p_line_id => p_line_id,
7275: p_msg_count => l_msg_count,
7276: p_msg_data => l_msg_data,

Line 8903: IF Oe_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'

8899: oe_debug_pub.add('l_trxn_attribs.trxn_ref_number2 --->'||l_trxn_attribs.trxn_ref_number2, 3);
8900: END IF;
8901:
8902: --bug 5028932
8903: IF Oe_Payment_Trxn_Util.Get_CC_Security_Code_Use = 'REQUIRED'
8904: AND (l_trxn_attribs.Instrument_Security_Code IS NULL OR
8905: OE_GLOBALS.Equal(l_trxn_attribs.Instrument_Security_Code,FND_API.G_MISS_CHAR))
8906: THEN
8907: IF p_instrument_security_code IS NOT NULL AND