DBA Data[Home] [Help]

APPS.PAY_IE_PENSION_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 717: pay_element_template_api.create_user_structure

713: -- ---------------------------------------------------------------------
714: -- Create user structure from the template
715: -- ---------------------------------------------------------------------
716: hr_utility.set_location('..Creating template User structure', 25);
717: pay_element_template_api.create_user_structure
718: (p_validate => false
719: ,p_effective_date => p_effective_start_date
720: ,p_business_group_id => p_business_group_id
721: ,p_source_template_id => l_source_template_id

Line 838: pay_element_template_api.generate_part1

834:
835: -- ---------------------------------------------------------------------
836: -- |-------------------< Generate Core Objects >------------------------|
837: -- ---------------------------------------------------------------------
838: pay_element_template_api.generate_part1
839: (p_validate => false
840: ,p_effective_date => p_effective_start_date
841: ,p_hr_only => false
842: ,p_hr_to_payroll => false

Line 847: pay_element_template_api.generate_part2

843: ,p_template_id => l_template_id);
844: --
845: hr_utility.set_location('After Generating Core objects : Part - 1', 50);
846: --
847: pay_element_template_api.generate_part2
848: (p_validate => false
849: ,p_effective_date => p_effective_start_date
850: ,p_template_id => l_template_id);
851: --

Line 1354: pay_element_template_api.delete_user_structure

1350: for c1_rec in c1 loop
1351: l_template_id := c1_rec.template_id;
1352: end loop;
1353: --
1354: pay_element_template_api.delete_user_structure
1355: (p_validate => false
1356: ,p_drop_formula_packages => true
1357: ,p_template_id => l_template_id);
1358: --