DBA Data[Home] [Help]

APPS.BEN_ICD_PLAN_DESIGN_SETUP dependencies on BEN_PLAN_TYPE_OPTION_TYPE_API

Line 147: ben_plan_type_option_type_api.create_plan_type_option_type

143: fetch c_pon into l_pl_typ_opt_typ_id;
144: close c_pon;
145:
146: if l_pl_typ_opt_typ_id is null then
147: ben_plan_type_option_type_api.create_plan_type_option_type
148: (p_validate => false,
149: p_pl_typ_opt_typ_id => l_pl_typ_opt_typ_id,
150: p_effective_start_date => l_esd,
151: p_effective_end_date => l_eed,

Line 441: ben_plan_type_option_type_api.delete_plan_type_option_type

437: p_effective_date => p_effective_date,
438: p_datetrack_mode => hr_api.g_zap);
439:
440: for l_pon in c_pon(l_oipl.opt_id, l_abr.pl_typ_id) loop
441: ben_plan_type_option_type_api.delete_plan_type_option_type
442: (p_validate => false,
443: p_pl_typ_opt_typ_id => l_pon.pl_typ_opt_typ_id,
444: p_effective_start_date => l_esd,
445: p_effective_end_date => l_eed,