DBA Data[Home] [Help]

APPS.BEN_PLAN_BENEFICIARY_API dependencies on BEN_ENROLLMENT_ACTION_ITEMS

Line 757: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id

753: --
754: --bug#3976575 - remove action item for spousal certification if any when contingent
755: if p_prmry_cntngnt_cd = 'CNTNGNT' then
756: --
757: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id
758: (p_type_cd => 'BNFSCCTFN'
759: ,p_business_group_id => p_business_group_id);
760: --
761: ben_enrollment_action_items.get_prtt_enrt_actn_id

Line 761: ben_enrollment_action_items.get_prtt_enrt_actn_id

757: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id
758: (p_type_cd => 'BNFSCCTFN'
759: ,p_business_group_id => p_business_group_id);
760: --
761: ben_enrollment_action_items.get_prtt_enrt_actn_id
762: (p_actn_typ_id => l_actn_typ_id
763: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
764: ,p_pl_bnf_id => p_pl_bnf_id
765: ,p_effective_date => p_effective_date

Line 1704: ben_enrollment_action_items.process_bnf_actn_items(

1700: fnd_message.raise_error;
1701: --
1702: end if;
1703: --
1704: ben_enrollment_action_items.process_bnf_actn_items(
1705: p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
1706: ,p_rslt_object_version_number => l_rslt_object_version_number
1707: ,p_effective_date => trunc(p_effective_date)
1708: ,p_business_group_id => l_business_group_id