DBA Data[Home] [Help]

APPS.FND_CORE_LOG dependencies on V$INSTANCE

Line 25: from v$instance;

21: begin
22:
23: select lower(host_name), lower(instance_name)
24: into lhost, linstance
25: from v$instance;
26:
27: fname := 'afcorelog_'||lhost||'_'||linstance||'.txt';
28:
29: return fname;