DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_DSBLD_PRTE_F

Line 1513: cursor BEN_ELIG_DSBLD_PRTE_F is

1509: from BEN_ELIG_sp_clng_prg_prte_f a
1510: where a.eligy_prfl_id = p_eligy_prfl_id
1511: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1512:
1513: cursor BEN_ELIG_DSBLD_PRTE_F is
1514: select a.ELIG_DSBLD_PRTE_ID , a.object_version_number, a.effective_end_date eed
1515: from BEN_ELIG_DSBLD_PRTE_F a
1516: where a.eligy_prfl_id = p_eligy_prfl_id
1517: and p_effective_date between a.effective_start_date and a.effective_end_date ;

Line 1515: from BEN_ELIG_DSBLD_PRTE_F a

1511: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1512:
1513: cursor BEN_ELIG_DSBLD_PRTE_F is
1514: select a.ELIG_DSBLD_PRTE_ID , a.object_version_number, a.effective_end_date eed
1515: from BEN_ELIG_DSBLD_PRTE_F a
1516: where a.eligy_prfl_id = p_eligy_prfl_id
1517: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1518:
1519: cursor BEN_ELIG_TTL_CVG_VOL_PRTE_F is

Line 2502: for l_row in BEN_ELIG_DSBLD_PRTE_F loop

2498: ,p_effective_date => p_effective_date
2499: ,p_datetrack_mode => p_datetrack_mode);
2500: end loop;
2501:
2502: for l_row in BEN_ELIG_DSBLD_PRTE_F loop
2503: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
2504: or p_datetrack_mode <> hr_api.g_delete then
2505: if p_datetrack_mode = hr_api.g_zap then
2506: l_effective_date := l_row.eed;