DBA Data[Home] [Help]

APPS.HR_USER_ACCT_API dependencies on FND_PROFILE_SERVER

Line 520: l_enable_sec_groups := nvl(fnd_profile_server.value_specific(

516: -- assigned, not the resp you used to login.
517: -- The following code is copied from FNDSCAUS.fmb
518: -- FND_RESTRICT_SECURITY_GROUP program unit.
519: --
520: l_enable_sec_groups := nvl(fnd_profile_server.value_specific(
521: 'ENABLE_SECURITY_GROUPS'
522: ,l_user_id
523: ,l_responsibility_id
524: ,l_user_resp_app_id)