DBA Data[Home] [Help]

APPS.BEN_COBJ_CACHE dependencies on BEN_CACHE

Line 39: g_oiplip_lookup ben_cache.g_cache_lookup_table;

35: --
36: type g_oiplip_inst_tbl is table of g_oiplip_inst_row
37: index by binary_integer;
38: --
39: g_oiplip_lookup ben_cache.g_cache_lookup_table;
40: g_oiplip_instance g_oiplip_inst_tbl;
41: g_oiplip_currow g_oiplip_inst_row;
42: g_oiplip_cached pls_integer := 0;
43: --

Line 64: g_opt_lookup ben_cache.g_cache_lookup_table;

60: --
61: type g_opt_inst_tbl is table of g_opt_inst_row
62: index by binary_integer;
63: --
64: g_opt_lookup ben_cache.g_cache_lookup_table;
65: g_opt_instance g_opt_inst_tbl;
66: g_opt_currow g_opt_inst_row;
67: g_opt_cached pls_integer := 0;
68: --

Line 109: g_oipl_lookup ben_cache.g_cache_lookup_table;

105: --
106: type g_oipl_inst_tbl is table of g_oipl_inst_row
107: index by binary_integer;
108: --
109: g_oipl_lookup ben_cache.g_cache_lookup_table;
110: g_oipl_instance g_oipl_inst_tbl;
111: g_oipl_currow g_oipl_inst_row;
112: g_oipl_cached pls_integer := 0;
113: --

Line 151: g_pgm_lookup ben_cache.g_cache_lookup_table;

147: --
148: type g_pgm_inst_tbl is table of g_pgm_inst_row
149: index by binary_integer;
150: --
151: g_pgm_lookup ben_cache.g_cache_lookup_table;
152: g_pgm_instance g_pgm_inst_tbl;
153: g_pgm_currow g_pgm_inst_row;
154: g_pgm_cached pls_integer := 0;
155: --

Line 198: g_ptip_lookup ben_cache.g_cache_lookup_table;

194: --
195: type g_ptip_inst_tbl is table of g_ptip_inst_row
196: index by binary_integer;
197: --
198: g_ptip_lookup ben_cache.g_cache_lookup_table;
199: g_ptip_instance g_ptip_inst_tbl;
200: g_ptip_currow g_ptip_inst_row;
201: g_ptip_cached pls_integer := 0;
202: --

Line 243: g_plip_lookup ben_cache.g_cache_lookup_table;

239: --
240: type g_plip_inst_tbl is table of g_plip_inst_row
241: index by binary_integer;
242: --
243: g_plip_lookup ben_cache.g_cache_lookup_table;
244: g_plip_instance g_plip_inst_tbl;
245: g_plip_currow g_plip_inst_row;
246: g_plip_cached pls_integer := 0;
247: --

Line 312: g_pl_lookup ben_cache.g_cache_lookup_table;

308: --
309: type g_pl_inst_tbl is table of g_pl_inst_row
310: index by binary_integer;
311: --
312: g_pl_lookup ben_cache.g_cache_lookup_table;
313: g_pl_instance g_pl_inst_tbl;
314: g_pl_currow g_pl_inst_row;
315: g_pl_cached pls_integer := 0;
316: --

Line 354: g_etpr_lookup ben_cache.g_cache_lookup_table;

350: --
351: type g_etpr_inst_tbl is table of g_etpr_inst_row
352: index by binary_integer;
353: --
354: g_etpr_lookup ben_cache.g_cache_lookup_table;
355: g_etpr_instance g_etpr_inst_tbl;
356: g_pgmetpr_currow g_etpr_inst_row;
357: g_ptipetpr_currow g_etpr_inst_row;
358: g_plipetpr_currow g_etpr_inst_row;

Line 398: g_prel_lookup ben_cache.g_cache_lookup_table;

394: --
395: type g_prel_inst_tbl is table of g_prel_inst_row
396: index by binary_integer;
397: --
398: g_prel_lookup ben_cache.g_cache_lookup_table;
399: g_prel_instance g_prel_inst_tbl;
400: g_pgmprel_currow g_prel_inst_row;
401: g_ptipprel_currow g_prel_inst_row;
402: g_plipprel_currow g_prel_inst_row;