DBA Data[Home] [Help]

APPS.FND_GSM_UTIL dependencies on V$SESSION

Line 284: from v$session

280: decode(instr(machine, '.', 1, 1),
281: 0, length(machine),
282: instr(machine, '.', 1, 1)-1))
283: into primary_node
284: from v$session
285: where audsid=USERENV('SESSIONID');
286: else
287: /* Get Name of Node */
288: my_nodelist := xmldom.getElementsByTagName(my_doc, 'host');