DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_ENRLD_ANTHR_PTIP_F

Line 1224: cursor BEN_ELIG_ENRLD_ANTHR_PTIP_F is

1220: and a.effective_end_date = (select max(b.effective_end_date)
1221: from BEN_ELIG_ENRLD_ANTHR_PL_F b
1222: where a.elig_enrld_anthr_pl_id = b.elig_enrld_anthr_pl_id);
1223:
1224: cursor BEN_ELIG_ENRLD_ANTHR_PTIP_F is
1225: select a.elig_enrld_anthr_ptip_id, a.object_version_number, a.effective_end_date eed
1226: from BEN_ELIG_ENRLD_ANTHR_PTIP_F a
1227: where a.eligy_prfl_id = p_eligy_prfl_id
1228: and a.effective_end_date = (select max(b.effective_end_date)

Line 1226: from BEN_ELIG_ENRLD_ANTHR_PTIP_F a

1222: where a.elig_enrld_anthr_pl_id = b.elig_enrld_anthr_pl_id);
1223:
1224: cursor BEN_ELIG_ENRLD_ANTHR_PTIP_F is
1225: select a.elig_enrld_anthr_ptip_id, a.object_version_number, a.effective_end_date eed
1226: from BEN_ELIG_ENRLD_ANTHR_PTIP_F a
1227: where a.eligy_prfl_id = p_eligy_prfl_id
1228: and a.effective_end_date = (select max(b.effective_end_date)
1229: from BEN_ELIG_ENRLD_ANTHR_PTIP_F b
1230: where a.elig_enrld_anthr_ptip_id = b.elig_enrld_anthr_ptip_id);

Line 1229: from BEN_ELIG_ENRLD_ANTHR_PTIP_F b

1225: select a.elig_enrld_anthr_ptip_id, a.object_version_number, a.effective_end_date eed
1226: from BEN_ELIG_ENRLD_ANTHR_PTIP_F a
1227: where a.eligy_prfl_id = p_eligy_prfl_id
1228: and a.effective_end_date = (select max(b.effective_end_date)
1229: from BEN_ELIG_ENRLD_ANTHR_PTIP_F b
1230: where a.elig_enrld_anthr_ptip_id = b.elig_enrld_anthr_ptip_id);
1231:
1232: cursor BEN_ELIG_FL_TM_PT_TM_PRTE_F is
1233: select a.elig_fl_tm_pt_tm_prte_id, a.object_version_number, a.effective_end_date eed

Line 1874: for l_row in BEN_ELIG_ENRLD_ANTHR_PTIP_F loop

1870: ,p_effective_date => l_effective_date
1871: ,p_datetrack_mode => p_datetrack_mode);
1872: end if;
1873: end loop;
1874: for l_row in BEN_ELIG_ENRLD_ANTHR_PTIP_F loop
1875: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
1876: or p_datetrack_mode <> hr_api.g_delete then
1877: if p_datetrack_mode = hr_api.g_zap then
1878: l_effective_date := l_row.eed;