DBA Data[Home] [Help]

APPS.BEN_ELIG_RL_CACHE dependencies on BEN_ELIG_RL_CACHE

Line 1: package body ben_elig_rl_cache as

1: package body ben_elig_rl_cache as
2: /* $Header: benelrch.pkb 120.0.12010000.2 2008/11/16 16:15:23 krupani ship $ */
3: --
4: /*
5: +==============================================================================+

Line 25: g_package varchar2(50) := 'ben_elig_rl_cache.';

21: */
22: --
23: -- Globals.
24: --
25: g_package varchar2(50) := 'ben_elig_rl_cache.';
26: --
27: g_odlookup ben_cache.g_cache_lookup_table;
28: g_nxelenum number;
29: g_odinst ben_elig_rl_cache.g_elig_rl_inst_tbl;

Line 29: g_odinst ben_elig_rl_cache.g_elig_rl_inst_tbl;

25: g_package varchar2(50) := 'ben_elig_rl_cache.';
26: --
27: g_odlookup ben_cache.g_cache_lookup_table;
28: g_nxelenum number;
29: g_odinst ben_elig_rl_cache.g_elig_rl_inst_tbl;
30: g_odcached pls_integer := 0;
31: --
32: g_hash_key pls_integer := 1299827;
33: g_hash_jump pls_integer := 100;

Line 398: ,p_inst_set out nocopy ben_elig_rl_cache.g_elig_rl_inst_tbl

394: ,p_ptip_id in number
395: ,p_effective_date in date
396: ,p_lf_evt_ocrd_dt in date
397: ,p_business_group_id in number
398: ,p_inst_set out nocopy ben_elig_rl_cache.g_elig_rl_inst_tbl
399: ,p_inst_count out nocopy number
400: )
401: is
402: --

Line 403: l_inst_set ben_elig_rl_cache.g_elig_rl_inst_tbl;

399: ,p_inst_count out nocopy number
400: )
401: is
402: --
403: l_inst_set ben_elig_rl_cache.g_elig_rl_inst_tbl;
404: --
405: l_hv pls_integer;
406: l_hash_found boolean;
407: l_insttorrw_num pls_integer;

Line 569: l_odinst ben_elig_rl_cache.g_elig_rl_inst_tbl;

565: procedure clear_down_cache
566: is
567: --
568: l_odlookup ben_cache.g_cache_lookup_table;
569: l_odinst ben_elig_rl_cache.g_elig_rl_inst_tbl;
570: --
571: begin
572: --
573: -- On demand cache structures

Line 590: end ben_elig_rl_cache;

586: end;
587: --
588: end clear_down_cache;
589: --
590: end ben_elig_rl_cache;