DBA Data[Home] [Help]

APPS.FND_GSM_UTIL dependencies on V$SESSION

Line 270: from v$session

266: decode(instr(machine, '.', 1, 1),
267: 0, length(machine),
268: instr(machine, '.', 1, 1)-1))
269: into primary_node
270: from v$session
271: where audsid=USERENV('SESSIONID');
272: else
273: /* Get Name of Node */
274: my_nodelist := xmldom.getElementsByTagName(my_doc, 'host');