DBA Data[Home] [Help]

APPS.PQH_GSP_SYNC_COMPENSATION_OBJ dependencies on BEN_OPTION_IN_PLAN_API

Line 317: ben_Option_in_Plan_api.delete_Option_in_Plan

313: hr_utility.set_location('effdt is '||to_char(p_effective_date,'dd-mm-RRRR:hh-mi-ss'),18);
314: For Oipl_Rec in Oipl Loop
315: hr_utility.set_location('oipl for deletion is '||Oipl_Rec.Oipl_Id,30);
316: l_Object_version_Number := Oipl_Rec.Object_Version_Number;
317: ben_Option_in_Plan_api.delete_Option_in_Plan
318: (p_oipl_id => Oipl_Rec.Oipl_Id
319: ,p_effective_start_date => L_Effective_Start_Date
320: ,p_effective_end_date => L_Effective_End_Date
321: ,p_object_version_number => l_Object_version_Number

Line 594: ben_Option_in_Plan_api.create_Option_in_Plan

590: l_max_oipl_seq := Opt_Rec.ordr_num;
591: end if;
592: --end bug fix 6239174
593: hr_utility.set_location('seq is '||l_max_oipl_seq,31);
594: ben_Option_in_Plan_api.create_Option_in_Plan
595: (p_oipl_id => l_Oipl_id
596: ,p_effective_start_date => l_effective_Start_Date
597: ,p_effective_end_date => l_Effective_End_Date
598: ,p_opt_id => Opt_Rec.Opt_id