DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 808: pay_element_template_api.create_user_structure

804: IF g_debug THEN
805: hr_utility.set_location('..Creating template User structure', 25);
806: END IF;
807:
808: pay_element_template_api.create_user_structure
809: (p_validate => FALSE
810: ,p_effective_date => p_effective_start_date
811: ,p_business_group_id => p_business_group_id
812: ,p_source_template_id => l_source_template_id

Line 1248: pay_element_template_api.generate_part1

1244: END IF;
1245: -- ---------------------------------------------------------------------
1246: -- |-------------------< Generate Core Objects >------------------------|
1247: -- ---------------------------------------------------------------------
1248: pay_element_template_api.generate_part1
1249: (p_validate => FALSE
1250: ,p_effective_date => p_effective_start_date
1251: ,p_hr_only => FALSE
1252: ,p_hr_to_payroll => FALSE

Line 1260: pay_element_template_api.generate_part2

1256: hr_utility.set_location('..After Generating Core objects : Part - 1', 50);
1257: hr_utility.set_location('..After Generating Core objects : Part - 2', 50);
1258: END IF;
1259:
1260: pay_element_template_api.generate_part2
1261: (p_validate => FALSE
1262: ,p_effective_date => p_effective_start_date
1263: ,p_template_id => l_template_id);
1264: --

Line 2116: pay_element_template_api.delete_user_structure

2112: -- Payroll has not been processed. Attempt to delete
2113: --
2114:
2115: --
2116: pay_element_template_api.delete_user_structure
2117: (p_validate => FALSE
2118: ,p_drop_formula_packages => TRUE
2119: ,p_template_id => l_template_id);
2120: --