DBA Data[Home] [Help]

APPS.BEN_MNG_DPNT_BNF dependencies on BEN_ENROLLMENT_ACTION_ITEMS

Line 1085: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id

1081: end if;
1082: --
1083: -- Get the actn type id
1084: --
1085: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id
1086: (p_type_cd => 'DDCTFN'
1087: ,p_business_group_id => p_business_group_id);
1088: --
1089: ben_enrollment_action_items.get_prtt_enrt_actn_id

Line 1089: ben_enrollment_action_items.get_prtt_enrt_actn_id

1085: l_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id
1086: (p_type_cd => 'DDCTFN'
1087: ,p_business_group_id => p_business_group_id);
1088: --
1089: ben_enrollment_action_items.get_prtt_enrt_actn_id
1090: (p_actn_typ_id => l_actn_typ_id,
1091: p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id,
1092: p_elig_cvrd_dpnt_id => l_elig_cvrd_dpnt_id,
1093: p_effective_date => p_effective_date,

Line 1109: ben_enrollment_action_items.write_new_action_item

1105: -- Create it ONCE.
1106: --
1107: if l_prtt_enrt_actn_id is null then
1108: --
1109: ben_enrollment_action_items.write_new_action_item
1110: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
1111: ,p_rslt_object_version_number => p_new_enrt_rslt_ovn
1112: ,p_actn_typ_id => l_actn_typ_id
1113: ,p_effective_date => p_effective_date