DBA Data[Home] [Help]

APPS.FND_CP_GSM_IPC dependencies on V$SESSION

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

424: Debug_Level := payload.Debug_Level;
425:
426: SELECT PID, SPID, S.AUDSID
427: INTO p_id, osp_id, s_id
428: FROM V$PROCESS P, V$SESSION S
429: WHERE S.AUDSID = USERENV('SESSIONID')
430: AND P.Addr = S.Paddr
431: and rownum <= 1; /* Probably not necessary */
432: