DBA Data[Home] [Help]

APPS.OKC_REPORT_PVT dependencies on V$INSTANCE

Line 1051: -- dbc=v$instance.lower(host_name)||'_'||lower(instance_name)||'.dbc'

1047: --
1048: -- parameters:
1049: --
1050: -- event=FRM
1051: -- dbc=v$instance.lower(host_name)||'_'||lower(instance_name)||'.dbc'
1052: -- kid=p_chr_id
1053: -- vid=p_major_version
1054: -- sid=p_scn_id
1055: -- nlsl=

Line 1077: from v$instance;

1073: l_value varchar2(200);
1074: begin
1075: l_path := fnd_profile.value('APPS_SERVLET_AGENT');
1076: select lower(host_name)||'_'||lower(instance_name)||'.dbc' into l_dbc
1077: from v$instance;
1078: l_url := l_path;
1079: if ((l_path is not NULL) and (substr(l_path,-1,1) <> '/')) then
1080: l_url := l_url||'/';
1081: end if;