DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_LOS_PRTE_F

Line 1296: cursor BEN_ELIG_LOS_PRTE_F is

1292: and a.effective_end_date = (select max(b.effective_end_date)
1293: from BEN_ELIG_LOA_RSN_PRTE_F b
1294: where a.elig_loa_rsn_prte_id = b.elig_loa_rsn_prte_id);
1295:
1296: cursor BEN_ELIG_LOS_PRTE_F is
1297: select a.elig_los_prte_id, a.object_version_number, a.effective_end_date eed
1298: from BEN_ELIG_LOS_PRTE_F a
1299: where a.eligy_prfl_id = p_eligy_prfl_id
1300: and a.effective_end_date = (select max(b.effective_end_date)

Line 1298: from BEN_ELIG_LOS_PRTE_F a

1294: where a.elig_loa_rsn_prte_id = b.elig_loa_rsn_prte_id);
1295:
1296: cursor BEN_ELIG_LOS_PRTE_F is
1297: select a.elig_los_prte_id, a.object_version_number, a.effective_end_date eed
1298: from BEN_ELIG_LOS_PRTE_F a
1299: where a.eligy_prfl_id = p_eligy_prfl_id
1300: and a.effective_end_date = (select max(b.effective_end_date)
1301: from BEN_ELIG_LOS_PRTE_F b
1302: where a.elig_los_prte_id = b.elig_los_prte_id);

Line 1301: from BEN_ELIG_LOS_PRTE_F b

1297: select a.elig_los_prte_id, a.object_version_number, a.effective_end_date eed
1298: from BEN_ELIG_LOS_PRTE_F a
1299: where a.eligy_prfl_id = p_eligy_prfl_id
1300: and a.effective_end_date = (select max(b.effective_end_date)
1301: from BEN_ELIG_LOS_PRTE_F b
1302: where a.elig_los_prte_id = b.elig_los_prte_id);
1303:
1304: cursor BEN_ELIG_LVG_RSN_PRTE_F is
1305: select a.elig_lvg_rsn_prte_id, a.object_version_number, a.effective_end_date eed

Line 2027: for l_row in BEN_ELIG_LOS_PRTE_F loop

2023: ,p_effective_date => l_effective_date
2024: ,p_datetrack_mode => p_datetrack_mode);
2025: end if;
2026: end loop;
2027: for l_row in BEN_ELIG_LOS_PRTE_F loop
2028: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
2029: or p_datetrack_mode <> hr_api.g_delete then
2030: if p_datetrack_mode = hr_api.g_zap then
2031: l_effective_date := l_row.eed;