DBA Data[Home] [Help]

APPS.ICX_PLUG_UTILITIES dependencies on FND_WEB_CONFIG

Line 211: dad_url := FND_WEB_CONFIG.PLSQL_AGENT;

207: l_agent varchar2(80);
208:
209: begin
210:
211: dad_url := FND_WEB_CONFIG.PLSQL_AGENT;
212:
213: if (dad_url is null) then
214: return NULL;
215: end if;

Line 217: dad_url := FND_WEB_CONFIG.TRAIL_SLASH(dad_url);

213: if (dad_url is null) then
214: return NULL;
215: end if;
216:
217: dad_url := FND_WEB_CONFIG.TRAIL_SLASH(dad_url);
218: index1 := INSTRB(dad_url, '//', 1) + 2;
219: index2 := INSTRB(dad_url, '/', index1);
220: index3 := LENGTHB(dad_url)+1;
221:

Line 310: l_host_instance := FND_WEB_CONFIG.DATABASE_ID;

306: icx_sec.g_mode_code = 'SLAVE')
307: then
308: l_menu := owa_util.get_cgi_env('SCRIPT_NAME')||'/oraclemypage.home';
309: else
310: l_host_instance := FND_WEB_CONFIG.DATABASE_ID;
311:
312: l_agent := icx_plug_utilities.getPLSQLagent;
313:
314: l_menu := '/OA_JAVA_SERV/oracle.apps.icx.myPage.MainMenu?dbHost='||l_host_instance||'&'||'agent='||l_agent;

Line 567: l_host_instance := FND_WEB_CONFIG.DATABASE_ID;

563: '||icx_util.replace_alt_quotes(l_prompts(7))||'');
564: end if;
565:
566: if (p_disp_mainmenu = 'Y') then
567: l_host_instance := FND_WEB_CONFIG.DATABASE_ID;
568: l_agent := icx_plug_utilities.getPLSQLagent;
569:
570: if icx_sec.g_function_type = 'WWK' then
571: l_href := 'javascript:parent.opener.location.href = '''||owa_util.get_cgi_env('SCRIPT_NAME')||'/oraclemypage.home'';window.close();';

Line 741: l_host_instance := FND_WEB_CONFIG.DATABASE_ID;

737: l_toolbar_color := icx_plug_utilities.toolbarcolor;
738: l_heading_color := icx_plug_utilities.headingcolor;
739: l_color_scheme := icx_plug_utilities.colorscheme;
740:
741: l_host_instance := FND_WEB_CONFIG.DATABASE_ID;
742:
743: l_agent := icx_plug_utilities.getPLSQLagent;
744:
745: l_menu := '/OA_JAVA_SERV/oracle.apps.icx.myPage.MainMenu?dbHost='||l_host_instance||'&'||'agent='||l_agent;