DBA Data[Home] [Help]

APPS.BEN_ELP_CACHE dependencies on BEN_ELIG_ORG_UNIT_PRTE_F

Line 307: organization_id ben_elig_org_unit_prte_f.organization_id%type,

303: type g_cache_elpeou_object_rec is record
304: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
305: pk_id number,
306: short_code varchar2(30),
307: organization_id ben_elig_org_unit_prte_f.organization_id%type,
308: excld_flag ben_elig_org_unit_prte_f.excld_flag%type,
309: criteria_score ben_elig_org_unit_prte_f.criteria_score%type,
310: criteria_weight ben_elig_org_unit_prte_f.criteria_weight%type);
311: --

Line 308: excld_flag ben_elig_org_unit_prte_f.excld_flag%type,

304: (eligy_prfl_id ben_eligy_prfl_f.eligy_prfl_id%type,
305: pk_id number,
306: short_code varchar2(30),
307: organization_id ben_elig_org_unit_prte_f.organization_id%type,
308: excld_flag ben_elig_org_unit_prte_f.excld_flag%type,
309: criteria_score ben_elig_org_unit_prte_f.criteria_score%type,
310: criteria_weight ben_elig_org_unit_prte_f.criteria_weight%type);
311: --
312: type g_cache_elpeou_instor is table of g_cache_elpeou_object_rec

Line 309: criteria_score ben_elig_org_unit_prte_f.criteria_score%type,

305: pk_id number,
306: short_code varchar2(30),
307: organization_id ben_elig_org_unit_prte_f.organization_id%type,
308: excld_flag ben_elig_org_unit_prte_f.excld_flag%type,
309: criteria_score ben_elig_org_unit_prte_f.criteria_score%type,
310: criteria_weight ben_elig_org_unit_prte_f.criteria_weight%type);
311: --
312: type g_cache_elpeou_instor is table of g_cache_elpeou_object_rec
313: index by binary_integer;

Line 310: criteria_weight ben_elig_org_unit_prte_f.criteria_weight%type);

306: short_code varchar2(30),
307: organization_id ben_elig_org_unit_prte_f.organization_id%type,
308: excld_flag ben_elig_org_unit_prte_f.excld_flag%type,
309: criteria_score ben_elig_org_unit_prte_f.criteria_score%type,
310: criteria_weight ben_elig_org_unit_prte_f.criteria_weight%type);
311: --
312: type g_cache_elpeou_instor is table of g_cache_elpeou_object_rec
313: index by binary_integer;
314: --