DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on DBMS_UTILITY

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

89: -- API body
90: --
91:
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);