DBA Data[Home] [Help]

APPS.PER_IN_CON_LEG_HOOK dependencies on FND_SESSIONS

Line 227: SELECT effective_date into l_current_date from fnd_sessions

223: ---Get the age of nominee--
224: pay_in_utils.set_location(g_debug,l_procedure,50);
225:
226: BEGIN
227: SELECT effective_date into l_current_date from fnd_sessions
228: WHERE session_id = userenv('SESSIONID');
229: EXCEPTION
230: WHEN NO_DATA_FOUND THEN
231: l_current_date := trunc(sysdate);