DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 731: pay_element_template_api.create_user_structure

727: -- ---------------------------------------------------------------------
728: -- Create user structure from the template
729: -- ---------------------------------------------------------------------
730: hr_utility.set_location('..Creating template User structure', 25);
731: pay_element_template_api.create_user_structure
732: (p_validate => false
733: ,p_effective_date => p_effective_start_date
734: ,p_business_group_id => p_business_group_id
735: ,p_source_template_id => l_source_template_id

Line 1366: pay_element_template_api.generate_part1

1362:
1363: -- ---------------------------------------------------------------------
1364: -- |-------------------< Generate Core Objects >------------------------|
1365: -- ---------------------------------------------------------------------
1366: pay_element_template_api.generate_part1
1367: (p_validate => false
1368: ,p_effective_date => p_effective_start_date
1369: ,p_hr_only => false
1370: ,p_hr_to_payroll => false

Line 1375: pay_element_template_api.generate_part2

1371: ,p_template_id => l_template_id);
1372: --
1373: hr_utility.set_location('..After Generating Core objects : Part - 1', 50);
1374: --
1375: pay_element_template_api.generate_part2
1376: (p_validate => false
1377: ,p_effective_date => p_effective_start_date
1378: ,p_template_id => l_template_id);
1379: --

Line 1780: pay_element_template_api.delete_user_structure

1776: for c1_rec in c1 loop
1777: l_template_id := c1_rec.template_id;
1778: end loop;
1779: --
1780: pay_element_template_api.delete_user_structure
1781: (p_validate => false
1782: ,p_drop_formula_packages => true
1783: ,p_template_id => l_template_id);
1784: --