DBA Data[Home] [Help]

APPS.IBY_EVAL_RISKY_INSTR_PKG dependencies on FND_API

Line 44: (1.0, FND_API.G_FALSE, l_ccnumber,

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
48: l_cc_hash1 := iby_security_pkg.get_hash(lx_cc_number,FND_API.G_FALSE);

Line 48: l_cc_hash1 := iby_security_pkg.get_hash(lx_cc_number,FND_API.G_FALSE);

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);
50: -- changed the query to include hash values in the column comparison
51: select count(*) into l_count
52: from iby_irf_risky_instr

Line 49: l_cc_hash2 := iby_security_pkg.get_hash(lx_cc_number,FND_API.G_TRUE);

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);
50: -- changed the query to include hash values in the column comparison
51: select count(*) into l_count
52: from iby_irf_risky_instr
53: where instrtype = 'CREDITCARD' and