DBA Data[Home] [Help]

APPS.HR_SE_UTILITY dependencies on FND_SESSIONS

Line 151: FROM fnd_sessions

147: --
148: begin
149: SELECT effective_date
150: INTO l_effective_date
151: FROM fnd_sessions
152: WHERE session_id=p_session_id;
153: exception
154: WHEN others THEN
155: null;