DBA Data[Home] [Help]

APPS.UMX_LOGIN_HELP_PVT dependencies on FND_USER_PKG

Line 926: fnd_user_pkg.disableuser( username => l_user_name );

922: itemkey => itemkey,
923: aname => 'USER_NAME');
924:
925: if ( l_user_name is not null ) then
926: fnd_user_pkg.disableuser( username => l_user_name );
927: end if;
928: end if;
929:
930: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;

Line 1249: FND_USER_PKG.UpdateUserParty (

1245:
1246: if ( x_return_status = 'S' ) then
1247: BEGIN
1248:
1249: FND_USER_PKG.UpdateUserParty (
1250: x_user_name => l_user_name,
1251: x_owner => null,
1252: x_unencrypted_password => l_password,
1253: x_password_date => sysdate);

Line 1260: 'fnd.plsql.UMX_LOGIN_HELP_PVT.ResetPwdPvt.FND_USER_PKG.UpdateUserParty',

1256: x_return_status := 'E';
1257: x_message_name := 'UMX_RESET_PWD2_UNEXP_ERROR';
1258: if (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) then
1259: FND_LOG.STRING (FND_LOG.LEVEL_EXCEPTION,
1260: 'fnd.plsql.UMX_LOGIN_HELP_PVT.ResetPwdPvt.FND_USER_PKG.UpdateUserParty',
1261: 'x_no_attempts: ' || x_no_attempts ||
1262: 'x_return_status: ' || x_return_status ||
1263: ' | x_message_name: ' || x_message_name );
1264: end if;