DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIG_PRTT_ANTHR_PL_PRTE_F

Line 626: pl_id ben_elig_prtt_anthr_pl_prte_f.pl_id%type,

622: -- eligibility profile other plan by eligibility profile
623: --
624: type g_cache_elpepp_object_rec is record
625: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
626: pl_id ben_elig_prtt_anthr_pl_prte_f.pl_id%type,
627: excld_flag ben_elig_prtt_anthr_pl_prte_f.excld_flag%type);
628: --
629: type g_cache_elpepp_instor is table of g_cache_elpepp_object_rec
630: index by binary_integer;

Line 627: excld_flag ben_elig_prtt_anthr_pl_prte_f.excld_flag%type);

623: --
624: type g_cache_elpepp_object_rec is record
625: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
626: pl_id ben_elig_prtt_anthr_pl_prte_f.pl_id%type,
627: excld_flag ben_elig_prtt_anthr_pl_prte_f.excld_flag%type);
628: --
629: type g_cache_elpepp_instor is table of g_cache_elpepp_object_rec
630: index by binary_integer;
631: --