DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on GV$SESSION

Line 502: from gv$session GV, fnd_concurrent_processes P

498: if (mtype>999) then
499: if (CartType = 'AQCART') then
500: select count(*)
501: into ActiveP
502: from gv$session GV, fnd_concurrent_processes P
503: where
504: GV.Inst_id = P.Instance_number
505: And GV.audsid = p.session_id
506: And (Process_Status_Code not in ('S','K','U'))