DBA Data[Home] [Help]

APPS.IBY_EVAL_RISKY_INSTR_PKG dependencies on IBY_CC_VALIDATE

Line 43: IBY_CC_VALIDATE.StripCC

39: end if;
40:
41: -- Added for bug# 7228388. Compare the hash values of the credit card instead of
42: -- plain credit card number
43: IBY_CC_VALIDATE.StripCC
44: (1.0, FND_API.G_FALSE, l_ccnumber,
45: IBY_CC_VALIDATE.c_FillerChars,
46: lx_return_status, lx_msg_count, lx_msg_data, lx_cc_number);
47: -- Get hash values of the credit number

Line 45: IBY_CC_VALIDATE.c_FillerChars,

41: -- Added for bug# 7228388. Compare the hash values of the credit card instead of
42: -- plain credit card number
43: IBY_CC_VALIDATE.StripCC
44: (1.0, FND_API.G_FALSE, l_ccnumber,
45: IBY_CC_VALIDATE.c_FillerChars,
46: lx_return_status, lx_msg_count, lx_msg_data, lx_cc_number);
47: -- Get hash values of the credit number
48: l_cc_hash1 := iby_security_pkg.get_hash(lx_cc_number,FND_API.G_FALSE);
49: l_cc_hash2 := iby_security_pkg.get_hash(lx_cc_number,FND_API.G_TRUE);