DBA Data[Home] [Help]

APPS.BEN_EEV_LER dependencies on FND_SESSIONS

Line 21: from fnd_sessions

17: and prv.business_group_id = per.business_group_id ;
18: --
19: cursor get_session_date IS
20: select effective_date
21: from fnd_sessions
22: where session_id = userenv('SESSIONID');
23: --
24: cursor get_system_date IS
25: select trunc(sysdate)