DBA Data[Home] [Help]

APPS.IBY_RISKYINSTR_PKG dependencies on IBY_CC_VALIDATE

Line 80: IBY_CC_VALIDATE.StripCC

76: ELSE
77: IF ( l_instrtype = 'CREDITCARD' ) then
78: -- Added for bug# 7228388
79: -- Strip the symbols
80: IBY_CC_VALIDATE.StripCC
81: (1.0, FND_API.G_FALSE, i_riskyinstr(i).CreditCard_Num,
82: IBY_CC_VALIDATE.c_FillerChars,
83: lx_return_status, lx_msg_count, lx_msg_data, lx_cc_number);
84: -- Get hash values of the credit number

Line 82: IBY_CC_VALIDATE.c_FillerChars,

78: -- Added for bug# 7228388
79: -- Strip the symbols
80: IBY_CC_VALIDATE.StripCC
81: (1.0, FND_API.G_FALSE, i_riskyinstr(i).CreditCard_Num,
82: IBY_CC_VALIDATE.c_FillerChars,
83: lx_return_status, lx_msg_count, lx_msg_data, lx_cc_number);
84: -- Get hash values of the credit number
85: l_cc_hash1 := iby_security_pkg.get_hash
86: (lx_cc_number,FND_API.G_FALSE);

Line 218: IBY_CC_VALIDATE.StripCC

214: ELSE
215: IF (l_instrtype = 'CREDITCARD') then
216: -- Included hash1 and hash2 values as part of bug#7228388
217: -- Strip symbols from the credit card, if any
218: IBY_CC_VALIDATE.StripCC
219: (1.0, FND_API.G_FALSE, i_riskyinstr(i).CreditCard_Num,
220: IBY_CC_VALIDATE.c_FillerChars,
221: lx_return_status, lx_msg_count, lx_msg_data, lx_cc_number);
222: -- Get hash values of the credit number

Line 220: IBY_CC_VALIDATE.c_FillerChars,

216: -- Included hash1 and hash2 values as part of bug#7228388
217: -- Strip symbols from the credit card, if any
218: IBY_CC_VALIDATE.StripCC
219: (1.0, FND_API.G_FALSE, i_riskyinstr(i).CreditCard_Num,
220: IBY_CC_VALIDATE.c_FillerChars,
221: lx_return_status, lx_msg_count, lx_msg_data, lx_cc_number);
222: -- Get hash values of the credit number
223: l_cc_hash1 := iby_security_pkg.get_hash
224: (lx_cc_number,FND_API.G_FALSE);