DBA Data[Home] [Help]

APPS.POS_SUPPLIER_USER_REG_PKG dependencies on FND_WEB_SEC

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

550: AND d2.registration_id = l_reg_id
551: AND d1.field_name = 'OSN Request ID'
552: AND d2.field_name = 'OSN Request InternalID';
553:
554: --call fnd_web_sec.change_password: the same routine
555: --when user first time logon and change his/her password
556: l_retcode := fnd_web_sec.change_password (
557: l_user_name,
558: l_initial_password

Line 556: l_retcode := fnd_web_sec.change_password (

552: AND d2.field_name = 'OSN Request InternalID';
553:
554: --call fnd_web_sec.change_password: the same routine
555: --when user first time logon and change his/her password
556: l_retcode := fnd_web_sec.change_password (
557: l_user_name,
558: l_initial_password
559: );
560: