DBA Data[Home] [Help]

APPS.IBW_TR_PVT dependencies on V$INSTANCE

Line 19: from v$instance;

15:
16: -- Get default value of _.
17: select lower(host_name), lower(instance_name)
18: into lhost, linstance
19: from v$instance;
20:
21: -- If the host has a domain embedded in it - .
22: -- then strip off the domain bit.
23: ldot := instr(lhost, '.');