DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PLAN_BENEFICIARY_API

Line 28: ben_plan_beneficiary_api.delete_plan_

24: 110.12 Jul 22 98 Hugh Dang Add prtt_resulst OVN in/out parmater to
25: determine action item call.
26: 110.13 Jul 22 98 Hugh dang Add p_multi_row_actn in ben_elig_cvrd_
27: dpnt_api.update_elig_cvrd_dpnt and
28: ben_plan_beneficiary_api.delete_plan_
29: beneficiary
30: 110.14 Sep 25 98 bbulusu Added out nocopy parameters (warnings) to create
31: _enrollment and in the call to determine_
32: action_items.

Line 10887: ben_PLAN_BENEFICIARY_api.update_PLAN_BENEFICIARY

10883: --
10884: if g_debug then
10885: hr_utility.set_location('calling update mode' || l_datetrack_mode , 192 );
10886: end if;
10887: ben_PLAN_BENEFICIARY_api.update_PLAN_BENEFICIARY
10888: (p_validate => FALSE
10889: ,p_business_group_id => p_business_group_id
10890: ,p_pl_bnf_id => orec.pl_bnf_id
10891: ,p_effective_start_date => orec.effective_start_date

Line 10936: ben_plan_beneficiary_api.delete_plan_beneficiary

10932: --
10933: if g_debug then
10934: hr_utility.set_location('calling delete ' || l_datetrack_mode , 192 );
10935: end if;
10936: ben_plan_beneficiary_api.delete_plan_beneficiary
10937: (p_validate => p_validate
10938: ,p_pl_bnf_id => orec.pl_bnf_id
10939: ,p_effective_start_date => orec.effective_start_date
10940: ,p_effective_end_date => orec.effective_end_date