DBA Data[Home] [Help]

APPS.ORACLEMYPAGE dependencies on FND_WEB_CONFIG

Line 152: htp.p('var hostname="'||replace((replace(FND_WEB_CONFIG.DATABASE_ID,'-','_')),'.','_')||'";');

148:
149: htp.p('window.name = "root"');
150: htp.p('var function_window = new Object();');
151: htp.p('var counter=0;');-- add support for unique window names 1812147
152: htp.p('var hostname="'||replace((replace(FND_WEB_CONFIG.DATABASE_ID,'-','_')),'.','_')||'";');
153: htp.p('function_window.open = false;');
154:
155:
156: --mputman added 1743710

Line 435: l_dbhost := FND_WEB_CONFIG.DATABASE_ID;

431:
432: begin
433:
434: /* Only support 115P
435: l_dbhost := FND_WEB_CONFIG.DATABASE_ID;
436:
437: --insert into icx_testing values ('g_rendering_mode ' || icx_sec.g_mode_code);
438: --insert into icx_testing values ('session id in getnewregionurl ' || to_char(session_id));
439:

Line 457: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;

453: '&'||'server_name='||l_server_name||'&'||'port='||l_server_port;
454:
455:
456: elsif icx_sec.g_mode_code in ('115P', 'SLAVE') then
457: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
458: l_url := l_agent || 'OracleConfigure.render?p_page_id='||page_id||
459: '&'||'p_region_id='||main_region_id||
460: '&'||'p_mode=0';
461: end if;

Line 464: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;

460: '&'||'p_mode=0';
461: end if;
462: */
463:
464: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
465: l_url := l_agent || 'OracleConfigure.render?p_page_id='||page_id||
466: '&'||'p_region_id='||main_region_id||
467: '&'||'p_mode=0';
468:

Line 901: l_agent := FND_WEB_CONFIG.WEB_SERVER||

897: THEN
898: p_toggle:='Y'; -- will use different call to cabo container
899: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
900:
901: l_agent := FND_WEB_CONFIG.WEB_SERVER||
902: substr(icx_plug_utilities.getPLSQLagent,2);
903:
904: else
905: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;

Line 905: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;

901: l_agent := FND_WEB_CONFIG.WEB_SERVER||
902: substr(icx_plug_utilities.getPLSQLagent,2);
903:
904: else
905: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;
906:
907: end if;
908: select a.version INTO l_resp_type
909: from FND_SECURITY_GROUPS_VL fsg,