DBA Data[Home] [Help]

APPS.IBY_FREQ_OF_PURCH_PKG dependencies on IBY_UTILITY_PVT

Line 128: l_ccnum_obfs := iby_utility_pvt.encode64(i_ccNumber);

124: end if;
125:
126: if (NOT i_ccNumber IS NULL) then
127: l_ccnum_hash := iby_security_pkg.get_hash(i_ccNumber,'F');
128: l_ccnum_obfs := iby_utility_pvt.encode64(i_ccNumber);
129: end if;
130:
131: iby_debug_pub.add('earliest from date:=' || TO_CHAR(l_fromDate),
132: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);