DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_COMPTNCY_PRTE_F

Line 1543: cursor BEN_ELIG_COMPTNCY_PRTE_F is

1539: from BEN_ELIG_HLTH_CVG_PRTE_F a
1540: where a.eligy_prfl_id = p_eligy_prfl_id
1541: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1542:
1543: cursor BEN_ELIG_COMPTNCY_PRTE_F is
1544: select a.ELIG_COMPTNCY_PRTE_ID , a.object_version_number, a.effective_end_date eed
1545: from BEN_ELIG_COMPTNCY_PRTE_F a
1546: where a.eligy_prfl_id = p_eligy_prfl_id
1547: and p_effective_date between a.effective_start_date and a.effective_end_date ;

Line 1545: from BEN_ELIG_COMPTNCY_PRTE_F a

1541: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1542:
1543: cursor BEN_ELIG_COMPTNCY_PRTE_F is
1544: select a.ELIG_COMPTNCY_PRTE_ID , a.object_version_number, a.effective_end_date eed
1545: from BEN_ELIG_COMPTNCY_PRTE_F a
1546: where a.eligy_prfl_id = p_eligy_prfl_id
1547: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1548:
1549: cursor BEN_ELIG_QUA_IN_GR_PRTE_F is

Line 2597: for l_row in BEN_ELIG_COMPTNCY_PRTE_F loop

2593: ,p_datetrack_mode => p_datetrack_mode);
2594: end if;
2595: end loop;
2596:
2597: for l_row in BEN_ELIG_COMPTNCY_PRTE_F loop
2598: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
2599: or p_datetrack_mode <> hr_api.g_delete then
2600: if p_datetrack_mode = hr_api.g_zap then
2601: l_effective_date := l_row.eed;