DBA Data[Home] [Help]

APPS.BEN_LOS_CACHE dependencies on BEN_LOS_CACHE

Line 1: package body ben_los_cache as

1: package body ben_los_cache as
2: /* $Header: benlosch.pkb 115.6 2003/02/12 10:38:01 rpgupta ship $ */
3: -- ---------------------------------------------------------------------------
4: /*
5: +==============================================================================+

Line 20: g_package varchar2(50) := 'ben_los_cache.';

16: 09 May 99 mhoyes 115.4 More upgrading to hashing algorhythm
17: */
18: -- ------------------------------------------------------------------------------
19: --
20: g_package varchar2(50) := 'ben_los_cache.';
21: --
22: -- Declare globals
23: --
24: -- length of service factor

Line 27: g_cache_los_inst ben_los_cache.g_cache_los_instor;

23: --
24: -- length of service factor
25: --
26: g_cache_los_lookup ben_cache.g_cache_lookup_table;
27: g_cache_los_inst ben_los_cache.g_cache_los_instor;
28: --
29: procedure los_writecache
30: (p_effective_date in date
31: --

Line 182: ,p_inst_set out nocopy ben_los_cache.g_cache_los_instor

178: ,p_los_fctr_id in number
179: --
180: ,p_refresh_cache in boolean default FALSE
181: --
182: ,p_inst_set out nocopy ben_los_cache.g_cache_los_instor
183: ,p_inst_count out nocopy number
184: )
185: is
186: --

Line 214: ben_los_cache.los_writecache

210: then
211: --
212: -- Build the cache
213: --
214: ben_los_cache.los_writecache
215: (p_effective_date => p_effective_date
216: --
217: ,p_refresh_cache => p_refresh_cache
218: );

Line 283: end ben_los_cache;

279: p_inst_count := 0;
280: --
281: end los_getcacdets;
282: --
283: end ben_los_cache;