DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on FND_USER

Line 3798: l_configuration_user_name fnd_user.user_name%type;

3794: l_end_date varchar2(240) := to_char(per_ri_config_fnd_hr_entity.g_config_effective_end_date,'YYYY/MM/DD');
3795: l_row_count number(9) default 0 ;
3796: l_earlier_row_count number(9) default 0 ;
3797:
3798: l_configuration_user_name fnd_user.user_name%type;
3799:
3800: l_hrms_resp_count number(9) := 0;
3801: l_hrms_bgsgut_profile_resp_tab per_ri_config_tech_summary.profile_resp_tab;
3802: l_profile_resp_main_tab per_ri_config_tech_summary.profile_resp_tab;

Line 3842: fnd_user_resp_groups_api.load_row(

3838:
3839: if l_self_service then
3840:
3841: if NOT (p_technical_summary_mode) then
3842: fnd_user_resp_groups_api.load_row(
3843: x_user_name => l_configuration_user_name,
3844: x_resp_key => 'EMPLOYEE_DIRECT_ACCESS_V4.0',
3845: x_app_short_name => 'PER',
3846: x_security_group => 'STANDARD',

Line 3867: fnd_user_resp_groups_api.load_row(

3863: l_hrms_resp_count := l_hrms_resp_count + 1 ;
3864: end if;
3865:
3866: if NOT (p_technical_summary_mode) then
3867: fnd_user_resp_groups_api.load_row(
3868: x_user_name => l_configuration_user_name,
3869: x_resp_key => 'LINE_MANAGER_ACCESS_V4.0',
3870: x_app_short_name => 'PER',
3871: x_security_group => 'STANDARD',

Line 3937: /* fnd_user_resp_groups_api.load_row(

3933:
3934: -- Security Group Removal Changes
3935: -- This is taken care by security_profile_assignment creation
3936: --assign responsibility
3937: /* fnd_user_resp_groups_api.load_row(
3938: x_user_name => l_configuration_user_name,
3939: x_resp_key => l_responsibility_key,
3940: x_app_short_name => l_fnd_application_short_name,
3941: x_security_group => 'STANDARD',

Line 4066: fnd_user_resp_groups_api.load_row(

4062:
4063: --assign global responsibility
4064: /* MSG Changes BEGIN
4065: /* if NOT (p_technical_summary_mode) then
4066: fnd_user_resp_groups_api.load_row(
4067: x_user_name => l_configuration_user_name,
4068: x_resp_key => l_assign_global_resp_key,
4069: x_app_short_name => l_assign_glb_resp_key_app_name,
4070: x_security_group => 'STANDARD',