DBA Data[Home] [Help]

APPS.BEN_ELIG_CVRD_DPNT_API dependencies on BEN_ENROLLMENT_ACTION_ITEMS

Line 1553: l_dpnt_pcp_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id

1549: --
1550: -- Bug 4879122
1551: -- Delete Primary Care Providers Action Item.
1552: --
1553: l_dpnt_pcp_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id
1554: (p_type_cd => 'PCPDPNT',
1555: p_business_group_id => p_business_group_id
1556: );
1557: --

Line 1973: l_dpnt_pcp_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id

1969: --
1970: -- Bug 4879122
1971: -- Delete Primary Care Providers Action Item.
1972: --
1973: l_dpnt_pcp_actn_typ_id := ben_enrollment_action_items.get_actn_typ_id
1974: (p_type_cd => 'PCPDPNT',
1975: p_business_group_id => p_business_group_id
1976: );
1977: --

Line 2323: ben_enrollment_action_items.process_dpnt_actn_items(

2319: l_suspend_flag;
2320: close get_rslt_ovn_c;
2321: --
2322: if l_rslt_object_version_number IS NOT NULL then -- 5173425: Added this condition
2323: ben_enrollment_action_items.process_dpnt_actn_items(
2324: p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
2325: ,p_rslt_object_version_number => l_rslt_object_version_number
2326: ,p_effective_date => trunc(p_effective_date)
2327: ,p_business_group_id => l_business_group_id

Line 2337: ben_enrollment_action_items.process_pcp_dpnt_actn_items(

2333: ,p_ctfn_actn_warning => l_ctfn_actn_warning
2334: );
2335: --End Bug 4525608
2336: --
2337: ben_enrollment_action_items.process_pcp_dpnt_actn_items(
2338: p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
2339: ,p_rslt_object_version_number => l_rslt_object_version_number
2340: ,p_effective_date => trunc(p_effective_date)
2341: ,p_business_group_id => l_business_group_id