DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER_PAYMENT dependencies on OE_PAYMENT_TRXN_UTIL

Line 578: l_cc_security_code_use := OE_Payment_Trxn_Util.Get_CC_Security_Code_Use;

574: oe_Debug_pub.add('after credit_card_code');
575:
576: --R12 CVV2
577: IF p_Header_Payment_rec.credit_card_number IS NOT NULL AND p_Header_Payment_rec.credit_card_number <> FND_API.G_MISS_CHAR THEN
578: l_cc_security_code_use := OE_Payment_Trxn_Util.Get_CC_Security_Code_Use;
579: IF l_cc_security_code_use = 'REQUIRED' THEN
580: IF p_Header_Payment_rec.instrument_security_code IS NULL OR
581: p_Header_Payment_rec.instrument_security_code = FND_API.G_MISS_CHAR THEN --bug 4613168, issue 22
582: FND_MESSAGE.SET_NAME('ONT','OE_CC_SECURITY_CODE_REQD');