DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER_PAYMENT dependencies on OE_PAYMENT_TRXN_UTIL

Line 543: l_cc_security_code_use := OE_Payment_Trxn_Util.Get_CC_Security_Code_Use;

539: oe_Debug_pub.add('after credit_card_code');
540:
541: --R12 CVV2
542: 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
543: l_cc_security_code_use := OE_Payment_Trxn_Util.Get_CC_Security_Code_Use;
544: IF l_cc_security_code_use = 'REQUIRED' THEN
545: IF p_Header_Payment_rec.instrument_security_code IS NULL OR
546: p_Header_Payment_rec.instrument_security_code = FND_API.G_MISS_CHAR THEN --bug 4613168, issue 22
547: FND_MESSAGE.SET_NAME('ONT','OE_CC_SECURITY_CODE_REQD');