DBA Data[Home] [Help]

APPS.SSP_SSPRPSSP_XMLP_PKG dependencies on DUAL

Line 33: from sys.dual

29: insert into fnd_sessions
30: (session_id, effective_date)
31: select userenv('sessionid'),
32: trunc(sysdate)
33: from sys.dual
34: where not exists
35: (select 1
36: from fnd_sessions fs
37: where fs.session_id = userenv('sessionid'));