DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on DBMS_RANDOM

Line 552: DBMS_RANDOM.initialize(12345);

548:
549: IF l_auth_mode <> 'LDAP' THEN
550: WF_DIRECTORY.GetRoleInfo(upper(c_user_name), display_name, email_address, notification_preference, language, territory);
551:
552: DBMS_RANDOM.initialize(12345);
553: -- p_password := to_char(dbms_random.random);
554: rno := to_number(DBMS_RANDOM.random);
555: p_password := 'P'||rno||'W';
556:

Line 553: -- p_password := to_char(dbms_random.random);

549: IF l_auth_mode <> 'LDAP' THEN
550: WF_DIRECTORY.GetRoleInfo(upper(c_user_name), display_name, email_address, notification_preference, language, territory);
551:
552: DBMS_RANDOM.initialize(12345);
553: -- p_password := to_char(dbms_random.random);
554: rno := to_number(DBMS_RANDOM.random);
555: p_password := 'P'||rno||'W';
556:
557: htp.img(curl => '/OA_MEDIA/FNDLOGOS.gif',

Line 554: rno := to_number(DBMS_RANDOM.random);

550: WF_DIRECTORY.GetRoleInfo(upper(c_user_name), display_name, email_address, notification_preference, language, territory);
551:
552: DBMS_RANDOM.initialize(12345);
553: -- p_password := to_char(dbms_random.random);
554: rno := to_number(DBMS_RANDOM.random);
555: p_password := 'P'||rno||'W';
556:
557: htp.img(curl => '/OA_MEDIA/FNDLOGOS.gif',
558: cattributes => 'BORDER=0');

Line 579: DBMS_RANDOM.terminate;

575:
576: WF_EVENT.Raise(p_event_name=>'oracle.apps.fnd.user.password.reset_requested',
577: p_event_key=>seq, p_parameters=>e_parameters);
578:
579: DBMS_RANDOM.terminate;
580:
581: fnd_message.set_name('ICX','ICX_FORGOT_PASSWORD');
582: c_error_msg := fnd_message.get;
583: