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 5177: ben_plan_design_plan_module.create_plan_result

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

Line 5586: ben_plan_design_plan_module.create_opt_result

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