DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_LOS_FCTR

Line 260: mx_los_num ben_los_fctr.mx_los_num%type,

256: short_code varchar2(30),
257: excld_flag ben_elig_los_prte_f.excld_flag%type,
258: criteria_score ben_elig_los_prte_f.criteria_score%type,
259: criteria_weight ben_elig_los_prte_f.criteria_weight%type,
260: mx_los_num ben_los_fctr.mx_los_num%type,
261: mn_los_num ben_los_fctr.mn_los_num%type,
262: no_mx_los_num_apls_flag ben_los_fctr.no_mx_los_num_apls_flag%type,
263: no_mn_los_num_apls_flag ben_los_fctr.no_mn_los_num_apls_flag%type,
264: los_fctr_id ben_los_fctr.los_fctr_id%type);

Line 261: mn_los_num ben_los_fctr.mn_los_num%type,

257: excld_flag ben_elig_los_prte_f.excld_flag%type,
258: criteria_score ben_elig_los_prte_f.criteria_score%type,
259: criteria_weight ben_elig_los_prte_f.criteria_weight%type,
260: mx_los_num ben_los_fctr.mx_los_num%type,
261: mn_los_num ben_los_fctr.mn_los_num%type,
262: no_mx_los_num_apls_flag ben_los_fctr.no_mx_los_num_apls_flag%type,
263: no_mn_los_num_apls_flag ben_los_fctr.no_mn_los_num_apls_flag%type,
264: los_fctr_id ben_los_fctr.los_fctr_id%type);
265: --

Line 262: no_mx_los_num_apls_flag ben_los_fctr.no_mx_los_num_apls_flag%type,

258: criteria_score ben_elig_los_prte_f.criteria_score%type,
259: criteria_weight ben_elig_los_prte_f.criteria_weight%type,
260: mx_los_num ben_los_fctr.mx_los_num%type,
261: mn_los_num ben_los_fctr.mn_los_num%type,
262: no_mx_los_num_apls_flag ben_los_fctr.no_mx_los_num_apls_flag%type,
263: no_mn_los_num_apls_flag ben_los_fctr.no_mn_los_num_apls_flag%type,
264: los_fctr_id ben_los_fctr.los_fctr_id%type);
265: --
266: type g_cache_elpels_instor is table of g_cache_elpels_object_rec

Line 263: no_mn_los_num_apls_flag ben_los_fctr.no_mn_los_num_apls_flag%type,

259: criteria_weight ben_elig_los_prte_f.criteria_weight%type,
260: mx_los_num ben_los_fctr.mx_los_num%type,
261: mn_los_num ben_los_fctr.mn_los_num%type,
262: no_mx_los_num_apls_flag ben_los_fctr.no_mx_los_num_apls_flag%type,
263: no_mn_los_num_apls_flag ben_los_fctr.no_mn_los_num_apls_flag%type,
264: los_fctr_id ben_los_fctr.los_fctr_id%type);
265: --
266: type g_cache_elpels_instor is table of g_cache_elpels_object_rec
267: index by binary_integer;

Line 264: los_fctr_id ben_los_fctr.los_fctr_id%type);

260: mx_los_num ben_los_fctr.mx_los_num%type,
261: mn_los_num ben_los_fctr.mn_los_num%type,
262: no_mx_los_num_apls_flag ben_los_fctr.no_mx_los_num_apls_flag%type,
263: no_mn_los_num_apls_flag ben_los_fctr.no_mn_los_num_apls_flag%type,
264: los_fctr_id ben_los_fctr.los_fctr_id%type);
265: --
266: type g_cache_elpels_instor is table of g_cache_elpels_object_rec
267: index by binary_integer;
268: --