DBA Data[Home] [Help]

APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_PLAN_BENEFICIARY_API

Line 5596: ben_plan_beneficiary_api.create_plan_beneficiary

5592: fetch c_bnf into l_bnf_rec;
5593: if c_bnf%notfound then
5594: --
5595: hr_utility.set_location('In create call ' || l_proc,10);
5596: ben_plan_beneficiary_api.create_plan_beneficiary
5597: (p_validate => FALSE
5598: ,p_pl_bnf_id => l_pl_bnf_id
5599: ,p_effective_start_date => l_bnf_effective_start_date
5600: ,p_effective_end_date => l_bnf_effective_end_date

Line 5671: ben_plan_beneficiary_api.delete_PLAN_BENEFICIARY

5667: else
5668: l_del_date :=l_bnf_effective_start_date;
5669: end if;
5670: hr_utility.set_location('In delete call create' || l_bnf_effective_end_date,10);
5671: ben_plan_beneficiary_api.delete_PLAN_BENEFICIARY
5672: (p_validate => false
5673: ,p_pl_bnf_id => l_pl_bnf_id
5674: ,p_effective_start_date => l_bnf_effective_start_date
5675: ,p_effective_end_date => l_bnf_effective_end_date

Line 5718: ben_plan_beneficiary_api.update_PLAN_BENEFICIARY

5714: l_datetrack_mode := hr_api.g_update;
5715: end if;
5716: --
5717: hr_utility.set_location('update call ' ,10);
5718: ben_plan_beneficiary_api.update_PLAN_BENEFICIARY
5719: (p_validate => FALSE
5720: ,p_pl_bnf_id => l_bnf_rec.pl_bnf_id
5721: ,p_effective_start_date => l_bnf_effective_start_date
5722: ,p_effective_end_date => l_bnf_effective_end_date

Line 5788: ben_plan_beneficiary_api.delete_PLAN_BENEFICIARY

5784: l_del_date :=l_bnf_effective_start_date;
5785: end if;
5786: l_bnf_object_version_number := l_upd_obj_version_number;
5787: hr_utility.set_location('In delete call upd' || l_bnf_effective_end_date,10);
5788: ben_plan_beneficiary_api.delete_PLAN_BENEFICIARY
5789: (p_validate => false
5790: ,p_pl_bnf_id => l_pl_bnf_id
5791: ,p_effective_start_date => l_bnf_effective_start_date
5792: ,p_effective_end_date => l_bnf_effective_end_date