DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIG_WK_LOC_PRTE_F

Line 293: location_id ben_elig_wk_loc_prte_f.location_id%type,

289: type g_cache_elpewl_object_rec is record
290: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
291: pk_id number,
292: short_code varchar2(30),
293: location_id ben_elig_wk_loc_prte_f.location_id%type,
294: excld_flag ben_elig_wk_loc_prte_f.excld_flag%type,
295: criteria_score ben_elig_wk_loc_prte_f.criteria_score%type,
296: criteria_weight ben_elig_wk_loc_prte_f.criteria_weight%type);
297: --

Line 294: excld_flag ben_elig_wk_loc_prte_f.excld_flag%type,

290: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
291: pk_id number,
292: short_code varchar2(30),
293: location_id ben_elig_wk_loc_prte_f.location_id%type,
294: excld_flag ben_elig_wk_loc_prte_f.excld_flag%type,
295: criteria_score ben_elig_wk_loc_prte_f.criteria_score%type,
296: criteria_weight ben_elig_wk_loc_prte_f.criteria_weight%type);
297: --
298: type g_cache_elpewl_instor is table of g_cache_elpewl_object_rec

Line 295: criteria_score ben_elig_wk_loc_prte_f.criteria_score%type,

291: pk_id number,
292: short_code varchar2(30),
293: location_id ben_elig_wk_loc_prte_f.location_id%type,
294: excld_flag ben_elig_wk_loc_prte_f.excld_flag%type,
295: criteria_score ben_elig_wk_loc_prte_f.criteria_score%type,
296: criteria_weight ben_elig_wk_loc_prte_f.criteria_weight%type);
297: --
298: type g_cache_elpewl_instor is table of g_cache_elpewl_object_rec
299: index by binary_integer;

Line 296: criteria_weight ben_elig_wk_loc_prte_f.criteria_weight%type);

292: short_code varchar2(30),
293: location_id ben_elig_wk_loc_prte_f.location_id%type,
294: excld_flag ben_elig_wk_loc_prte_f.excld_flag%type,
295: criteria_score ben_elig_wk_loc_prte_f.criteria_score%type,
296: criteria_weight ben_elig_wk_loc_prte_f.criteria_weight%type);
297: --
298: type g_cache_elpewl_instor is table of g_cache_elpewl_object_rec
299: index by binary_integer;
300: --