DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_COMP_LVL_PRTE_F

Line 1144: cursor BEN_ELIG_COMP_LVL_PRTE_F is

1140: and a.effective_end_date = (select max(b.effective_end_date)
1141: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F b
1142: where a.elig_cmbn_age_los_prte_id = b.elig_cmbn_age_los_prte_id);
1143:
1144: cursor BEN_ELIG_COMP_LVL_PRTE_F is
1145: select a.elig_comp_lvl_prte_id, a.object_version_number, a.effective_end_date eed
1146: from BEN_ELIG_COMP_LVL_PRTE_F a
1147: where a.eligy_prfl_id = p_eligy_prfl_id
1148: and a.effective_end_date = (select max(b.effective_end_date)

Line 1146: from BEN_ELIG_COMP_LVL_PRTE_F a

1142: where a.elig_cmbn_age_los_prte_id = b.elig_cmbn_age_los_prte_id);
1143:
1144: cursor BEN_ELIG_COMP_LVL_PRTE_F is
1145: select a.elig_comp_lvl_prte_id, a.object_version_number, a.effective_end_date eed
1146: from BEN_ELIG_COMP_LVL_PRTE_F a
1147: where a.eligy_prfl_id = p_eligy_prfl_id
1148: and a.effective_end_date = (select max(b.effective_end_date)
1149: from BEN_ELIG_COMP_LVL_PRTE_F b
1150: where a.elig_comp_lvl_prte_id = b.elig_comp_lvl_prte_id);

Line 1149: from BEN_ELIG_COMP_LVL_PRTE_F b

1145: select a.elig_comp_lvl_prte_id, a.object_version_number, a.effective_end_date eed
1146: from BEN_ELIG_COMP_LVL_PRTE_F a
1147: where a.eligy_prfl_id = p_eligy_prfl_id
1148: and a.effective_end_date = (select max(b.effective_end_date)
1149: from BEN_ELIG_COMP_LVL_PRTE_F b
1150: where a.elig_comp_lvl_prte_id = b.elig_comp_lvl_prte_id);
1151:
1152: cursor BEN_ELIG_DPNT_CVRD_OTHR_PGM_F is
1153: select a.elig_dpnt_cvrd_othr_pgm_id, a.object_version_number, a.effective_end_date eed

Line 1704: for l_row in BEN_ELIG_COMP_LVL_PRTE_F loop

1700: ,p_effective_date => l_effective_date
1701: ,p_datetrack_mode => p_datetrack_mode);
1702: end if;
1703: end loop;
1704: for l_row in BEN_ELIG_COMP_LVL_PRTE_F loop
1705: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
1706: or p_datetrack_mode <> hr_api.g_delete then
1707: if p_datetrack_mode = hr_api.g_zap then
1708: l_effective_date := l_row.eed;