DBA Data[Home] [Help]

APPS.BEN_EXT_ACTN dependencies on HR_UTILITY

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

16: l_proc varchar2(72) := g_package||'initialize_globals';
17: --
18: BEGIN
19: --
20: hr_utility.set_location('Entering'||l_proc, 5);
21: --
22: ben_ext_person.g_actn_prtt_enrt_actn_id := null;
23: ben_ext_person.g_actn_type_id := null;
24: ben_ext_person.g_actn_name := null;

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

27: ben_ext_person.g_actn_due_date := null;
28: ben_ext_person.g_actn_required_flag := null;
29: ben_ext_person.g_actn_cmpltd_date := null;
30: --
31: hr_utility.set_location('Exiting'||l_proc, 15);
32: --
33: End initialize_globals;
34: --
35: -- ----------------------------------------------------------------------------

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

72: l_include varchar2(1) := 'Y';
73: --
74: BEGIN
75: --
76: hr_utility.set_location('Entering'||l_proc, 5);
77: --
78: FOR actn IN c_actn(p_prtt_enrt_rslt_id) LOOP
79: --
80: initialize_globals;

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

115: end if;
116: --
117: END LOOP;
118: --
119: hr_utility.set_location('Exiting'||l_proc, 15);
120:
121: END; -- main
122: --
123: END; -- package