DBA Data[Home] [Help]

APPS.BEN_PROCESS_USER_SS_API dependencies on FND_PROFILE_SERVER

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

586: -- Get the profile option value for 'ENABLE_SECURITY_GROUPS'
587: -- Use value_specific because you want the value of the resp being
588: -- assigned, not the resp you used to login.
589: --
590: l_enable_sec_groups := nvl(fnd_profile_server.value_specific(
591: 'ENABLE_SECURITY_GROUPS'
592: ,l_user_id
593: , nvl(ben_process_user_utility.g_fnd_resp_record.responsibility_id,l_respons_id)
594: , nvl(ben_process_user_utility.g_fnd_resp_record.respons_application_id,l_respons_appl_id))