DBA Data[Home] [Help]

APPS.IGP_AD_USERID_PKG dependencies on FND_SSO_MANAGER

Line 445: if FND_SSO_MANAGER.isUserCreateUpdateAllowed() then

441: l_user_name :=NULL;
442: l_message_text := NULL;
443: l_user_name := Wf_Engine.GetItemAttrText(itemtype,itemkey,'P_USER_NAME');
444: l_exists:='N';
445: if FND_SSO_MANAGER.isUserCreateUpdateAllowed() then
446: IF fnd_log.level_procedure >= fnd_log.g_current_runtime_level THEN
447: fnd_log.string(fnd_log.level_procedure,'igs.plsql.igp_ad_userid_pkg.validate_user_name', ' User create and update allowed.');
448: END IF;
449:

Line 500: end if; -- FOR FND_SSO_MANAGER.isUserCreateUpdateAllowed()

496:
497: IF fnd_log.level_procedure >= fnd_log.g_current_runtime_level THEN
498: fnd_log.string(fnd_log.level_procedure,'igs.plsql.igp_ad_userid_pkg.validate_user_name',' Creation or updating of a user is not allowed.');
499: END IF;
500: end if; -- FOR FND_SSO_MANAGER.isUserCreateUpdateAllowed()
501:
502: -- clean up the record from igp_ac_account_ints
503: if l_num <> 0 then
504: BEGIN