DBA Data[Home] [Help]

APPS.UMX_LOGIN_HELP_PVT dependencies on FND_USER_PKG

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

946: itemkey => itemkey,
947: aname => 'USER_NAME');
948:
949: if ( l_user_name is not null ) then
950: fnd_user_pkg.disableuser( username => l_user_name );
951: end if;
952: end if;
953:
954: resultout := WF_ENGINE.eng_completed || ':' || WF_ENGINE.eng_null;

Line 1269: FND_USER_PKG.UpdateUserParty (

1265:
1266: if ( x_return_status = 'S' ) then
1267: BEGIN
1268:
1269: FND_USER_PKG.UpdateUserParty (
1270: x_user_name => l_user_name,
1271: x_owner => l_user_name,
1272: x_unencrypted_password => l_password,
1273: x_password_date => sysdate);

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

1276: x_return_status := 'E';
1277: x_message_name := 'UMX_RESET_PWD2_UNEXP_ERROR';
1278: if (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) then
1279: FND_LOG.STRING (FND_LOG.LEVEL_EXCEPTION,
1280: 'fnd.plsql.UMX_LOGIN_HELP_PVT.ResetPwdPvt.FND_USER_PKG.UpdateUserParty',
1281: 'x_no_attempts: ' || x_no_attempts ||
1282: 'x_return_status: ' || x_return_status ||
1283: ' | x_message_name: ' || x_message_name );
1284: end if;