DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on GV$SESSION

Line 504: from gv$session GV, fnd_concurrent_processes P

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