DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on FND_USER

Line 3858: l_configuration_user_name fnd_user.user_name%type;

3854: l_end_date varchar2(240) := to_char(per_ri_config_fnd_hr_entity.g_config_effective_end_date,'YYYY/MM/DD');
3855: l_row_count number(9) default 0 ;
3856: l_earlier_row_count number(9) default 0 ;
3857:
3858: l_configuration_user_name fnd_user.user_name%type;
3859:
3860: l_hrms_resp_count number(9) := 0;
3861: l_hrms_bgsgut_profile_resp_tab per_ri_config_tech_summary.profile_resp_tab;
3862: l_profile_resp_main_tab per_ri_config_tech_summary.profile_resp_tab;

Line 3902: fnd_user_resp_groups_api.load_row(

3898:
3899: if l_self_service then
3900:
3901: if NOT (p_technical_summary_mode) then
3902: fnd_user_resp_groups_api.load_row(
3903: x_user_name => l_configuration_user_name,
3904: x_resp_key => 'EMPLOYEE_DIRECT_ACCESS_V4.0',
3905: x_app_short_name => 'PER',
3906: x_security_group => 'STANDARD',

Line 3927: fnd_user_resp_groups_api.load_row(

3923: l_hrms_resp_count := l_hrms_resp_count + 1 ;
3924: end if;
3925:
3926: if NOT (p_technical_summary_mode) then
3927: fnd_user_resp_groups_api.load_row(
3928: x_user_name => l_configuration_user_name,
3929: x_resp_key => 'LINE_MANAGER_ACCESS_V4.0',
3930: x_app_short_name => 'PER',
3931: x_security_group => 'STANDARD',

Line 3997: /* fnd_user_resp_groups_api.load_row(

3993:
3994: -- Security Group Removal Changes
3995: -- This is taken care by security_profile_assignment creation
3996: --assign responsibility
3997: /* fnd_user_resp_groups_api.load_row(
3998: x_user_name => l_configuration_user_name,
3999: x_resp_key => l_responsibility_key,
4000: x_app_short_name => l_fnd_application_short_name,
4001: x_security_group => 'STANDARD',

Line 4126: fnd_user_resp_groups_api.load_row(

4122:
4123: --assign global responsibility
4124: /* MSG Changes BEGIN
4125: /* if NOT (p_technical_summary_mode) then
4126: fnd_user_resp_groups_api.load_row(
4127: x_user_name => l_configuration_user_name,
4128: x_resp_key => l_assign_global_resp_key,
4129: x_app_short_name => l_assign_glb_resp_key_app_name,
4130: x_security_group => 'STANDARD',