DBA Data[Home] [Help]

APPS.UMX_PASSWORD_PVT dependencies on FND_PROFILE

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

194: -- initialize the random number generator
195: --dbms_random.initialize(dbms_utility.get_time);
196:
197: -- using the profile, determine the length of the random number
198: l_password_len := greatest(nvl(fnd_profile.value('SIGNON_PASSWORD_LENGTH'), l_password_len), l_password_len);
199:
200: -- generate a random number to determine where to use an alphabet or a
201: -- numeric character for a given position in the password
202: