DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on BEN_PERSON_OBJECT

Line 1: package body ben_person_object as

1: package body ben_person_object as
2: /* $Header: benperde.pkb 120.0.12000000.2 2007/09/14 14:30:08 rtagarra noship $ */
3: --
4: /*
5: +==============================================================================+

Line 112: g_package varchar2(30) := 'ben_person_object.';

108: 115.44 14-Sep-07 rtagarra - Bug 6399423 changed cursor c1 in set_ass_object
109: -----------------------------------------------------------------------------
110: */
111: --
112: g_package varchar2(30) := 'ben_person_object.';
113: g_hash_key number := ben_hash_utility.get_hash_key;
114: g_hash_jump number := ben_hash_utility.get_hash_jump;
115: g_debug boolean := hr_utility.debug_enabled;
116: --

Line 2208: ben_person_object.defrag_caches;

2204: when no_data_found then
2205: --
2206: -- Defrag all person caches to grab back PGA memory
2207: --
2208: ben_person_object.defrag_caches;
2209: --
2210: ben_env_object.get(p_rec => l_env);
2211: --
2212: -- FONM

Line 3730: end ben_person_object;

3726: end if;
3727: --
3728: end defrag_caches;
3729: --
3730: end ben_person_object;