DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE_PAYMENT dependencies on OE_PAYMENT_TRXN_UTIL

Line 540: l_cc_security_code_use := OE_Payment_Trxn_Util.Get_CC_Security_Code_Use;

536: END IF;
537:
538: --R12 CVV2
539: IF p_Line_Payment_rec.credit_card_number IS NOT NULL AND p_Line_Payment_rec.credit_card_number <> FND_API.G_MISS_CHAR THEN --bug 4613168, issue 22
540: l_cc_security_code_use := OE_Payment_Trxn_Util.Get_CC_Security_Code_Use;
541: IF l_cc_security_code_use = 'REQUIRED' THEN
542: IF p_Line_Payment_rec.instrument_security_code IS NULL OR
543: p_Line_Payment_rec.instrument_security_code = FND_API.G_MISS_CHAR
544: THEN