DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on FND_SSO_MANAGER

Line 4863: fnd_sso_manager.synch_user_from_LDAP(p_user_name);

4859: end if;
4860: --
4861: hr_utility.set_location(l_proc, 40);
4862: --
4863: fnd_sso_manager.synch_user_from_LDAP(p_user_name);
4864: --
4865: hr_utility.set_location(l_proc, 50);
4866: --
4867: -- this case happens when user is present in SSO and applied for a job through

Line 4890: fnd_sso_manager.synch_user_from_LDAP(p_user_name);

4886: , x_level_value => l_user_id);
4887:
4888: hr_utility.set_location(l_proc, 30);
4889: --
4890: fnd_sso_manager.synch_user_from_LDAP(p_user_name);
4891: hr_utility.set_location(l_proc, 35);
4892: --
4893: -- check if User has Resp
4894: irc_party_api.process_ha_resp_check(p_user_id => l_user_id,