DBA Data[Home] [Help]

APPS.BEN_EXT_FLCR dependencies on HR_UTILITY

Line 15: hr_utility.set_location('Entering'||l_proc, 5);

11: l_proc varchar2(72) := g_package||'init_detl_globals';
12: --
13: Begin
14: --
15: hr_utility.set_location('Entering'||l_proc, 5);
16: --
17: ben_ext_person.g_flex_pgm_id := null;
18: ben_ext_person.g_flex_pgm_name := null;
19: ben_ext_person.g_flex_pl_id := null;

Line 36: hr_utility.set_location('Exiting'||l_proc, 15);

32: ben_ext_person.g_flex_currency := null;
33: ben_ext_person.g_flex_bnft_pool_id := null;
34: ben_ext_person.g_flex_bnft_pool_name := null;
35: --
36: hr_utility.set_location('Exiting'||l_proc, 15);
37: --
38: End init_detl_globals;
39: --
40: -- ----------------------------------------------------------------------------

Line 147: hr_utility.set_location('Entering'||l_proc, 5);

143:
144:
145: Begin
146: --
147: hr_utility.set_location('Entering'||l_proc, 5);
148: --
149: init_detl_globals;
150: --
151: FOR elig IN c_elig(p_person_id) LOOP

Line 215: hr_utility.set_location('Exiting'||l_proc, 15);

211: END IF;
212:
213: END LOOP;
214: --
215: hr_utility.set_location('Exiting'||l_proc, 15);
216: --
217: -- Enter further code below as specified in the Package spec.
218:
219: --