DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIG_BRGNG_UNIT_PRTE_F

Line 524: brgng_unit_cd ben_elig_brgng_unit_prte_f.brgng_unit_cd%type,

520: type g_cache_elpebu_object_rec is record
521: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
522: pk_id number,
523: short_code varchar2(30),
524: brgng_unit_cd ben_elig_brgng_unit_prte_f.brgng_unit_cd%type,
525: excld_flag ben_elig_brgng_unit_prte_f.excld_flag%type,
526: criteria_score ben_elig_brgng_unit_prte_f.criteria_score%type,
527: criteria_weight ben_elig_brgng_unit_prte_f.criteria_weight%type);
528: --

Line 525: excld_flag ben_elig_brgng_unit_prte_f.excld_flag%type,

521: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
522: pk_id number,
523: short_code varchar2(30),
524: brgng_unit_cd ben_elig_brgng_unit_prte_f.brgng_unit_cd%type,
525: excld_flag ben_elig_brgng_unit_prte_f.excld_flag%type,
526: criteria_score ben_elig_brgng_unit_prte_f.criteria_score%type,
527: criteria_weight ben_elig_brgng_unit_prte_f.criteria_weight%type);
528: --
529: type g_cache_elpebu_instor is table of g_cache_elpebu_object_rec

Line 526: criteria_score ben_elig_brgng_unit_prte_f.criteria_score%type,

522: pk_id number,
523: short_code varchar2(30),
524: brgng_unit_cd ben_elig_brgng_unit_prte_f.brgng_unit_cd%type,
525: excld_flag ben_elig_brgng_unit_prte_f.excld_flag%type,
526: criteria_score ben_elig_brgng_unit_prte_f.criteria_score%type,
527: criteria_weight ben_elig_brgng_unit_prte_f.criteria_weight%type);
528: --
529: type g_cache_elpebu_instor is table of g_cache_elpebu_object_rec
530: index by binary_integer;

Line 527: criteria_weight ben_elig_brgng_unit_prte_f.criteria_weight%type);

523: short_code varchar2(30),
524: brgng_unit_cd ben_elig_brgng_unit_prte_f.brgng_unit_cd%type,
525: excld_flag ben_elig_brgng_unit_prte_f.excld_flag%type,
526: criteria_score ben_elig_brgng_unit_prte_f.criteria_score%type,
527: criteria_weight ben_elig_brgng_unit_prte_f.criteria_weight%type);
528: --
529: type g_cache_elpebu_instor is table of g_cache_elpebu_object_rec
530: index by binary_integer;
531: --