DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_SP_CLNG_PRG_PRTE_F

Line 1507: cursor BEN_ELIG_sp_clng_prg_prte_f is

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
1508: select a.ELIG_sp_clng_prg_prte_ID , a.object_version_number, a.effective_end_date eed
1509: from BEN_ELIG_sp_clng_prg_prte_f a
1510: where a.eligy_prfl_id = p_eligy_prfl_id
1511: and p_effective_date between a.effective_start_date and a.effective_end_date ;

Line 1509: from BEN_ELIG_sp_clng_prg_prte_f a

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
1508: select a.ELIG_sp_clng_prg_prte_ID , a.object_version_number, a.effective_end_date eed
1509: from BEN_ELIG_sp_clng_prg_prte_f a
1510: where a.eligy_prfl_id = p_eligy_prfl_id
1511: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1512:
1513: cursor BEN_ELIG_DSBLD_PRTE_F is

Line 2491: for l_row in BEN_ELIG_sp_clng_prg_prte_f loop

2487: ,p_effective_date => p_effective_date
2488: ,p_datetrack_mode => p_datetrack_mode);
2489: end loop;
2490:
2491: for l_row in BEN_ELIG_sp_clng_prg_prte_f loop
2492: BEN_ELIG_sp_clng_prg_prte_api.delete_ELIG_sp_clng_prg_prte
2493: (p_validate => false
2494: ,p_ELIG_sp_clng_prg_prte_ID => l_row.ELIG_sp_clng_prg_prte_ID
2495: ,p_effective_start_date => l_effective_start_date