DBA Data[Home] [Help]

APPS.PAY_PAYRPHTS_XMLP_PKG dependencies on DUAL

Line 17: from sys.dual

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