DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_BRGNG_UNIT_PRTE_F

Line 1120: cursor BEN_ELIG_BRGNG_UNIT_PRTE_F is

1116: and a.effective_end_date = (select max(b.effective_end_date)
1117: from BEN_ELIG_BENFTS_GRP_PRTE_F b
1118: where a.elig_benfts_grp_prte_id = b.elig_benfts_grp_prte_id);
1119:
1120: cursor BEN_ELIG_BRGNG_UNIT_PRTE_F is
1121: select a.elig_brgng_unit_prte_id, a.object_version_number, a.effective_end_date eed
1122: from BEN_ELIG_BRGNG_UNIT_PRTE_F a
1123: where a.eligy_prfl_id = p_eligy_prfl_id
1124: and a.effective_end_date = (select max(b.effective_end_date)

Line 1122: from BEN_ELIG_BRGNG_UNIT_PRTE_F a

1118: where a.elig_benfts_grp_prte_id = b.elig_benfts_grp_prte_id);
1119:
1120: cursor BEN_ELIG_BRGNG_UNIT_PRTE_F is
1121: select a.elig_brgng_unit_prte_id, a.object_version_number, a.effective_end_date eed
1122: from BEN_ELIG_BRGNG_UNIT_PRTE_F a
1123: where a.eligy_prfl_id = p_eligy_prfl_id
1124: and a.effective_end_date = (select max(b.effective_end_date)
1125: from BEN_ELIG_BRGNG_UNIT_PRTE_F b
1126: where a.elig_brgng_unit_prte_id = b.elig_brgng_unit_prte_id);

Line 1125: from BEN_ELIG_BRGNG_UNIT_PRTE_F b

1121: select a.elig_brgng_unit_prte_id, a.object_version_number, a.effective_end_date eed
1122: from BEN_ELIG_BRGNG_UNIT_PRTE_F a
1123: where a.eligy_prfl_id = p_eligy_prfl_id
1124: and a.effective_end_date = (select max(b.effective_end_date)
1125: from BEN_ELIG_BRGNG_UNIT_PRTE_F b
1126: where a.elig_brgng_unit_prte_id = b.elig_brgng_unit_prte_id);
1127:
1128: cursor BEN_ELIG_CBR_QUALD_BNF_F is
1129: select a.elig_cbr_quald_bnf_id, a.object_version_number, a.effective_end_date eed

Line 1653: for l_row in BEN_ELIG_BRGNG_UNIT_PRTE_F loop

1649: ,p_effective_date => l_effective_date
1650: ,p_datetrack_mode => p_datetrack_mode);
1651: end if;
1652: end loop;
1653: for l_row in BEN_ELIG_BRGNG_UNIT_PRTE_F loop
1654: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
1655: or p_datetrack_mode <> hr_api.g_delete then
1656: if p_datetrack_mode = hr_api.g_zap then
1657: l_effective_date := l_row.eed;