DBA Data[Home] [Help]

APPS.PQP_NL_SAVINGS_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 773: pay_element_template_api.create_user_structure

769:
770: -- for savings , change the deduction method to PE for both percentage cases
771:
772:
773: pay_element_template_api.create_user_structure
774: (p_validate => false
775: ,p_effective_date => p_effective_start_date
776: ,p_business_group_id => p_business_group_id
777: ,p_source_template_id => l_source_template_id

Line 1504: pay_element_template_api.generate_part1

1500:
1501: -- ---------------------------------------------------------------------
1502: -- |-------------------< Generate Core Objects >------------------------|
1503: -- ---------------------------------------------------------------------
1504: pay_element_template_api.generate_part1
1505: (p_validate => false
1506: ,p_effective_date => p_effective_start_date
1507: ,p_hr_only => false
1508: ,p_hr_to_payroll => false

Line 1513: pay_element_template_api.generate_part2

1509: ,p_template_id => l_template_id);
1510: --
1511: hr_utility.set_location('..After Generating Core objects : Part - 1', 50);
1512: --
1513: pay_element_template_api.generate_part2
1514: (p_validate => false
1515: ,p_effective_date => p_effective_start_date
1516: ,p_template_id => l_template_id);
1517: --

Line 2097: pay_element_template_api.delete_user_structure

2093: for c1_rec in c1 loop
2094: l_template_id := c1_rec.template_id;
2095: end loop;
2096: --
2097: pay_element_template_api.delete_user_structure
2098: (p_validate => false
2099: ,p_drop_formula_packages => true
2100: ,p_template_id => l_template_id);
2101: --