DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIG_JOB_PRTE_F

Line 482: job_id ben_elig_job_prte_f.job_id%type,

478: type g_cache_elpejp_object_rec is record
479: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
480: pk_id number,
481: short_code varchar2(30),
482: job_id ben_elig_job_prte_f.job_id%type,
483: excld_flag ben_elig_job_prte_f.excld_flag%type,
484: criteria_score ben_elig_job_prte_f.criteria_score%type,
485: criteria_weight ben_elig_job_prte_f.criteria_weight%type);
486: --

Line 483: excld_flag ben_elig_job_prte_f.excld_flag%type,

479: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
480: pk_id number,
481: short_code varchar2(30),
482: job_id ben_elig_job_prte_f.job_id%type,
483: excld_flag ben_elig_job_prte_f.excld_flag%type,
484: criteria_score ben_elig_job_prte_f.criteria_score%type,
485: criteria_weight ben_elig_job_prte_f.criteria_weight%type);
486: --
487: type g_cache_elpejp_instor is table of g_cache_elpejp_object_rec

Line 484: criteria_score ben_elig_job_prte_f.criteria_score%type,

480: pk_id number,
481: short_code varchar2(30),
482: job_id ben_elig_job_prte_f.job_id%type,
483: excld_flag ben_elig_job_prte_f.excld_flag%type,
484: criteria_score ben_elig_job_prte_f.criteria_score%type,
485: criteria_weight ben_elig_job_prte_f.criteria_weight%type);
486: --
487: type g_cache_elpejp_instor is table of g_cache_elpejp_object_rec
488: index by binary_integer;

Line 485: criteria_weight ben_elig_job_prte_f.criteria_weight%type);

481: short_code varchar2(30),
482: job_id ben_elig_job_prte_f.job_id%type,
483: excld_flag ben_elig_job_prte_f.excld_flag%type,
484: criteria_score ben_elig_job_prte_f.criteria_score%type,
485: criteria_weight ben_elig_job_prte_f.criteria_weight%type);
486: --
487: type g_cache_elpejp_instor is table of g_cache_elpejp_object_rec
488: index by binary_integer;
489: --