DBA Data[Home] [Help]

APPS.BEN_EXT_CONTACT dependencies on HR_UTILITY

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

17: --
18: Begin
19: --
20: --
21: hr_utility.set_location('Entering'||l_proc, 5);
22: --
23: --
24: ben_ext_person.g_contact_rlshp_id := null;
25: ben_ext_person.g_contact_rlshp_type := null;

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

72: ben_ext_person.g_contact_is_cvrd_dpnt_flag := null;
73: ben_ext_person.g_contact_is_bnfcry_flag := null;
74: --
75: --
76: hr_utility.set_location('Exiting'||l_proc, 15);
77: --
78: End initialize_globals;
79: --
80: -- ----------------------------------------------------------------------------

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

278:
279: --
280: BEGIN
281: --
282: hr_utility.set_location('Entering'||l_proc, 5);
283: --
284: FOR contact IN c_contact LOOP
285: --
286: initialize_globals;

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

410: );
411: --
412: END LOOP;
413: --
414: hr_utility.set_location('Exiting'||l_proc, 15);
415:
416: END; -- main
417: --
418: END; -- package