DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on HR_LOOKUPS

Line 332: (pgm hr_lookups.meaning%type,

328: --
329: g_cache_proc_object g_cache_proc_object_table;
330: --
331: type g_cache_comp_objects_rec is record
332: (pgm hr_lookups.meaning%type,
333: pltyp hr_lookups.meaning%type,
334: ptip hr_lookups.meaning%type,
335: pl hr_lookups.meaning%type,
336: plip hr_lookups.meaning%type,

Line 333: pltyp hr_lookups.meaning%type,

329: g_cache_proc_object g_cache_proc_object_table;
330: --
331: type g_cache_comp_objects_rec is record
332: (pgm hr_lookups.meaning%type,
333: pltyp hr_lookups.meaning%type,
334: ptip hr_lookups.meaning%type,
335: pl hr_lookups.meaning%type,
336: plip hr_lookups.meaning%type,
337: oipl hr_lookups.meaning%type);

Line 334: ptip hr_lookups.meaning%type,

330: --
331: type g_cache_comp_objects_rec is record
332: (pgm hr_lookups.meaning%type,
333: pltyp hr_lookups.meaning%type,
334: ptip hr_lookups.meaning%type,
335: pl hr_lookups.meaning%type,
336: plip hr_lookups.meaning%type,
337: oipl hr_lookups.meaning%type);
338: --

Line 335: pl hr_lookups.meaning%type,

331: type g_cache_comp_objects_rec is record
332: (pgm hr_lookups.meaning%type,
333: pltyp hr_lookups.meaning%type,
334: ptip hr_lookups.meaning%type,
335: pl hr_lookups.meaning%type,
336: plip hr_lookups.meaning%type,
337: oipl hr_lookups.meaning%type);
338: --
339: -- Variable to hold cached comp objects structure

Line 336: plip hr_lookups.meaning%type,

332: (pgm hr_lookups.meaning%type,
333: pltyp hr_lookups.meaning%type,
334: ptip hr_lookups.meaning%type,
335: pl hr_lookups.meaning%type,
336: plip hr_lookups.meaning%type,
337: oipl hr_lookups.meaning%type);
338: --
339: -- Variable to hold cached comp objects structure
340: --

Line 337: oipl hr_lookups.meaning%type);

333: pltyp hr_lookups.meaning%type,
334: ptip hr_lookups.meaning%type,
335: pl hr_lookups.meaning%type,
336: plip hr_lookups.meaning%type,
337: oipl hr_lookups.meaning%type);
338: --
339: -- Variable to hold cached comp objects structure
340: --
341: g_cache_comp_objects g_cache_comp_objects_rec;