DBA Data[Home] [Help]

APPS.JTF_UM_FORGOT_PASSWD dependencies on DBMS_UTILITY

Line 28: dbms_random.initialize(dbms_utility.get_time);

24:
25: begin
26:
27: -- initialize the random number generator
28: dbms_random.initialize(dbms_utility.get_time);
29:
30: -- using the profile, determine the length of the random number
31: l_password_len := greatest(nvl(fnd_profile.value('SIGNON_PASSWORD_LENGTH'), l_password_len), l_password_len);
32: