DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_OPTD_MDCR_PRTE_F

Line 1320: cursor BEN_ELIG_OPTD_MDCR_PRTE_F is

1316: and a.effective_end_date = (select max(b.effective_end_date)
1317: from BEN_ELIG_NO_OTHR_CVG_PRTE_F b
1318: where a.elig_no_othr_cvg_prte_id = b.elig_no_othr_cvg_prte_id);
1319:
1320: cursor BEN_ELIG_OPTD_MDCR_PRTE_F is
1321: select a.elig_optd_mdcr_prte_id, a.object_version_number, a.effective_end_date eed
1322: from BEN_ELIG_OPTD_MDCR_PRTE_F a
1323: where a.eligy_prfl_id = p_eligy_prfl_id
1324: and a.effective_end_date = (select max(b.effective_end_date)

Line 1322: from BEN_ELIG_OPTD_MDCR_PRTE_F a

1318: where a.elig_no_othr_cvg_prte_id = b.elig_no_othr_cvg_prte_id);
1319:
1320: cursor BEN_ELIG_OPTD_MDCR_PRTE_F is
1321: select a.elig_optd_mdcr_prte_id, a.object_version_number, a.effective_end_date eed
1322: from BEN_ELIG_OPTD_MDCR_PRTE_F a
1323: where a.eligy_prfl_id = p_eligy_prfl_id
1324: and a.effective_end_date = (select max(b.effective_end_date)
1325: from BEN_ELIG_OPTD_MDCR_PRTE_F b
1326: where a.elig_optd_mdcr_prte_id = b.elig_optd_mdcr_prte_id);

Line 1325: from BEN_ELIG_OPTD_MDCR_PRTE_F b

1321: select a.elig_optd_mdcr_prte_id, a.object_version_number, a.effective_end_date eed
1322: from BEN_ELIG_OPTD_MDCR_PRTE_F a
1323: where a.eligy_prfl_id = p_eligy_prfl_id
1324: and a.effective_end_date = (select max(b.effective_end_date)
1325: from BEN_ELIG_OPTD_MDCR_PRTE_F b
1326: where a.elig_optd_mdcr_prte_id = b.elig_optd_mdcr_prte_id);
1327:
1328: cursor BEN_ELIG_ORG_UNIT_PRTE_F is
1329: select a.elig_org_unit_prte_id, a.object_version_number, a.effective_end_date eed

Line 2078: for l_row in BEN_ELIG_OPTD_MDCR_PRTE_F loop

2074: ,p_effective_date => l_effective_date
2075: ,p_datetrack_mode => p_datetrack_mode);
2076: end if;
2077: end loop;
2078: for l_row in BEN_ELIG_OPTD_MDCR_PRTE_F loop
2079: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
2080: or p_datetrack_mode <> hr_api.g_delete then
2081: if p_datetrack_mode = hr_api.g_zap then
2082: l_effective_date := l_row.eed;