DBA Data[Home] [Help]

APPS.PQP_NL_ABP_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 974: pay_element_template_api.create_user_structure

970: -- Create user structure from the template
971: -- ---------------------------------------------------------------------
972: hr_utility.set_location('..Creating template User structure', 25);
973:
974: pay_element_template_api.create_user_structure
975: (p_validate => FALSE
976: ,p_effective_date => p_effective_start_date
977: ,p_business_group_id => p_business_group_id
978: ,p_source_template_id => l_source_template_id

Line 1417: pay_element_template_api.generate_part1

1413:
1414: -- ---------------------------------------------------------------------
1415: -- |-------------------< Generate Core Objects >------------------------|
1416: -- ---------------------------------------------------------------------
1417: pay_element_template_api.generate_part1
1418: (p_validate => FALSE
1419: ,p_effective_date => p_effective_start_date
1420: ,p_hr_only => FALSE
1421: ,p_hr_to_payroll => FALSE

Line 1426: pay_element_template_api.generate_part2

1422: ,p_template_id => l_template_id);
1423: --
1424: hr_utility.set_location('..After Generating Core objects : Part - 1', 50);
1425: --
1426: pay_element_template_api.generate_part2
1427: (p_validate => FALSE
1428: ,p_effective_date => p_effective_start_date
1429: ,p_template_id => l_template_id);
1430: --

Line 2225: pay_element_template_api.delete_user_structure

2221: -- Payroll has not been processed. Attempt to delete
2222: --
2223:
2224: --
2225: pay_element_template_api.delete_user_structure
2226: (p_validate => FALSE
2227: ,p_drop_formula_packages => TRUE
2228: ,p_template_id => l_template_id);
2229: --