DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIGY_PRFL_RL_F

Line 349: formula_id ben_eligy_prfl_rl_f.formula_id%type,

345: type g_cache_elperl_object_rec is record
346: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
347: pk_id number,
348: short_code varchar2(30),
349: formula_id ben_eligy_prfl_rl_f.formula_id%type,
350: criteria_score ben_eligy_prfl_rl_f.criteria_score%type,
351: criteria_weight ben_eligy_prfl_rl_f.criteria_weight%type);
352: --
353: type g_cache_elperl_instor is table of g_cache_elperl_object_rec

Line 350: criteria_score ben_eligy_prfl_rl_f.criteria_score%type,

346: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
347: pk_id number,
348: short_code varchar2(30),
349: formula_id ben_eligy_prfl_rl_f.formula_id%type,
350: criteria_score ben_eligy_prfl_rl_f.criteria_score%type,
351: criteria_weight ben_eligy_prfl_rl_f.criteria_weight%type);
352: --
353: type g_cache_elperl_instor is table of g_cache_elperl_object_rec
354: index by binary_integer;

Line 351: criteria_weight ben_eligy_prfl_rl_f.criteria_weight%type);

347: pk_id number,
348: short_code varchar2(30),
349: formula_id ben_eligy_prfl_rl_f.formula_id%type,
350: criteria_score ben_eligy_prfl_rl_f.criteria_score%type,
351: criteria_weight ben_eligy_prfl_rl_f.criteria_weight%type);
352: --
353: type g_cache_elperl_instor is table of g_cache_elperl_object_rec
354: index by binary_integer;
355: --