DBA Data[Home] [Help]

APPS.FND_CONC_RAC_UTILS dependencies on GV$SESSION

Line 294: from gv$session

290:
291: begin
292: select sid, serial#
293: into l_sid, l_serial#
294: from gv$session
295: where audsid = l_audsid
296: and inst_id = l_inst;
297: exception
298: when no_data_found then

Line 512: from gv$session

508:
509: begin
510: select inst_id, sid, serial#
511: into l_inst, l_sid, l_serial#
512: from gv$session
513: where audsid = l_audsid;
514:
515: exception
516: when no_data_found then