DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIG_PSTL_CD_R_RNG_PRTE_F

Line 585: excld_flag ben_elig_pstl_cd_r_rng_prte_f.excld_flag%type,

581: type g_cache_elpepz_object_rec is record
582: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
583: pk_id number,
584: short_code varchar2(30),
585: excld_flag ben_elig_pstl_cd_r_rng_prte_f.excld_flag%type,
586: criteria_score ben_elig_pstl_cd_r_rng_prte_f.criteria_score%type,
587: criteria_weight ben_elig_pstl_cd_r_rng_prte_f.criteria_weight%type,
588: from_value ben_pstl_zip_rng_f.from_value%type,
589: to_value ben_pstl_zip_rng_f.to_value%type);

Line 586: criteria_score ben_elig_pstl_cd_r_rng_prte_f.criteria_score%type,

582: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
583: pk_id number,
584: short_code varchar2(30),
585: excld_flag ben_elig_pstl_cd_r_rng_prte_f.excld_flag%type,
586: criteria_score ben_elig_pstl_cd_r_rng_prte_f.criteria_score%type,
587: criteria_weight ben_elig_pstl_cd_r_rng_prte_f.criteria_weight%type,
588: from_value ben_pstl_zip_rng_f.from_value%type,
589: to_value ben_pstl_zip_rng_f.to_value%type);
590: --

Line 587: criteria_weight ben_elig_pstl_cd_r_rng_prte_f.criteria_weight%type,

583: pk_id number,
584: short_code varchar2(30),
585: excld_flag ben_elig_pstl_cd_r_rng_prte_f.excld_flag%type,
586: criteria_score ben_elig_pstl_cd_r_rng_prte_f.criteria_score%type,
587: criteria_weight ben_elig_pstl_cd_r_rng_prte_f.criteria_weight%type,
588: from_value ben_pstl_zip_rng_f.from_value%type,
589: to_value ben_pstl_zip_rng_f.to_value%type);
590: --
591: type g_cache_elpepz_instor is table of g_cache_elpepz_object_rec