DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_DPNT_CVRD_PLIP_F

Line 1176: cursor BEN_ELIG_DPNT_CVRD_PLIP_F is

1172: and a.effective_end_date = (select max(b.effective_end_date)
1173: from BEN_ELIG_DPNT_CVRD_OTHR_PTIP_F b
1174: where a.elig_dpnt_cvrd_othr_ptip_id = b.elig_dpnt_cvrd_othr_ptip_id);
1175:
1176: cursor BEN_ELIG_DPNT_CVRD_PLIP_F is
1177: select a.elig_dpnt_cvrd_plip_id, a.object_version_number, a.effective_end_date eed
1178: from BEN_ELIG_DPNT_CVRD_PLIP_F a
1179: where a.eligy_prfl_id = p_eligy_prfl_id
1180: and a.effective_end_date = (select max(b.effective_end_date)

Line 1178: from BEN_ELIG_DPNT_CVRD_PLIP_F a

1174: where a.elig_dpnt_cvrd_othr_ptip_id = b.elig_dpnt_cvrd_othr_ptip_id);
1175:
1176: cursor BEN_ELIG_DPNT_CVRD_PLIP_F is
1177: select a.elig_dpnt_cvrd_plip_id, a.object_version_number, a.effective_end_date eed
1178: from BEN_ELIG_DPNT_CVRD_PLIP_F a
1179: where a.eligy_prfl_id = p_eligy_prfl_id
1180: and a.effective_end_date = (select max(b.effective_end_date)
1181: from BEN_ELIG_DPNT_CVRD_PLIP_F b
1182: where a.elig_dpnt_cvrd_plip_id = b.elig_dpnt_cvrd_plip_id);

Line 1181: from BEN_ELIG_DPNT_CVRD_PLIP_F b

1177: select a.elig_dpnt_cvrd_plip_id, a.object_version_number, a.effective_end_date eed
1178: from BEN_ELIG_DPNT_CVRD_PLIP_F a
1179: where a.eligy_prfl_id = p_eligy_prfl_id
1180: and a.effective_end_date = (select max(b.effective_end_date)
1181: from BEN_ELIG_DPNT_CVRD_PLIP_F b
1182: where a.elig_dpnt_cvrd_plip_id = b.elig_dpnt_cvrd_plip_id);
1183:
1184: cursor BEN_ELIG_EE_STAT_PRTE_F is
1185: select a.elig_ee_stat_prte_id, a.object_version_number, a.effective_end_date eed

Line 1772: for l_row in BEN_ELIG_DPNT_CVRD_PLIP_F loop

1768: ,p_effective_date => l_effective_date
1769: ,p_datetrack_mode => p_datetrack_mode);
1770: end if;
1771: end loop;
1772: for l_row in BEN_ELIG_DPNT_CVRD_PLIP_F loop
1773: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
1774: or p_datetrack_mode <> hr_api.g_delete then
1775: if p_datetrack_mode = hr_api.g_zap then
1776: l_effective_date := l_row.eed;