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 9293: ben_PLAN_BENEFICIARY_api.update_PLAN_BENEFICIARY

9289: --
9290: if g_debug then
9291: hr_utility.set_location('calling update mode' || l_datetrack_mode , 192 );
9292: end if;
9293: ben_PLAN_BENEFICIARY_api.update_PLAN_BENEFICIARY
9294: (p_validate => FALSE
9295: ,p_business_group_id => p_business_group_id
9296: ,p_pl_bnf_id => orec.pl_bnf_id
9297: ,p_effective_start_date => orec.effective_start_date

Line 9342: ben_plan_beneficiary_api.delete_plan_beneficiary

9338: --
9339: if g_debug then
9340: hr_utility.set_location('calling delete ' || l_datetrack_mode , 192 );
9341: end if;
9342: ben_plan_beneficiary_api.delete_plan_beneficiary
9343: (p_validate => p_validate
9344: ,p_pl_bnf_id => orec.pl_bnf_id
9345: ,p_effective_start_date => orec.effective_start_date
9346: ,p_effective_end_date => orec.effective_end_date