DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER dependencies on OE_PAYMENT_TRXN_UTIL

Line 3641: l_cc_security_code_use := OE_Payment_Trxn_Util.Get_CC_Security_Code_Use;

3637: oe_debug_pub.add('after credit_card_code');
3638:
3639: --R12 CVV2
3640: IF p_x_header_rec.credit_card_number IS NOT NULL AND p_x_header_rec.credit_card_number <> FND_API.G_MISS_CHAR THEN
3641: l_cc_security_code_use := OE_Payment_Trxn_Util.Get_CC_Security_Code_Use;
3642: IF l_cc_security_code_use = 'REQUIRED' THEN
3643: IF p_x_header_rec.instrument_security_code IS NULL OR p_x_header_rec.instrument_security_code = FND_API.G_MISS_CHAR THEN --bug 4613168, issue 22
3644: FND_MESSAGE.SET_NAME('ONT','OE_CC_SECURITY_CODE_REQD');
3645: OE_MSG_PUB.ADD;