DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_PRBTN_PERD_PRTE_F

Line 1501: cursor BEN_ELIG_prbtn_perd_prte_f is

1497: from BEN_ELIG_pstn_prte_f a
1498: where a.eligy_prfl_id = p_eligy_prfl_id
1499: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1500:
1501: cursor BEN_ELIG_prbtn_perd_prte_f is
1502: select a.ELIG_prbtn_perd_prte_ID , a.object_version_number, a.effective_end_date eed
1503: from BEN_ELIG_prbtn_perd_prte_f a
1504: where a.eligy_prfl_id = p_eligy_prfl_id
1505: and p_effective_date between a.effective_start_date and a.effective_end_date ;

Line 1503: from BEN_ELIG_prbtn_perd_prte_f a

1499: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1500:
1501: cursor BEN_ELIG_prbtn_perd_prte_f is
1502: select a.ELIG_prbtn_perd_prte_ID , a.object_version_number, a.effective_end_date eed
1503: from BEN_ELIG_prbtn_perd_prte_f a
1504: where a.eligy_prfl_id = p_eligy_prfl_id
1505: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1506:
1507: cursor BEN_ELIG_sp_clng_prg_prte_f is

Line 2480: for l_row in BEN_ELIG_prbtn_perd_prte_f loop

2476: ,p_datetrack_mode => p_datetrack_mode);
2477: end if;
2478: end loop;
2479:
2480: for l_row in BEN_ELIG_prbtn_perd_prte_f loop
2481: BEN_ELIG_prbtn_perd_prte_api.delete_ELIG_prbtn_perd_prte
2482: (p_validate => false
2483: ,p_ELIG_prbtn_perd_prte_ID => l_row.ELIG_prbtn_perd_prte_ID
2484: ,p_effective_start_date => l_effective_start_date