DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_OTHR_PTIP_PRTE_F

Line 1336: cursor BEN_ELIG_OTHR_PTIP_PRTE_F is

1332: and a.effective_end_date = (select max(b.effective_end_date)
1333: from BEN_ELIG_ORG_UNIT_PRTE_F b
1334: where a.elig_org_unit_prte_id = b.elig_org_unit_prte_id);
1335:
1336: cursor BEN_ELIG_OTHR_PTIP_PRTE_F is
1337: select a.elig_othr_ptip_prte_id, a.object_version_number, a.effective_end_date eed
1338: from BEN_ELIG_OTHR_PTIP_PRTE_F a
1339: where a.eligy_prfl_id = p_eligy_prfl_id
1340: and a.effective_end_date = (select max(b.effective_end_date)

Line 1338: from BEN_ELIG_OTHR_PTIP_PRTE_F a

1334: where a.elig_org_unit_prte_id = b.elig_org_unit_prte_id);
1335:
1336: cursor BEN_ELIG_OTHR_PTIP_PRTE_F is
1337: select a.elig_othr_ptip_prte_id, a.object_version_number, a.effective_end_date eed
1338: from BEN_ELIG_OTHR_PTIP_PRTE_F a
1339: where a.eligy_prfl_id = p_eligy_prfl_id
1340: and a.effective_end_date = (select max(b.effective_end_date)
1341: from BEN_ELIG_OTHR_PTIP_PRTE_F b
1342: where a.elig_othr_ptip_prte_id = b.elig_othr_ptip_prte_id);

Line 1341: from BEN_ELIG_OTHR_PTIP_PRTE_F b

1337: select a.elig_othr_ptip_prte_id, a.object_version_number, a.effective_end_date eed
1338: from BEN_ELIG_OTHR_PTIP_PRTE_F a
1339: where a.eligy_prfl_id = p_eligy_prfl_id
1340: and a.effective_end_date = (select max(b.effective_end_date)
1341: from BEN_ELIG_OTHR_PTIP_PRTE_F b
1342: where a.elig_othr_ptip_prte_id = b.elig_othr_ptip_prte_id);
1343:
1344: cursor BEN_ELIG_DPNT_OTHR_PTIP_F is
1345: select a.elig_dpnt_othr_ptip_id, a.object_version_number, a.effective_end_date eed

Line 2112: for l_row in BEN_ELIG_OTHR_PTIP_PRTE_F loop

2108: ,p_effective_date => l_effective_date
2109: ,p_datetrack_mode => p_datetrack_mode);
2110: end if;
2111: end loop;
2112: for l_row in BEN_ELIG_OTHR_PTIP_PRTE_F loop
2113: if (p_datetrack_mode = hr_api.g_delete and l_row.eed > p_effective_date)
2114: or p_datetrack_mode <> hr_api.g_delete then
2115: if p_datetrack_mode = hr_api.g_zap then
2116: l_effective_date := l_row.eed;