DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 2320: pay_element_template_api.create_user_structure (

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

Line 2881: pay_element_template_api.generate_part1 (

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

Line 2892: pay_element_template_api.generate_part2 (

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

Line 4110: pay_element_template_api.delete_user_structure (

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