DBA Data[Home] [Help]

APPS.NTG_EARNINGS_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 227: pay_element_template_api.create_user_structure

223: ELSE
224: l_configuration_information2 := 'N';
225: END IF;
226:
227: pay_element_template_api.create_user_structure
228: (p_validate => false
229: ,p_effective_date => p_ele_eff_start_date
230: ,p_business_group_id => p_bg_id
231: ,p_source_template_id => l_source_template_id

Line 306: pay_element_template_api.generate_part1

302: -- Generate Core Objects
303: ------------------------------------------------------------
304: hr_utility.set_location(l_proc, 120);
305:
306: pay_element_template_api.generate_part1
307: (p_validate => false
308: ,p_effective_date => p_ele_eff_start_date
309: ,p_hr_only => false
310: ,p_hr_to_payroll => false

Line 316: pay_element_template_api.generate_part2

312: --
313: hr_utility.set_location(l_proc, 130);
314: --
315: if (hr_utility.chk_product_install('Oracle Payroll','US')) then
316: pay_element_template_api.generate_part2
317: (p_validate => false
318: ,p_effective_date => p_ele_eff_start_date
319: ,p_template_id => l_template_id);
320: end if;

Line 536: pay_element_template_api.delete_user_structure

532: for c1_rec in c1 loop
533: l_template_id := c1_rec.template_id;
534: end loop;
535: --
536: pay_element_template_api.delete_user_structure
537: (p_validate => false
538: ,p_drop_formula_packages => true
539: ,p_template_id => l_template_id);
540: hr_utility.set_location('Leaving :'||l_proc, 50);