DBA Data[Home] [Help]

APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_PLAN_BENEFICIARY_API

Line 5304: ben_plan_beneficiary_api.create_plan_beneficiary

5300: open c_bnf(l_old_bnf_rec.bnf_person_id);
5301: fetch c_bnf into l_bnf_rec;
5302: if c_bnf%notfound then
5303: --
5304: ben_plan_beneficiary_api.create_plan_beneficiary
5305: (p_validate => FALSE
5306: ,p_pl_bnf_id => l_pl_bnf_id
5307: ,p_effective_start_date => l_bnf_effective_start_date
5308: ,p_effective_end_date => l_bnf_effective_end_date

Line 5370: ben_plan_beneficiary_api.update_PLAN_BENEFICIARY

5366: else
5367: l_datetrack_mode := hr_api.g_update;
5368: end if;
5369: --
5370: ben_plan_beneficiary_api.update_PLAN_BENEFICIARY
5371: (p_validate => FALSE
5372: ,p_pl_bnf_id => l_bnf_rec.pl_bnf_id
5373: ,p_effective_start_date => l_bnf_effective_start_date
5374: ,p_effective_end_date => l_bnf_effective_end_date