DBA Data[Home] [Help]

APPS.PAY_IE_PENSION_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 726: pay_element_template_api.create_user_structure

722: -- ---------------------------------------------------------------------
723: -- Create user structure from the template
724: -- ---------------------------------------------------------------------
725: hr_utility.set_location('..Creating template User structure', 25);
726: pay_element_template_api.create_user_structure
727: (p_validate => false
728: ,p_effective_date => p_effective_start_date
729: ,p_business_group_id => p_business_group_id
730: ,p_source_template_id => l_source_template_id

Line 847: pay_element_template_api.generate_part1

843:
844: -- ---------------------------------------------------------------------
845: -- |-------------------< Generate Core Objects >------------------------|
846: -- ---------------------------------------------------------------------
847: pay_element_template_api.generate_part1
848: (p_validate => false
849: ,p_effective_date => p_effective_start_date
850: ,p_hr_only => false
851: ,p_hr_to_payroll => false

Line 856: pay_element_template_api.generate_part2

852: ,p_template_id => l_template_id);
853: --
854: hr_utility.set_location('After Generating Core objects : Part - 1', 50);
855: --
856: pay_element_template_api.generate_part2
857: (p_validate => false
858: ,p_effective_date => p_effective_start_date
859: ,p_template_id => l_template_id);
860: --

Line 1363: pay_element_template_api.delete_user_structure

1359: for c1_rec in c1 loop
1360: l_template_id := c1_rec.template_id;
1361: end loop;
1362: --
1363: pay_element_template_api.delete_user_structure
1364: (p_validate => false
1365: ,p_drop_formula_packages => true
1366: ,p_template_id => l_template_id);
1367: --