DBA Data[Home] [Help]

APPS.IBY_TRXN_AMT_LMT_PKG dependencies on IBY_SECURITY_PKG

Line 121: l_ccnum_hash := iby_security_pkg.get_hash(i_ccNumber,'F');

117: l_fromDate := add_months(l_fromDate, (-1 * l_duration));
118: end if;
119:
120: if (NOT i_ccNumber IS NULL) then
121: l_ccnum_hash := iby_security_pkg.get_hash(i_ccNumber,'F');
122: l_ccnum_obfs := iby_utility_pvt.encode64(i_ccNumber);
123: end if;
124: iby_debug_pub.add('earliest from date:=' || TO_CHAR(l_fromDate),
125: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);