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 2005/05/28 08:57:54 appldev noship $ */
3: --
4: /*
5: +==============================================================================+

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

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

Line 28: g_odinst ben_elig_rl_cache.g_elig_rl_inst_tbl;

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

Line 397: ,p_inst_set out nocopy ben_elig_rl_cache.g_elig_rl_inst_tbl

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

Line 402: l_inst_set ben_elig_rl_cache.g_elig_rl_inst_tbl;

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

Line 567: l_odinst ben_elig_rl_cache.g_elig_rl_inst_tbl;

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

Line 588: end ben_elig_rl_cache;

584: end;
585: --
586: end clear_down_cache;
587: --
588: end ben_elig_rl_cache;