DBA Data[Home] [Help]

APPS.BEN_ELIGY_PROFILE_API dependencies on BEN_ELIG_SUPPL_ROLE_PRTE_F

Line 1482: cursor BEN_ELIG_Suppl_role_prte_f is

1478: from BEN_ELIG_DSBLTY_DGR_PRTE_F a
1479: where a.eligy_prfl_id = p_eligy_prfl_id
1480: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1481:
1482: cursor BEN_ELIG_Suppl_role_prte_f is
1483: select a.ELIG_Suppl_role_prte_ID , a.object_version_number, a.effective_end_date eed
1484: from BEN_ELIG_Suppl_role_prte_f a
1485: where a.eligy_prfl_id = p_eligy_prfl_id
1486: and p_effective_date between a.effective_start_date and a.effective_end_date ;

Line 1484: from BEN_ELIG_Suppl_role_prte_f a

1480: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1481:
1482: cursor BEN_ELIG_Suppl_role_prte_f is
1483: select a.ELIG_Suppl_role_prte_ID , a.object_version_number, a.effective_end_date eed
1484: from BEN_ELIG_Suppl_role_prte_f a
1485: where a.eligy_prfl_id = p_eligy_prfl_id
1486: and p_effective_date between a.effective_start_date and a.effective_end_date ;
1487:
1488: cursor BEN_ELIG_qual_titl_prte_f is

Line 2430: for l_row in BEN_ELIG_Suppl_role_prte_f loop

2426: ,p_effective_date => p_effective_date
2427: ,p_datetrack_mode => p_datetrack_mode);
2428: end loop;
2429:
2430: for l_row in BEN_ELIG_Suppl_role_prte_f loop
2431: BEN_ELIG_Suppl_role_prte_api.delete_ELIG_Suppl_role_prte
2432: (p_validate => false
2433: ,p_ELIG_Suppl_role_prte_ID => l_row.ELIG_Suppl_role_prte_ID
2434: ,p_effective_start_date => l_effective_start_date