DBA Data[Home] [Help]

APPS.BEN_ICD_PLAN_DESIGN_SETUP dependencies on BEN_PLAN_API

Line 93: ben_plan_api.create_plan

89: l_pl_typ_id := p_pl_typ_id;
90: end if;
91:
92: if p_pl_id is null then
93: ben_plan_api.create_plan
94: (p_validate => false,
95: p_pl_id => l_pl_id,
96: p_effective_start_date => l_esd,
97: p_effective_end_date => l_eed,

Line 472: ben_plan_api.delete_plan

468: end loop; -- c_pl_rtn
469: end if; -- oipl_id is not null
470:
471: for l_pln in c_pln(l_abr.pl_id) loop
472: ben_plan_api.delete_plan
473: (p_validate => false,
474: p_pl_id => l_abr.pl_id,
475: p_effective_start_date => l_esd,
476: p_effective_end_date => l_eed,