DBA Data[Home] [Help]

APPS.HR_FORM_TEMPLATES_API dependencies on HR_TEMPLATE_DATA_GROUPS_API

Line 477: hr_template_data_groups_api.copy_template_data_group(

473:
474: hr_utility.set_location('At:'|| l_proc, 70);
475:
476: FOR cur_rec in cur_tmplt_data_group LOOP
477: hr_template_data_groups_api.copy_template_data_group(
478: p_effective_date => TRUNC(p_effective_date)
479: ,p_language_code => l_language_code
480: ,p_template_data_group_id_from => cur_rec.template_data_group_id
481: ,p_form_template_id => l_form_template_id_to

Line 1131: hr_template_data_groups_api.delete_template_data_group(

1127:
1128: hr_utility.set_location('At:'|| l_proc, 70);
1129:
1130: FOR cur_rec in cur_del_data_group LOOP
1131: hr_template_data_groups_api.delete_template_data_group(
1132: p_template_data_group_id => cur_rec.template_data_group_id
1133: ,p_object_version_number => cur_rec.object_version_number);
1134: END LOOP;
1135: END IF;