DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on FND_PROFILE

Line 96: l_password_len := nvl(fnd_profile.value('SIGNON_PASSWORD_LENGTH'),

92: -- initialize the random number generator
93: dbms_random.initialize(dbms_utility.get_time);
94:
95: -- using the profile, determine the length of the random number
96: l_password_len := nvl(fnd_profile.value('SIGNON_PASSWORD_LENGTH'),
97: l_password_len);
98:
99: -- generate a random number to determine where to use an alphabet or a
100: -- numeric character for a given position in the password