DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on STANDARD

Line 3906: x_security_group => 'STANDARD',

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',
3907: x_owner => 'SEED',
3908: x_start_date => l_start_date,
3909: x_end_date => l_end_date,
3910: x_description => per_ri_config_main.g_description_string);

Line 3917: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';

3913: else
3914: p_hrms_resp_tab(l_hrms_resp_count).user_name := l_configuration_user_name;
3915: p_hrms_resp_tab(l_hrms_resp_count).resp_key := 'EMPLOYEE_DIRECT_ACCESS_V4';
3916: p_hrms_resp_tab(l_hrms_resp_count).app_short_name := 'PER';
3917: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';
3918: p_hrms_resp_tab(l_hrms_resp_count).owner := 'SEED';
3919: p_hrms_resp_tab(l_hrms_resp_count).start_date := l_start_date;
3920: p_hrms_resp_tab(l_hrms_resp_count).end_date := l_end_date;
3921: p_hrms_resp_tab(l_hrms_resp_count).description := per_ri_config_main.g_description_string;

Line 3931: x_security_group => 'STANDARD',

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',
3932: x_owner => 'SEED',
3933: x_start_date => l_start_date,
3934: x_end_date => l_end_date,
3935: x_description => per_ri_config_main.g_description_string);

Line 3940: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';

3936: else
3937: p_hrms_resp_tab(l_hrms_resp_count).user_name := l_configuration_user_name;
3938: p_hrms_resp_tab(l_hrms_resp_count).resp_key := 'LINE_MANAGER_ACCESS_V4';
3939: p_hrms_resp_tab(l_hrms_resp_count).app_short_name := 'PER';
3940: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';
3941: p_hrms_resp_tab(l_hrms_resp_count).owner := 'SEED';
3942: p_hrms_resp_tab(l_hrms_resp_count).start_date := l_start_date;
3943: p_hrms_resp_tab(l_hrms_resp_count).end_date := l_end_date;
3944: p_hrms_resp_tab(l_hrms_resp_count).description := per_ri_config_main.g_description_string;

Line 4001: x_security_group => 'STANDARD',

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',
4002: x_owner => 'SEED',
4003: x_start_date => l_start_date,
4004: x_end_date => l_end_date,
4005: x_description => per_ri_config_main.g_description_string);

Line 4130: x_security_group => 'STANDARD',

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',
4131: x_owner => 'SEED',
4132: x_start_date => l_start_date,
4133: x_end_date => l_end_date,
4134: x_description => per_ri_config_main.g_description_string);

Line 4139: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';

4135: else
4136: p_hrms_resp_tab(l_hrms_resp_count).user_name := l_configuration_user_name;
4137: p_hrms_resp_tab(l_hrms_resp_count).resp_key := l_assign_global_resp_key;
4138: p_hrms_resp_tab(l_hrms_resp_count).app_short_name := l_assign_glb_resp_key_app_name;
4139: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';
4140: p_hrms_resp_tab(l_hrms_resp_count).owner := 'SEED';
4141: p_hrms_resp_tab(l_hrms_resp_count).start_date := l_start_date;
4142: p_hrms_resp_tab(l_hrms_resp_count).end_date := l_end_date;
4143: p_hrms_resp_tab(l_hrms_resp_count).description := per_ri_config_main.g_description_string;