DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on FND_WEB_CONFIG

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

489: when NO_DATA_FOUND then
490: htp.p(SQLERRM);
491: end;
492:
493: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
494:
495: htp.p('');
496:
497: icx_javascript.open_script;

Line 495: htp.p('');

491: end;
492:
493: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
494:
495: htp.p('');
496:
497: icx_javascript.open_script;
498:
499: htp.p (' function customedit(pageid,regionid)

Line 599: htp.p('');

595: --select HSECS into start_time from V$TIMER;
596:
597: if icx_cabo.g_base_href is null
598: then
599: htp.p('');
600: else
601: htp.p('');
602: end if;
603:

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

624: };
625: };');
626: --mputman added new js function 1743710
627: htp.p('var counter=0;'); -- add support for unique window names 1812147
628: htp.p('var hostname="'||replace((replace(FND_WEB_CONFIG.DATABASE_ID,'-','_')),'.','_')||'";');
629: htp.p('function icx_nav_window2(mode, url, resp_app, resp_key, secgrp_key, name){
630: counter=counter+1;
631: hostname=hostname;
632: resp_app=escape(unescape(resp_app));

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

762: order by 5; --mputman fix 2632382
763:
764: begin
765:
766: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
767:
768: if p_mode in (DISPLAY_PORTLETS_EDIT) then
769: l_height := p_height;
770: l_border := 1;

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

958: l_agent varchar2(80);
959:
960: begin
961:
962: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
963:
964: l_str := ''||wf_core.translate('EDIT_CONTENT')||'';
965:
966: l_str := l_str || ''||wf_core.translate('EDIT_APPEARANCE')||'';

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

1017: begin
1018:
1019: if icx_sec.validateSession
1020: then
1021: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
1022: -- Get the region properties
1023: l_region := icx_api_region.get_region(p_region_id);
1024:
1025: -- HTML Open

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

1295: begin
1296:
1297: if (icx_sec.validatesession) then
1298:
1299: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
1300:
1301: begin
1302: select nvl(ipp.DISPLAY_NAME, fme.PROMPT)
1303: into l_plug_name

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

1520: begin
1521:
1522: if (icx_sec.validatesession) then
1523:
1524: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
1525:
1526: htp.htmlOpen;
1527: htp.headOpen;
1528: htp.p('');