DBA Data[Home] [Help]

APPS.HR_NL_DAILY_SICK_AND_RECOVERY dependencies on FND_SESSIONS

Line 213: from fnd_sessions

209: -- This query return current session date
210: --
211: select nvl(effective_date,trunc(sysdate))
212: into v_effective_date
213: from fnd_sessions
214: where userenv('sessionid') = session_id;
215: exception
216: when no_data_found then
217: null;