DBA Data[Home] [Help]

APPS.BEN_ICD_PLAN_DESIGN_SETUP dependencies on BEN_PLAN_TYPE_API

Line 74: ben_plan_type_api.create_plan_type

70: fetch c_element into l_element;
71: close c_element;
72:
73: if p_pl_typ_id is null then
74: ben_plan_type_api.create_plan_type
75: (p_validate => false,
76: p_pl_typ_id => l_pl_typ_id,
77: p_effective_start_date => l_esd,
78: p_effective_end_date => l_eed,

Line 483: ben_plan_type_api.delete_plan_type

479: p_datetrack_mode => hr_api.g_zap);
480: end loop; -- c_pln
481:
482: for l_typ in c_typ(l_abr.pl_typ_id) loop
483: ben_plan_type_api.delete_plan_type
484: (p_validate => false,
485: p_pl_typ_id => l_abr.pl_typ_id,
486: p_effective_start_date => l_esd,
487: p_effective_end_date => l_eed,