DBA Data[Home] [Help]

APPS.IBY_FREQ_OF_PURCH_PKG dependencies on IBY_SECURITY_PKG

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

123: l_fromDate := add_months(l_fromDate, (-1 * l_duration));
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),