DBA Data[Home] [Help]

APPS.SSP_SSPRPSMP_XMLP_PKG dependencies on DUAL

Line 16: from sys.dual

12: insert into fnd_sessions
13: (session_id, effective_date)
14: select userenv('sessionid'),
15: trunc(sysdate)
16: from sys.dual
17: where not exists
18: (select 1
19: from fnd_sessions fs
20: where fs.session_id = userenv('sessionid'));