DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE_TO_RBC dependencies on BEN_PLAN_API

Line 408: ben_Plan_api.delete_Plan

404: hr_utility.set_location('inside delete_plan',1);
405: for del_rec in del_plan loop
406: l_ovn := del_rec.information265;
407:
408: ben_Plan_api.delete_Plan
409: (p_pl_id => del_rec.information1
410: ,p_effective_start_date => l_effective_start_date
411: ,p_effective_end_date => l_effective_end_date
412: ,p_object_version_number => l_ovn

Line 1069: ben_plan_api.create_Plan(

1065: hr_utility.set_location('plan name'||substr(plan_rec.information170,1,45),20);
1066: hr_utility.set_location('plan id'||l_plan_id,20);
1067: l_pl_typ_id := get_pl_typ_id(p_effective_date,plan_rec.Information4);
1068: hr_utility.set_location('plan typ id'||l_pl_typ_id,20);
1069: ben_plan_api.create_Plan(
1070: p_pl_id => l_plan_id
1071: ,p_effective_start_date => l_effective_start_date
1072: ,p_effective_end_date => l_effective_end_date
1073: ,p_name => plan_rec.Information170

Line 1119: BEN_PLAN_API.update_Plan(

1115: fnd_message.set_token('OBJECT_NAME ',plan_rec.information170);
1116: fnd_message.raise_error;
1117: else
1118: begin
1119: BEN_PLAN_API.update_Plan(
1120: p_pl_id => l_plan_id
1121: ,p_effective_start_date => l_effective_start_date
1122: ,p_effective_end_date => l_effective_end_date
1123: ,p_name => plan_rec.information170