DBA Data[Home] [Help]

APPS.POS_REG_WF_PKG dependencies on FND_WEB_SEC

Line 3485: --call fnd_web_sec.change_password: the same routine

3481: if (l_initial_password is NULL) then
3482: return 'N';
3483: end if;
3484:
3485: --call fnd_web_sec.change_password: the same routine
3486: --when user first time logon and change his/her password
3487: l_retcode := fnd_web_sec.change_password (
3488: l_user_name,
3489: l_initial_password

Line 3487: l_retcode := fnd_web_sec.change_password (

3483: end if;
3484:
3485: --call fnd_web_sec.change_password: the same routine
3486: --when user first time logon and change his/her password
3487: l_retcode := fnd_web_sec.change_password (
3488: l_user_name,
3489: l_initial_password
3490: );
3491: