DBA Data[Home] [Help]

APPS.PAY_NL_LIFE_SAVINGS_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 778: pay_element_template_api.create_user_structure

774: IF g_debug THEN
775: hr_utility.set_location('..Creating template User structure', 25);
776: END IF;
777:
778: pay_element_template_api.create_user_structure
779: (p_validate => FALSE
780: ,p_effective_date => p_effective_start_date
781: ,p_business_group_id => p_business_group_id
782: ,p_source_template_id => l_source_template_id

Line 1405: pay_element_template_api.generate_part1

1401: END IF;
1402: -- ---------------------------------------------------------------------
1403: -- |-------------------< Generate Core Objects >------------------------|
1404: -- ---------------------------------------------------------------------
1405: pay_element_template_api.generate_part1
1406: (p_validate => FALSE
1407: ,p_effective_date => p_effective_start_date
1408: ,p_hr_only => FALSE
1409: ,p_hr_to_payroll => FALSE

Line 1417: pay_element_template_api.generate_part2

1413: hr_utility.set_location('..After Generating Core objects : Part - 1', 50);
1414: hr_utility.set_location('..After Generating Core objects : Part - 2', 50);
1415: END IF;
1416:
1417: pay_element_template_api.generate_part2
1418: (p_validate => FALSE
1419: ,p_effective_date => p_effective_start_date
1420: ,p_template_id => l_template_id);
1421: --

Line 1964: pay_element_template_api.delete_user_structure

1960: for c1_rec in c1 loop
1961: l_template_id := c1_rec.template_id;
1962: end loop;
1963: --
1964: pay_element_template_api.delete_user_structure
1965: (p_validate => false
1966: ,p_drop_formula_packages => true
1967: ,p_template_id => l_template_id);
1968: --