DBA Data[Home] [Help]

APPS.HR_PERSON dependencies on FND_SESSIONS

Line 122: from fnd_sessions fnd

118: PRAGMA EXCEPTION_INIT(e_MaxExceeds, -1438);
119:
120: cursor csr_getSessionDate is
121: select fnd.effective_date
122: from fnd_sessions fnd
123: where fnd.session_id = userenv('sessionid');
124:
125: l_counter number := 1;
126: l_person_number varchar2(30);