DBA Data[Home] [Help]

APPS.BEN_RT_ASNT_CACHE dependencies on BEN_CACHE

Line 24: g_asntlookup ben_cache.g_cache_lookup_table;

20: -- Globals.
21: --
22: g_package varchar2(50) := 'ben_rt_asnt_cache.';
23: --
24: g_asntlookup ben_cache.g_cache_lookup_table;
25: g_nxelenum number;
26: g_asntinst ben_rt_asnt_cache.g_rt_asnt_inst_tbl;
27: g_asntcached pls_integer := 0;
28: --

Line 47: l_asntlookup_rec ben_cache.g_cache_lookup;

43: l_hv pls_integer;
44: l_not_hash_found boolean;
45: l_torrwnum pls_integer;
46: l_starttorele_num pls_integer;
47: l_asntlookup_rec ben_cache.g_cache_lookup;
48: --
49: cursor c_asr is
50: select asr.VRBL_RT_PRFL_ID,
51: ass.formula_id,

Line 314: l_asntlookup ben_cache.g_cache_lookup_table;

310: --
311: procedure clear_down_cache
312: is
313: --
314: l_asntlookup ben_cache.g_cache_lookup_table;
315: l_asntinst ben_rt_asnt_cache.g_rt_asnt_inst_tbl;
316: --
317: begin
318: --