DBA Data[Home] [Help]

APPS.BEN_GUEST_USER_API dependencies on HR_UTILITY

Line 15: hr_utility.set_location('Entering ' || g_package, 10);

11: home_url in varchar2 default NULL,
12: i_direct in VARCHAR2 DEFAULT NULL) is
13: begin
14: --
15: hr_utility.set_location('Entering ' || g_package, 10);
16: --
17: null; -- Blanked out call to Oraclemypage.home
18: --
19: hr_utility.set_location('Leaving ' || g_package, 90);

Line 19: hr_utility.set_location('Leaving ' || g_package, 90);

15: hr_utility.set_location('Entering ' || g_package, 10);
16: --
17: null; -- Blanked out call to Oraclemypage.home
18: --
19: hr_utility.set_location('Leaving ' || g_package, 90);
20: --
21: exception
22: when others then
23: --

Line 29: hr_utility.set_location('Error ' || SQLERRM, 10);

25: -- to see whether it sets the values.
26: -- Need to uncommet following lines after checking whether it is required.
27: -- icx_sec.g_validateSession_flag := true;
28:
29: hr_utility.set_location('Error ' || SQLERRM, 10);
30: raise;
31:
32: end Login;
33: