DBA Data[Home] [Help]

APPS.FND_WEB_CONFIG dependencies on V$INSTANCE

Line 275: from v$instance;

271: if (g_db_id is null) then
272: -- Get default value of _.
273: select lower(host_name), lower(instance_name)
274: into lhost, linstance
275: from v$instance;
276:
277: -- If the host has a domain embedded in it - .
278: -- then strip off the domain bit.
279: ldot := instr(lhost, '.');