DBA Data[Home] [Help]

APPS.BEN_PROCESS_USER_SS_API dependencies on FND_PROFILE

Line 481: prflvalue := fnd_profile.value('BEN_NEW_USER_RESP_PROFILE');

477:
478: ben_process_user_utility.g_fnd_user_record := g_void_fnd_user_rec;
479: ben_process_user_utility.g_fnd_resp_record := g_void_fnd_resp_rec;
480:
481: prflvalue := fnd_profile.value('BEN_NEW_USER_RESP_PROFILE');
482: if prflvalue is not null and
483: p_responsibility_id is null and
484: p_respons_application_id is null then
485: l_respons_id := substr(prflvalue,1,length(prflvalue)-3);

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))

Line 836: prflvalue := fnd_profile.value('BEN_NEW_USER_RESP_PROFILE');

832: begin
833: --
834: --savepoint create_user_details;
835: --
836: prflvalue := fnd_profile.value('BEN_NEW_USER_RESP_PROFILE');
837: if prflvalue is not null
838: then
839: l_respons_id := substr(prflvalue,1,length(prflvalue)-3);
840: l_respons_appl_id := substr(prflvalue,length(prflvalue)-2);