DBA Data[Home] [Help]

APPS.IBY_PMT_HISTORY_PKG dependencies on IBY_SECURITY_PKG

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

143: l_fromDate := add_months(l_fromDate, (-1 * (l_duration * 12)));
144: end if;
145:
146: if (NOT i_ccNumber IS NULL) then
147: l_ccnum_hash := iby_security_pkg.get_hash(i_ccNumber,'F');
148: l_ccnum_obfs := iby_utility_pvt.encode64(i_ccNumber);
149: end if;
150: iby_debug_pub.add('earliest from date:=' || TO_CHAR(l_fromDate),
151: iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);