DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_CMBN_AGE_LOS_PRTE_F

Line 1136: cursor BEN_ELIG_CMBN_AGE_LOS_PRTE_F is

1132: and a.effective_end_date = (select max(b.effective_end_date)
1133: from BEN_ELIG_CBR_QUALD_BNF_F b
1134: where a.elig_cbr_quald_bnf_id = b.elig_cbr_quald_bnf_id);
1135:
1136: cursor BEN_ELIG_CMBN_AGE_LOS_PRTE_F is
1137: select a.elig_cmbn_age_los_prte_id, a.object_version_number, a.effective_end_date eed
1138: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F a
1139: where a.eligy_prfl_id = p_eligy_prfl_id
1140: and a.effective_end_date = (select max(b.effective_end_date)

Line 1138: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F a

1134: where a.elig_cbr_quald_bnf_id = b.elig_cbr_quald_bnf_id);
1135:
1136: cursor BEN_ELIG_CMBN_AGE_LOS_PRTE_F is
1137: select a.elig_cmbn_age_los_prte_id, a.object_version_number, a.effective_end_date eed
1138: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F a
1139: where a.eligy_prfl_id = p_eligy_prfl_id
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);

Line 1141: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F b

1137: select a.elig_cmbn_age_los_prte_id, a.object_version_number, a.effective_end_date eed
1138: from BEN_ELIG_CMBN_AGE_LOS_PRTE_F a
1139: where a.eligy_prfl_id = p_eligy_prfl_id
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

Line 1687: for l_row in BEN_ELIG_CMBN_AGE_LOS_PRTE_F loop

1683: ,p_effective_date => l_effective_date
1684: ,p_datetrack_mode => p_datetrack_mode);
1685: end if;
1686: end loop;
1687: for l_row in BEN_ELIG_CMBN_AGE_LOS_PRTE_F loop
1688: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
1689: or p_datetrack_mode <> hr_api.g_delete then
1690: if p_datetrack_mode = hr_api.g_zap then
1691: l_effective_date := l_row.eed;