DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_ENRLD_ANTHR_PLIP_F

Line 1208: cursor BEN_ELIG_ENRLD_ANTHR_PLIP_F is

1204: and a.effective_end_date = (select max(b.effective_end_date)
1205: from BEN_ELIG_ENRLD_ANTHR_PGM_F b
1206: where a.elig_enrld_anthr_pgm_id = b.elig_enrld_anthr_pgm_id);
1207:
1208: cursor BEN_ELIG_ENRLD_ANTHR_PLIP_F is
1209: select a.elig_enrld_anthr_plip_id, a.object_version_number, a.effective_end_date eed
1210: from BEN_ELIG_ENRLD_ANTHR_PLIP_F a
1211: where a.eligy_prfl_id = p_eligy_prfl_id
1212: and a.effective_end_date = (select max(b.effective_end_date)

Line 1210: from BEN_ELIG_ENRLD_ANTHR_PLIP_F a

1206: where a.elig_enrld_anthr_pgm_id = b.elig_enrld_anthr_pgm_id);
1207:
1208: cursor BEN_ELIG_ENRLD_ANTHR_PLIP_F is
1209: select a.elig_enrld_anthr_plip_id, a.object_version_number, a.effective_end_date eed
1210: from BEN_ELIG_ENRLD_ANTHR_PLIP_F a
1211: where a.eligy_prfl_id = p_eligy_prfl_id
1212: and a.effective_end_date = (select max(b.effective_end_date)
1213: from BEN_ELIG_ENRLD_ANTHR_PLIP_F b
1214: where a.elig_enrld_anthr_plip_id = b.elig_enrld_anthr_plip_id);

Line 1213: from BEN_ELIG_ENRLD_ANTHR_PLIP_F b

1209: select a.elig_enrld_anthr_plip_id, a.object_version_number, a.effective_end_date eed
1210: from BEN_ELIG_ENRLD_ANTHR_PLIP_F a
1211: where a.eligy_prfl_id = p_eligy_prfl_id
1212: and a.effective_end_date = (select max(b.effective_end_date)
1213: from BEN_ELIG_ENRLD_ANTHR_PLIP_F b
1214: where a.elig_enrld_anthr_plip_id = b.elig_enrld_anthr_plip_id);
1215:
1216: cursor BEN_ELIG_ENRLD_ANTHR_PL_F is
1217: select a.elig_enrld_anthr_pl_id, a.object_version_number, a.effective_end_date eed

Line 1840: for l_row in BEN_ELIG_ENRLD_ANTHR_PLIP_F loop

1836: ,p_effective_date => l_effective_date
1837: ,p_datetrack_mode => p_datetrack_mode);
1838: end if;
1839: end loop;
1840: for l_row in BEN_ELIG_ENRLD_ANTHR_PLIP_F loop
1841: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
1842: or p_datetrack_mode <> hr_api.g_delete then
1843: if p_datetrack_mode = hr_api.g_zap then
1844: l_effective_date := l_row.eed;