DBA Data[Home] [Help]

APPS.FND_CONC_PRIVATE_UTILS dependencies on V$SESSION

Line 504: from v$session

500: when others then
501: begin
502: select upper(substr (machine, 1, instr(machine, '.')-1 ))
503: into mynode
504: from v$session
505: where audsid=USERENV('SESSIONID');
506: exception
507: when others then null;
508: end;