DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on FND_USER_PVT

Line 3650: -- retrieve the password change/validation error returned by fnd_user_pvt

3646: l_actiontext := fnd_message.get;
3647: icx_cabo.buttons(p_actions => l_actions,
3648: p_actiontext => l_actiontext);
3649: else
3650: -- retrieve the password change/validation error returned by fnd_user_pvt
3651: l_actiontext := p_message_flag;
3652: icx_cabo.buttons(p_actions => l_actions,
3653: p_actiontext => l_actiontext);
3654: end if;

Line 3903: FND_USER_PVT.Update_User(p_api_version_number => 1.0,

3899:
3900: l_server_name := owa_util.get_cgi_env('SERVER_NAME');
3901: l_server_port := owa_util.get_cgi_env('SERVER_PORT');
3902:
3903: FND_USER_PVT.Update_User(p_api_version_number => 1.0,
3904: p_init_msg_list => 'T',
3905: p_commit => 'T',
3906: p_host_port => l_server_name||':'||l_server_port,
3907: p_old_password => c_PASSWORD1,

Line 3926: c_error_msg := fnd_message.get; -- get the password update error placed on the stack by fnd_user_pvt

3922:
3923: if not l_password_updated
3924: then
3925:
3926: c_error_msg := fnd_message.get; -- get the password update error placed on the stack by fnd_user_pvt
3927: displaywebuserlocal(p_message_flag => c_error_msg);
3928: /*
3929: c_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
3930: fnd_message.set_encoded(l_msg_data);

Line 3976: FND_USER_PVT.Update_User(p_api_version_number => 1.0,

3972:
3973: if l_password_updated
3974: then
3975:
3976: FND_USER_PVT.Update_User(p_api_version_number => 1.0,
3977: p_init_msg_list => 'T',
3978: p_commit => 'T',
3979: p_language => c_LANGUAGE,
3980: p_date_format_mask => l_date_format,