DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIG_BENFTS_GRP_PRTE_F

Line 600: benfts_grp_id ben_elig_benfts_grp_prte_f.benfts_grp_id%type,

596: type g_cache_elpebn_object_rec is record
597: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
598: pk_id number,
599: short_code varchar2(30),
600: benfts_grp_id ben_elig_benfts_grp_prte_f.benfts_grp_id%type,
601: excld_flag ben_elig_benfts_grp_prte_f.excld_flag%type,
602: criteria_score ben_elig_benfts_grp_prte_f.criteria_score%type,
603: criteria_weight ben_elig_benfts_grp_prte_f.criteria_weight%type);
604: --

Line 601: excld_flag ben_elig_benfts_grp_prte_f.excld_flag%type,

597: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
598: pk_id number,
599: short_code varchar2(30),
600: benfts_grp_id ben_elig_benfts_grp_prte_f.benfts_grp_id%type,
601: excld_flag ben_elig_benfts_grp_prte_f.excld_flag%type,
602: criteria_score ben_elig_benfts_grp_prte_f.criteria_score%type,
603: criteria_weight ben_elig_benfts_grp_prte_f.criteria_weight%type);
604: --
605: type g_cache_elpebn_instor is table of g_cache_elpebn_object_rec

Line 602: criteria_score ben_elig_benfts_grp_prte_f.criteria_score%type,

598: pk_id number,
599: short_code varchar2(30),
600: benfts_grp_id ben_elig_benfts_grp_prte_f.benfts_grp_id%type,
601: excld_flag ben_elig_benfts_grp_prte_f.excld_flag%type,
602: criteria_score ben_elig_benfts_grp_prte_f.criteria_score%type,
603: criteria_weight ben_elig_benfts_grp_prte_f.criteria_weight%type);
604: --
605: type g_cache_elpebn_instor is table of g_cache_elpebn_object_rec
606: index by binary_integer;

Line 603: criteria_weight ben_elig_benfts_grp_prte_f.criteria_weight%type);

599: short_code varchar2(30),
600: benfts_grp_id ben_elig_benfts_grp_prte_f.benfts_grp_id%type,
601: excld_flag ben_elig_benfts_grp_prte_f.excld_flag%type,
602: criteria_score ben_elig_benfts_grp_prte_f.criteria_score%type,
603: criteria_weight ben_elig_benfts_grp_prte_f.criteria_weight%type);
604: --
605: type g_cache_elpebn_instor is table of g_cache_elpebn_object_rec
606: index by binary_integer;
607: --