DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on STANDARD

Line 3846: x_security_group => 'STANDARD',

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',
3847: x_owner => 'SEED',
3848: x_start_date => l_start_date,
3849: x_end_date => l_end_date,
3850: x_description => per_ri_config_main.g_description_string);

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

3853: else
3854: p_hrms_resp_tab(l_hrms_resp_count).user_name := l_configuration_user_name;
3855: p_hrms_resp_tab(l_hrms_resp_count).resp_key := 'EMPLOYEE_DIRECT_ACCESS_V4';
3856: p_hrms_resp_tab(l_hrms_resp_count).app_short_name := 'PER';
3857: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';
3858: p_hrms_resp_tab(l_hrms_resp_count).owner := 'SEED';
3859: p_hrms_resp_tab(l_hrms_resp_count).start_date := l_start_date;
3860: p_hrms_resp_tab(l_hrms_resp_count).end_date := l_end_date;
3861: p_hrms_resp_tab(l_hrms_resp_count).description := per_ri_config_main.g_description_string;

Line 3871: x_security_group => 'STANDARD',

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',
3872: x_owner => 'SEED',
3873: x_start_date => l_start_date,
3874: x_end_date => l_end_date,
3875: x_description => per_ri_config_main.g_description_string);

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

3876: else
3877: p_hrms_resp_tab(l_hrms_resp_count).user_name := l_configuration_user_name;
3878: p_hrms_resp_tab(l_hrms_resp_count).resp_key := 'LINE_MANAGER_ACCESS_V4';
3879: p_hrms_resp_tab(l_hrms_resp_count).app_short_name := 'PER';
3880: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';
3881: p_hrms_resp_tab(l_hrms_resp_count).owner := 'SEED';
3882: p_hrms_resp_tab(l_hrms_resp_count).start_date := l_start_date;
3883: p_hrms_resp_tab(l_hrms_resp_count).end_date := l_end_date;
3884: p_hrms_resp_tab(l_hrms_resp_count).description := per_ri_config_main.g_description_string;

Line 3941: x_security_group => 'STANDARD',

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',
3942: x_owner => 'SEED',
3943: x_start_date => l_start_date,
3944: x_end_date => l_end_date,
3945: x_description => per_ri_config_main.g_description_string);

Line 4070: x_security_group => 'STANDARD',

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',
4071: x_owner => 'SEED',
4072: x_start_date => l_start_date,
4073: x_end_date => l_end_date,
4074: x_description => per_ri_config_main.g_description_string);

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

4075: else
4076: p_hrms_resp_tab(l_hrms_resp_count).user_name := l_configuration_user_name;
4077: p_hrms_resp_tab(l_hrms_resp_count).resp_key := l_assign_global_resp_key;
4078: p_hrms_resp_tab(l_hrms_resp_count).app_short_name := l_assign_glb_resp_key_app_name;
4079: p_hrms_resp_tab(l_hrms_resp_count).security_group := 'STANDARD';
4080: p_hrms_resp_tab(l_hrms_resp_count).owner := 'SEED';
4081: p_hrms_resp_tab(l_hrms_resp_count).start_date := l_start_date;
4082: p_hrms_resp_tab(l_hrms_resp_count).end_date := l_end_date;
4083: p_hrms_resp_tab(l_hrms_resp_count).description := per_ri_config_main.g_description_string;