DBA Data[Home] [Help]

APPS.BEN_ELIG_CVRD_DPNT_API dependencies on BEN_PRTT_ENRT_ACTN_API

Line 1340: ben_PRTT_ENRT_ACTN_api.delete_PRTT_ENRT_ACTN

1336: --
1337: l_effective_date := l_usage_pea.effective_start_date ;
1338: if l_usage_pea.effective_end_date <> hr_api.g_eot then
1339: --
1340: ben_PRTT_ENRT_ACTN_api.delete_PRTT_ENRT_ACTN
1341: (p_validate => FALSE,
1342: p_effective_date => l_effective_date,
1343: p_business_group_id => l_business_group_id,
1344: p_datetrack_mode => hr_api.g_future_change,

Line 1571: ben_prtt_enrt_actn_api.delete_prtt_enrt_actn

1567: -- 5096675, If Only one record exist in PEA for future change mode, dont call delete api
1568: if not ( p_datetrack_mode = hr_api.g_future_change and
1569: l_dpnt_pcp_actn_item_rec.effective_end_date = hr_api.g_eot ) then --5096675 rbingi
1570: --
1571: ben_prtt_enrt_actn_api.delete_prtt_enrt_actn
1572: (p_validate => FALSE,
1573: p_effective_date => p_effective_date,
1574: p_business_group_id => p_business_group_id,
1575: p_datetrack_mode => p_datetrack_mode,

Line 1991: ben_prtt_enrt_actn_api.delete_prtt_enrt_actn

1987: -- 5096675, If Only one record exist in PEA for future change mode, dont call delete api
1988: if not ( p_datetrack_mode = hr_api.g_future_change and
1989: l_dpnt_pcp_actn_item_rec.effective_end_date = hr_api.g_eot ) then --5096675 rbingi
1990: --
1991: ben_prtt_enrt_actn_api.delete_prtt_enrt_actn
1992: (p_validate => FALSE,
1993: p_effective_date => p_effective_date,
1994: p_business_group_id => p_business_group_id,
1995: p_datetrack_mode => p_datetrack_mode,