DBA Data[Home] [Help]

APPS.PAY_PAYRPDTR_XMLP_PKG dependencies on DUAL

Line 14: from sys.dual

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