DBA Data[Home] [Help]

APPS.ORACLENAVIGATE dependencies on ICX_PLUG_UTILITIES

Line 460: -- htp.p('');

456:
457: htp.p('');
458:
459: htp.p('

Web Analytics Made Easy -StatCounter
');
460: -- htp.p('');
461: htp.p('');
462:
463: htp.formOpen(curl => 'XXX',
464: cattributes => 'NAME="functionwindowfocus"');

Line 468: icx_plug_utilities.toolbar(p_text => l_title,

464: cattributes => 'NAME="functionwindowfocus"');
465: htp.formHidden('X','FALSE');
466: htp.formClose;
467:
468: icx_plug_utilities.toolbar(p_text => l_title,
469: p_language_code => icx_sec.g_language_code,
470: p_disp_help => 'Y',
471: p_disp_exit => 'Y',
472: p_disp_menu => 'N');

Line 618: l_toolbar_color := icx_plug_utilities.toolbarcolor;

614:
615: else -- PHP
616:
617: l_title := icx_util.getPrompt(601,'ICX_OBIS_NAVIGATE',178,'ICX_MAIN_MENU');
618: l_toolbar_color := icx_plug_utilities.toolbarcolor;
619:
620: /*
621: ** The agent must have the web server in front of it to ensure
622: ** it works in ie javascript. The problem is if your running the

Line 624: ** icx_plug_utilities.getPLSQLagent. Will remove here.

620: /*
621: ** The agent must have the web server in front of it to ensure
622: ** it works in ie javascript. The problem is if your running the
623: ** old style OBIS mode, you'll get an extra slash from
624: ** icx_plug_utilities.getPLSQLagent. Will remove here.
625: */
626: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
627:
628: l_agent := FND_WEB_CONFIG.WEB_SERVER||

Line 626: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then

622: ** it works in ie javascript. The problem is if your running the
623: ** old style OBIS mode, you'll get an extra slash from
624: ** icx_plug_utilities.getPLSQLagent. Will remove here.
625: */
626: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
627:
628: l_agent := FND_WEB_CONFIG.WEB_SERVER||
629: substr(icx_plug_utilities.getPLSQLagent,2);
630:

Line 629: substr(icx_plug_utilities.getPLSQLagent,2);

625: */
626: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
627:
628: l_agent := FND_WEB_CONFIG.WEB_SERVER||
629: substr(icx_plug_utilities.getPLSQLagent,2);
630:
631: else
632:
633: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;

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

629: substr(icx_plug_utilities.getPLSQLagent,2);
630:
631: else
632:
633: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;
634:
635: end if;
636:
637:

Line 917: htp.p('');

913:
914: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
915: htp.p('');
916: else
917: htp.p('');
918: end if;
919:
920: -- Needed for RF.jsp
921: -- htp.p(FND_RUN_FUNCTION.GET_FORMS_LAUNCHER_SETUP);

Line 935: icx_plug_utilities.toolbar(p_text => l_title,

931: l_target := '_self';
932: else
933: l_target := '_top';
934:
935: icx_plug_utilities.toolbar(p_text => l_title,
936: p_language_code => icx_sec.g_language_code,
937: p_disp_help => 'Y',
938: p_disp_exit => 'Y',
939: p_disp_menu => 'N');

Line 950: icx_plug_utilities.banner(l_name);

946: htp.p('');
947:
948: htp.p('');
949: htp.p('');
952: htp.p('');
953: htp.p('');
1039: htp.p('');
1042: htp.p('');
1043: htp.p('');
1044: end if;

Line 1056: l_url := replace(l_url,'[PLSQL_AGENT]',icx_plug_utilities.getPLSQLagent);

1052: if substr(g_list(i).web_html_call,1,10) = 'javascript' -- javascript
1053: then
1054: l_url := replace(g_list(i).web_html_call,'"','''');
1055: l_url := replace(l_url,'[RESPONSIBILITY_ID]',g_list(i).responsibility_id);
1056: l_url := replace(l_url,'[PLSQL_AGENT]',icx_plug_utilities.getPLSQLagent);
1057: l_url := ''||g_list(i).prompt||'';
1058:
1059: htp.p(l_url);
1060:

Line 1253: ** icx_plug_utilities.getPLSQLagent. Will remove here.

1249: /*
1250: ** The agent must have the web server in front of it to ensure
1251: ** it works in ie javascript. The problem is if your running the
1252: ** old style OBIS mode, you'll get an extra slash from
1253: ** icx_plug_utilities.getPLSQLagent. Will remove here.
1254: */
1255:
1256: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
1257:

Line 1256: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then

1252: ** old style OBIS mode, you'll get an extra slash from
1253: ** icx_plug_utilities.getPLSQLagent. Will remove here.
1254: */
1255:
1256: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
1257:
1258: l_agent := FND_WEB_CONFIG.WEB_SERVER||
1259: substr(icx_plug_utilities.getPLSQLagent,2);
1260:

Line 1259: substr(icx_plug_utilities.getPLSQLagent,2);

1255:
1256: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
1257:
1258: l_agent := FND_WEB_CONFIG.WEB_SERVER||
1259: substr(icx_plug_utilities.getPLSQLagent,2);
1260:
1261: else
1262:
1263: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;

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

1259: substr(icx_plug_utilities.getPLSQLagent,2);
1260:
1261: else
1262:
1263: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;
1264:
1265: end if;
1266:
1267: icx_util.getprompts(601, 'ICX_OBIS_NAVIGATE', l_title, l_prompts);

Line 1279: icx_plug_utilities.plugbanner(nvl(p_display_name,l_prompts(1)),'','FNDNAVIG.gif');

1275: end if;
1276:
1277: htp.p('

');
950: icx_plug_utilities.banner(l_name);
951: htp.p('

');
954:

Line 1040: icx_plug_utilities.banner(g_list(i).prompt);

1036: if g_list(i+1).type <> 'MENU'
1037: then
1038: htp.p('

');
1040: icx_plug_utilities.banner(g_list(i).prompt);
1041: htp.p('

');
1278: htp.p('');
1281:
1282: htp.p('');
1283:

Line 1463: ** icx_plug_utilities.getPLSQLagent. Will remove here.

1459: /*
1460: ** The agent must have the web server in front of it to ensure
1461: ** it works in ie javascript. The problem is if your running the
1462: ** old style OBIS mode, you'll get an extra slash from
1463: ** icx_plug_utilities.getPLSQLagent. Will remove here.
1464: */
1465: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
1466:
1467: l_agent := FND_WEB_CONFIG.WEB_SERVER||

Line 1465: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then

1461: ** it works in ie javascript. The problem is if your running the
1462: ** old style OBIS mode, you'll get an extra slash from
1463: ** icx_plug_utilities.getPLSQLagent. Will remove here.
1464: */
1465: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
1466:
1467: l_agent := FND_WEB_CONFIG.WEB_SERVER||
1468: substr(icx_plug_utilities.getPLSQLagent,2);
1469:

Line 1468: substr(icx_plug_utilities.getPLSQLagent,2);

1464: */
1465: if (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
1466:
1467: l_agent := FND_WEB_CONFIG.WEB_SERVER||
1468: substr(icx_plug_utilities.getPLSQLagent,2);
1469:
1470: else
1471:
1472: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;

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

1468: substr(icx_plug_utilities.getPLSQLagent,2);
1469:
1470: else
1471:
1472: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;
1473:
1474: end if;
1475:
1476: icx_util.getprompts(601, 'ICX_OBIS_NAVIGATE', l_title, l_prompts);

Line 1482: icx_plug_utilities.plugbanner(nvl(p_display_name,l_prompts(1)),l_agent||'OracleNavigate.customizeFavorites?X='||icx_call.encrypt2(p_plug_id,p_session_id), 'FNDNAVIG.gif');

1478: htp.p('');
1479:
1480: htp.p('

');
1279: icx_plug_utilities.plugbanner(nvl(p_display_name,l_prompts(1)),'','FNDNAVIG.gif');
1280: htp.p('

');
1481: htp.p('');
1484:
1485: htp.p('');
1486:

Line 1583: htp.p('');

1579:
1580: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1581: htp.p('');
1582: else
1583: htp.p('');
1584: end if;
1585:
1586: htp.p('

Web Analytics Made Easy -StatCounter
');
1677: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1678: htp.p('');
1679: else
1680: htp.p('');
1681: end if;
1682:
1683: htp.p('');
2040:
2041: icx_plug_utilities.toolbar(p_text => l_title,
2042: p_language_code => icx_sec.g_language_code,
2043: p_disp_help => 'Y',
2044: p_disp_mainmenu => 'N',
2045: p_disp_menu => 'N');

Line 2127: icx_plug_utilities.buttonBoth(l_prompts(9),'javascript:createTo()');

2123: htp.p('');
2124: htp.p('

');
2134:
2135: htp.p('');

Line 2139: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveFavorites()','FNDJLFOK.gif');

2135: htp.p('

');
2136:
2137: htp.p('');

Line 2141: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');

2137: htp.p('

');
2144: htp.p('
');
1482: icx_plug_utilities.plugbanner(nvl(p_display_name,l_prompts(1)),l_agent||'OracleNavigate.customizeFavorites?X='||icx_call.encrypt2(p_plug_id,p_session_id), 'FNDNAVIG.gif');
1483: htp.p('

');
2125: htp.p(''); -- Buttons
2126: htp.p('');

Line 2131: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteTo()');

2127: icx_plug_utilities.buttonBoth(l_prompts(9),'javascript:createTo()');
2128: htp.p('

');
2127: icx_plug_utilities.buttonBoth(l_prompts(9),'javascript:createTo()');
2128: htp.p('
');
2129: icx_plug_utilities.buttonBoth(l_prompts(13),'javascript:renameTo()'); -- changed from prompt(10) for 976843
2130: htp.p('
');
2131: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteTo()');

Line 2129: icx_plug_utilities.buttonBoth(l_prompts(13),'javascript:renameTo()'); -- changed from prompt(10) for 976843

2125: htp.p(''); -- Buttons
2126: htp.p('
');
2127: icx_plug_utilities.buttonBoth(l_prompts(9),'javascript:createTo()');
2128: htp.p('
');
2129: icx_plug_utilities.buttonBoth(l_prompts(13),'javascript:renameTo()'); -- changed from prompt(10) for 976843
2130: htp.p('
');
2131: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteTo()');
2132: htp.p('
'); -- Buttons
2133: htp.p('

');
2129: icx_plug_utilities.buttonBoth(l_prompts(13),'javascript:renameTo()'); -- changed from prompt(10) for 976843
2130: htp.p('
');
2131: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteTo()');
2132: htp.p('
'); -- Buttons
2133: htp.p('


');
2138: htp.p('
'); -- OK
2139: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveFavorites()','FNDJLFOK.gif');
2140: htp.p('
');
2141: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');
2142: htp.p('
'); -- OK
2143: htp.p('
');
2138: htp.p('
'); -- OK
2139: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveFavorites()','FNDJLFOK.gif');
2140: htp.p('
');
2141: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');
2142: htp.p('
'); -- OK
2143: htp.p('
'); -- Cell
2145: htp.p('');

Line 2268: icx_plug_utilities.gotoMainMenu;

2264: l_lastcount := l_nextcount + 1;
2265: l_occurence := l_occurence + 1;
2266: end loop;
2267:
2268: icx_plug_utilities.gotoMainMenu;
2269:
2270: end if; -- validateSession
2271:
2272: exception

Line 2321: l_url := replace(l_url,'[PLSQL_AGENT]',icx_plug_utilities.getPLSQLagent);

2317: if substrb(l_web_call,1,10) = 'javascript'
2318: then
2319: l_url := replace(l_web_call,'"','''');
2320: l_url := replace(l_url,'[RESPONSIBILITY_ID]',p_resp_id);
2321: l_url := replace(l_url,'[PLSQL_AGENT]',icx_plug_utilities.getPLSQLagent);
2322: l_url :=(substrb(l_url, (instrb(l_url,'''',1,1)+1),(instrb((substrb(l_url,(instrb(l_url,'''',1,1)+1))),'''',1,1)-1)));
2323: l_url:='"'||l_url||'"';
2324: ELSE
2325: l_url := icx_portlet.createExecLink