DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_USER_RESP_GROUPS_API

Line 2684: fnd_user_resp_groups_api.load_row(

2680:
2681: BEGIN
2682: hr_utility.set_location('Entering:'|| l_proc, 10);
2683: if NOT (p_technical_summary_mode) then
2684: fnd_user_resp_groups_api.load_row(
2685: x_user_name => upper(per_ri_config_utilities.return_config_entity_name_pre
2686: (per_ri_config_main.g_configuration_user_name)),
2687: x_resp_key => 'GLB_SHRMS_MANAGER',
2688: x_app_short_name => 'PER',

Line 2715: fnd_user_resp_groups_api.load_row(

2711: (p_configuration_code => p_configuration_code);
2712:
2713: if l_enterprise_primary_industry = 'US_GOVERNMENT' then
2714: if NOT (p_technical_summary_mode) then
2715: fnd_user_resp_groups_api.load_row(
2716: x_user_name => upper(per_ri_config_utilities.return_config_entity_name_pre
2717: (per_ri_config_main.g_configuration_user_name)),
2718: x_resp_key => 'US_GOV_HR_MANAGER',
2719: x_app_short_name => 'GHR',

Line 3602: fnd_user_resp_groups_api.load_row(

3598: ,p_web_host_name => l_new_web_host_name
3599: ,p_web_agent_name => l_new_web_agent_name);
3600:
3601: -- assign this responsibility to the user
3602: fnd_user_resp_groups_api.load_row(
3603: x_user_name => l_user_name,
3604: x_resp_key => l_new_resp_key,
3605: x_app_short_name => l_new_app_short_name,
3606: x_security_group => l_security_group_key,