DBA Data[Home] [Help]

APPS.JTF_UM_FORGOT_PASSWD dependencies on FND_PROFILE

Line 31: l_password_len := greatest(nvl(fnd_profile.value('SIGNON_PASSWORD_LENGTH'), l_password_len), l_password_len);

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:
33: -- generate a random number to determine where to use an alphabet or a
34: -- numeric character for a given position in the password
35: