DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_PSTL_ZIP_RNG_F

Line 168: from_value ben_pstl_zip_rng_f.from_value%type,

164: pk_id number,
165: short_code varchar2(30),
166: criteria_score ben_elig_svc_area_prte_f.criteria_score%type,
167: criteria_weight ben_elig_svc_area_prte_f.criteria_weight%type,
168: from_value ben_pstl_zip_rng_f.from_value%type,
169: to_value ben_pstl_zip_rng_f.to_value%type,
170: excld_flag ben_elig_svc_area_prte_f.excld_flag%type);
171: --
172: type g_cache_elpesa_instor is table of g_cache_elpesa_object_rec

Line 169: to_value ben_pstl_zip_rng_f.to_value%type,

165: short_code varchar2(30),
166: criteria_score ben_elig_svc_area_prte_f.criteria_score%type,
167: criteria_weight ben_elig_svc_area_prte_f.criteria_weight%type,
168: from_value ben_pstl_zip_rng_f.from_value%type,
169: to_value ben_pstl_zip_rng_f.to_value%type,
170: excld_flag ben_elig_svc_area_prte_f.excld_flag%type);
171: --
172: type g_cache_elpesa_instor is table of g_cache_elpesa_object_rec
173: index by binary_integer;

Line 588: from_value ben_pstl_zip_rng_f.from_value%type,

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
592: index by binary_integer;

Line 589: to_value ben_pstl_zip_rng_f.to_value%type);

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
592: index by binary_integer;
593: --