DBA Data[Home] [Help]

APPS.PQH_GSP_HR_TO_STAGE dependencies on BEN_PLAN_DESIGN_PLAN_MODULE

Line 4860: ben_plan_design_plan_module.create_opt_result

4856: if p_opt_cer_id is null then
4857: hr_utility.set_location('opt not in staging area, going for copy ',15);
4858: l_start_cer:= get_current_max_cer(p_copy_entity_txn_id );
4859: begin
4860: ben_plan_design_plan_module.create_opt_result
4861: (p_copy_entity_result_id => l_copy_entity_result_id
4862: ,p_copy_entity_txn_id => p_copy_entity_txn_id
4863: ,p_opt_id => p_opt_id
4864: ,p_business_group_id => p_business_group_id

Line 5179: ben_plan_design_plan_module.create_plan_result

5175: p_pl_cer_ovn out nocopy number) is
5176: l_pl_cer_id number;
5177: begin
5178: hr_utility.set_location('copying pl hier'||p_pl_id,10);
5179: ben_plan_design_plan_module.create_plan_result
5180: (p_copy_entity_result_id => l_pl_cer_id
5181: ,p_copy_entity_txn_id => p_copy_entity_txn_id
5182: ,p_pl_id => p_pl_id
5183: ,p_business_group_id => p_bg_id

Line 5588: ben_plan_design_plan_module.create_opt_result

5584: if l_opt_cer_id is null and l_option_id is not null then
5585: hr_utility.set_location('opt is linked to point but doesnot exist in txn',37);
5586: begin
5587: hr_utility.set_location('calling opt hier copy ',38);
5588: ben_plan_design_plan_module.create_opt_result
5589: (p_copy_entity_result_id => l_opt_cer_id
5590: ,p_copy_entity_txn_id => p_copy_entity_txn_id
5591: ,p_opt_id => l_option_id
5592: ,p_business_group_id => p_business_group_id