DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on ICX_PLUG_UTILITIES

Line 445: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||

441: l_toolbar.title := fnd_message.get;
442: l_toolbar.help_url := 'javascript:top.main.help_window()';
443: fnd_message.set_name('ICX','ICX_HELP');
444: l_toolbar.help_mouseover := FND_MESSAGE.GET;
445: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||
446: 'OracleMyPage.Home';
447:
448: l_toolbar.custom_option1_mouseover := wf_core.translate('RETURN_TO_HOME');
449: l_toolbar.custom_option1_gif := '/OA_MEDIA/FNDHOME.gif';

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 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('');