DBA Data[Home] [Help]

APPS.HR_SESSION_UTILITIES dependencies on FND_SESSIONS

Line 151: delete from fnd_sessions

147: IF g_debug THEN
148: hr_utility.set_location('Entering : ' || l_proc, 5);
149: END IF;
150:
151: delete from fnd_sessions
152: where session_id = userenv('sessionid');
153:
154: IF g_debug THEN
155: hr_utility.set_location('Leaving : ' || l_proc, 10);