DBA Data[Home] [Help]

APPS.BEN_COBJ_CACHE dependencies on BEN_CACHE

Line 37: g_oiplip_lookup ben_cache.g_cache_lookup_table;

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

Line 62: g_opt_lookup ben_cache.g_cache_lookup_table;

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

Line 106: g_oipl_lookup ben_cache.g_cache_lookup_table;

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

Line 147: g_pgm_lookup ben_cache.g_cache_lookup_table;

143: --
144: type g_pgm_inst_tbl is table of g_pgm_inst_row
145: index by binary_integer;
146: --
147: g_pgm_lookup ben_cache.g_cache_lookup_table;
148: g_pgm_instance g_pgm_inst_tbl;
149: g_pgm_currow g_pgm_inst_row;
150: g_pgm_cached pls_integer := 0;
151: --

Line 193: g_ptip_lookup ben_cache.g_cache_lookup_table;

189: --
190: type g_ptip_inst_tbl is table of g_ptip_inst_row
191: index by binary_integer;
192: --
193: g_ptip_lookup ben_cache.g_cache_lookup_table;
194: g_ptip_instance g_ptip_inst_tbl;
195: g_ptip_currow g_ptip_inst_row;
196: g_ptip_cached pls_integer := 0;
197: --

Line 237: g_plip_lookup ben_cache.g_cache_lookup_table;

233: --
234: type g_plip_inst_tbl is table of g_plip_inst_row
235: index by binary_integer;
236: --
237: g_plip_lookup ben_cache.g_cache_lookup_table;
238: g_plip_instance g_plip_inst_tbl;
239: g_plip_currow g_plip_inst_row;
240: g_plip_cached pls_integer := 0;
241: --

Line 305: g_pl_lookup ben_cache.g_cache_lookup_table;

301: --
302: type g_pl_inst_tbl is table of g_pl_inst_row
303: index by binary_integer;
304: --
305: g_pl_lookup ben_cache.g_cache_lookup_table;
306: g_pl_instance g_pl_inst_tbl;
307: g_pl_currow g_pl_inst_row;
308: g_pl_cached pls_integer := 0;
309: --

Line 347: g_etpr_lookup ben_cache.g_cache_lookup_table;

343: --
344: type g_etpr_inst_tbl is table of g_etpr_inst_row
345: index by binary_integer;
346: --
347: g_etpr_lookup ben_cache.g_cache_lookup_table;
348: g_etpr_instance g_etpr_inst_tbl;
349: g_pgmetpr_currow g_etpr_inst_row;
350: g_ptipetpr_currow g_etpr_inst_row;
351: g_plipetpr_currow g_etpr_inst_row;

Line 391: g_prel_lookup ben_cache.g_cache_lookup_table;

387: --
388: type g_prel_inst_tbl is table of g_prel_inst_row
389: index by binary_integer;
390: --
391: g_prel_lookup ben_cache.g_cache_lookup_table;
392: g_prel_instance g_prel_inst_tbl;
393: g_pgmprel_currow g_prel_inst_row;
394: g_ptipprel_currow g_prel_inst_row;
395: g_plipprel_currow g_prel_inst_row;