DBA Data[Home] [Help]

APPS.FND_CP_GSM_IPC dependencies on V$SESSION

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

434: Debug_Level := payload.Debug_Level;
435:
436: SELECT PID, SPID, S.AUDSID
437: INTO p_id, osp_id, s_id
438: FROM V$PROCESS P, V$SESSION S
439: WHERE S.AUDSID = USERENV('SESSIONID')
440: AND P.Addr = S.Paddr
441: and rownum <= 1; /* Probably not necessary */
442: