DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on JS

Line 1234: if (instr(l_anchor,'OA.jsp') > 0)

1230: owa_util.mime_header('text/html', FALSE);
1231:
1232: icx_sec.sendsessioncookie(l_session_id);
1233:
1234: if (instr(l_anchor,'OA.jsp') > 0)
1235: then
1236: fnd_profile.get(name => 'APPS_DATABASE_ID',
1237: val => l_dbc);
1238:

Line 1351: if (instr(l_anchor,'OA.jsp') > 0)

1347: owa_util.mime_header('text/html', FALSE);
1348:
1349: icx_sec.sendsessioncookie(l_session_id);
1350:
1351: if (instr(l_anchor,'OA.jsp') > 0)
1352: then
1353: fnd_profile.get(name => 'APPS_DATABASE_ID',
1354: val => l_dbc);
1355:

Line 1488: and nvl(c.type,'WWW') in ('WWW','WWK', 'SERVLET','JSP', 'INTEROPJSP')

1484: from fnd_form_functions c,
1485: fnd_menu_entries_vl b
1486: where b.menu_id = c_menu_id
1487: and c.function_id(+) = b.function_id
1488: and nvl(c.type,'WWW') in ('WWW','WWK', 'SERVLET','JSP', 'INTEROPJSP')
1489: order by b.entry_sequence;
1490:
1491: l_timer number;
1492: begin

Line 1572: js.scriptOpen;

1568:
1569: htp.htmlOpen;
1570: htp.headOpen;
1571: icx_util.copyright;
1572: js.scriptOpen;
1573: icx_admin_sig.help_win_script('/OA_DOC/'||c_language_code||'/aic/icxhlpw.htm');
1574: htp.p('function open_new_browser(url,x,y){
1575: attributes = "resizable=yes,scrollbars=yes,toolbar=yes,width="+x+",height="+y;
1576: new_browser = window.open(url, "new_browser", attributes);}');

Line 1577: js.scriptClose;

1573: icx_admin_sig.help_win_script('/OA_DOC/'||c_language_code||'/aic/icxhlpw.htm');
1574: htp.p('function open_new_browser(url,x,y){
1575: attributes = "resizable=yes,scrollbars=yes,toolbar=yes,width="+x+",height="+y;
1576: new_browser = window.open(url, "new_browser", attributes);}');
1577: js.scriptClose;
1578: htp.title(c_title||' '|| nvl(c_known_as,c_user_name));
1579: htp.headClose;
1580:
1581: --* use Oracle logo *--

Line 2016: js.scriptOpen;

2012:
2013: htp.htmlOpen;
2014: htp.headOpen;
2015: icx_util.copyright;
2016: js.scriptOpen;
2017: icx_admin_sig.help_win_script('/OA_DOC/'||c_language_code||'/aic/icxhlpw.htm');
2018: js.scriptClose;
2019: js.scriptOpen;
2020: htp.p('function new_browser(url,x,y)

Line 2018: js.scriptClose;

2014: htp.headOpen;
2015: icx_util.copyright;
2016: js.scriptOpen;
2017: icx_admin_sig.help_win_script('/OA_DOC/'||c_language_code||'/aic/icxhlpw.htm');
2018: js.scriptClose;
2019: js.scriptOpen;
2020: htp.p('function new_browser(url,x,y)
2021: {
2022: attributes = "resizable=yes,scrollbars=yes,toolbar=yes,width="+x+",height="+y;

Line 2019: js.scriptOpen;

2015: icx_util.copyright;
2016: js.scriptOpen;
2017: icx_admin_sig.help_win_script('/OA_DOC/'||c_language_code||'/aic/icxhlpw.htm');
2018: js.scriptClose;
2019: js.scriptOpen;
2020: htp.p('function new_browser(url,x,y)
2021: {
2022: attributes = "resizable=yes,scrollbars=yes,toolbar=yes,width="+x+",height="+y;
2023: new_browser = window.open(url, "new_browser", attributes);

Line 2025: js.scriptClose;

2021: {
2022: attributes = "resizable=yes,scrollbars=yes,toolbar=yes,width="+x+",height="+y;
2023: new_browser = window.open(url, "new_browser", attributes);
2024: };');
2025: js.scriptClose;
2026: htp.title(l_menu_name);
2027: htp.headClose;
2028:
2029: icx_admin_sig.toolbar(language_code => c_language_code,

Line 2623: if f.type not in ('SERVLET','JSP', 'INTEROPJSP')

2619: l_parameters := replace(l_parameters,'[MENU_ID]',icx_sec.g_menu_id);
2620:
2621: c_anchor := '';
2622:
2623: if f.type not in ('SERVLET','JSP', 'INTEROPJSP')
2624: then
2625:
2626: select responsibility_id, RESPONSIBILITY_APPLICATION_ID
2627: into l_responsibility_id, l_resp_appl_id

Line 2668: end if; -- not in ('SERVLET','JSP')

2664: then
2665: c_anchor := c_anchor||'/'||l_resp_web_agent;
2666: end if;
2667:
2668: end if; -- not in ('SERVLET','JSP')
2669:
2670: /* Supposed to support MSOB
2671: if c_anchor is null
2672: then

Line 2731: elsif f.type = 'JSP' or f.type = 'INTEROPJSP' then

2727: end if;
2728:
2729: owa_util.redirect_url(c_anchor);
2730:
2731: elsif f.type = 'JSP' or f.type = 'INTEROPJSP' then
2732:
2733: l_encrypted_session_id := icx_call.encrypt3(n_session_id);
2734:
2735: l_web_html_call := replace(f.WEB_HTML_CALL,'apps.jsp','OA.jsp');

Line 2735: l_web_html_call := replace(f.WEB_HTML_CALL,'apps.jsp','OA.jsp');

2731: elsif f.type = 'JSP' or f.type = 'INTEROPJSP' then
2732:
2733: l_encrypted_session_id := icx_call.encrypt3(n_session_id);
2734:
2735: l_web_html_call := replace(f.WEB_HTML_CALL,'apps.jsp','OA.jsp');
2736:
2737: if (instr(l_web_html_call,'OA.jsp') > 0)
2738: then
2739: fnd_profile.get(name => 'APPS_FRAMEWORK_AGENT',

Line 2737: if (instr(l_web_html_call,'OA.jsp') > 0)

2733: l_encrypted_session_id := icx_call.encrypt3(n_session_id);
2734:
2735: l_web_html_call := replace(f.WEB_HTML_CALL,'apps.jsp','OA.jsp');
2736:
2737: if (instr(l_web_html_call,'OA.jsp') > 0)
2738: then
2739: fnd_profile.get(name => 'APPS_FRAMEWORK_AGENT',
2740: val => c_anchor);
2741: l_message := 'Applications Framework Agent';

Line 2792: if (instr(c_anchor,'OA.jsp') = 0)

2788:
2789: c_anchor := c_anchor||'&'||'language_code='||icx_sec.g_language_code||
2790: '&'||'transactionid='||l_encrypted_transaction_id;
2791:
2792: if (instr(c_anchor,'OA.jsp') = 0)
2793: then -- Other jsps still require sessionid
2794: c_anchor := c_anchor||'&'||'sessionid='||l_encrypted_session_id;
2795: end if;
2796:

Line 2793: then -- Other jsps still require sessionid

2789: c_anchor := c_anchor||'&'||'language_code='||icx_sec.g_language_code||
2790: '&'||'transactionid='||l_encrypted_transaction_id;
2791:
2792: if (instr(c_anchor,'OA.jsp') = 0)
2793: then -- Other jsps still require sessionid
2794: c_anchor := c_anchor||'&'||'sessionid='||l_encrypted_session_id;
2795: end if;
2796:
2797: if l_parameters is not null then