DBA Data[Home] [Help]

APPS.FND_TRACE dependencies on V$PROCESS

Line 423: FROM V$SESSION S, V$PROCESS P

419: -- Removed module from here as it gets reset for each form.
420:
421: SELECT S.SID,S.SERIAL#,P.SPID
422: INTO SESSION_ID_G,SERIAL#_G,SPID
423: FROM V$SESSION S, V$PROCESS P
424: WHERE S.PADDR=P.ADDR
425: AND AUDSID=USERENV('SESSIONID');
426:
427: