DBA Data[Home] [Help]

APPS.POS_PASSWORD_UTIL_PKG dependencies on ICX_CALL

Line 58: lv_pwd := substr(remove_repeating_char(ln_tmp_str || substr(icx_call.encrypt(fnd_crypto.smallrandomnumber), 4)), 1, ln_pwd_length+1);

54: ln_tmp_str := nchr(mod(fnd_crypto.smallrandomnumber(),26)+65) ||
55: nchr(mod(fnd_crypto.smallrandomnumber(),26)+97) ||
56: mod(fnd_crypto.smallrandomnumber(),10) ||
57: substr('%,^!#$*()-_+;:,|?', mod(fnd_crypto.smallrandomnumber(), 17), 1) ;
58: lv_pwd := substr(remove_repeating_char(ln_tmp_str || substr(icx_call.encrypt(fnd_crypto.smallrandomnumber), 4)), 1, ln_pwd_length+1);
59:
60: /*As part of fix 8288119 : changes foward ported from 11i Bugs 5599028,7257014*/
61:
62: