DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 2318: pay_element_template_api.create_user_structure (

2314:
2315: --
2316: -- create user structure from the template
2317: --
2318: pay_element_template_api.create_user_structure (
2319: p_validate => FALSE
2320: ,p_effective_date => p_effective_start_date
2321: ,p_business_group_id => p_business_group_id
2322: ,p_source_template_id => l_source_template_id

Line 2879: pay_element_template_api.generate_part1 (

2875: ---------------------------------------------------------------------------
2876: ---------------------------- Generate Core Objects ------------------------
2877: ---------------------------------------------------------------------------
2878:
2879: pay_element_template_api.generate_part1 (
2880: p_validate => FALSE
2881: ,p_effective_date => p_effective_start_date
2882: ,p_hr_only => FALSE
2883: ,p_hr_to_payroll => FALSE

Line 2890: pay_element_template_api.generate_part2 (

2886: --
2887: hr_utility.set_location (l_proc_name, 220);
2888: --
2889:
2890: pay_element_template_api.generate_part2 (
2891: p_validate => FALSE
2892: ,p_effective_date => p_effective_start_date
2893: ,p_template_id => l_template_id
2894: );

Line 4107: pay_element_template_api.delete_user_structure (

4103: --
4104: hr_utility.set_location (l_proc_name, 50);
4105: --
4106:
4107: pay_element_template_api.delete_user_structure (
4108: p_validate => FALSE
4109: ,p_drop_formula_packages => TRUE
4110: ,p_template_id => l_template_id
4111: );