DBA Data[Home] [Help]

APPS.BEN_MNG_DPNT_BNF dependencies on BEN_ENROLLMENT_ACTION_ITEMS

Line 930: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id

926: end if;
927: --
928: -- Get the actn type id
929: --
930: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id
931: (p_type_cd => 'DDCTFN'
932: ,p_business_group_id => p_business_group_id);
933: --
934: ben_enrollment_action_items.get_prtt_enrt_actn_id

Line 934: ben_enrollment_action_items.get_prtt_enrt_actn_id

930: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id
931: (p_type_cd => 'DDCTFN'
932: ,p_business_group_id => p_business_group_id);
933: --
934: ben_enrollment_action_items.get_prtt_enrt_actn_id
935: (p_actn_typ_id => l_actn_typ_id,
936: p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id,
937: p_elig_cvrd_dpnt_id => l_elig_cvrd_dpnt_id,
938: p_effective_date => p_effective_date,

Line 954: ben_enrollment_action_items.write_new_action_item

950: -- Create it ONCE.
951: --
952: if l_prtt_enrt_actn_id is null then
953: --
954: ben_enrollment_action_items.write_new_action_item
955: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
956: ,p_rslt_object_version_number => p_new_enrt_rslt_ovn
957: ,p_actn_typ_id => l_actn_typ_id
958: ,p_effective_date => p_effective_date