DBA Data[Home] [Help]

APPS.HR_PERSON dependencies on FND_SESSIONS

Line 173: from fnd_sessions fnd

169: PRAGMA EXCEPTION_INIT(e_MaxExceeds, -1438);
170:
171: cursor csr_getSessionDate is
172: select fnd.effective_date
173: from fnd_sessions fnd
174: where fnd.session_id = userenv('sessionid');
175:
176: l_counter number := 1;
177: l_person_number varchar2(30);