DBA Data[Home] [Help]

APPS.ORACLENAVIGATE dependencies on HTP

Line 33: htp.p('DEBUG ('||l_hsecs||') '||message);htp.nl;

29: procedure timer(message VARCHAR2) is --defaulted to NULL, removed for GSCC
30: l_hsecs pls_integer;
31: begin
32: select HSECS into l_hsecs from V$TIMER;
33: htp.p('DEBUG ('||l_hsecs||') '||message);htp.nl;
34: end;
35:
36: function security_group(p_responsibility_id number,
37: p_application_id number) return boolean is

Line 273: -- htp.p(SQLERRM);

269: end if;
270:
271: exception
272: when others then
273: -- htp.p(SQLERRM);
274: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
275: c_error_msg := fnd_message.get;
276: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
277:

Line 276: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

272: when others then
273: -- htp.p(SQLERRM);
274: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
275: c_error_msg := fnd_message.get;
276: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
277:
278:
279: end;
280:

Line 339: -- htp.p(SQLERRM);

335: p_executable => FALSE); -- pass in defaults (GSCC)
336:
337: exception
338: when others then
339: -- htp.p(SQLERRM);
340: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
341: c_error_msg := fnd_message.get;
342: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
343:

Line 342: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

338: when others then
339: -- htp.p(SQLERRM);
340: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
341: c_error_msg := fnd_message.get;
342: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
343:
344:
345:
346: end;

Line 410: -- htp.p(SQLERRM);

406: end if;
407:
408: exception
409: when others then
410: -- htp.p(SQLERRM);
411: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
412: c_error_msg := fnd_message.get;
413: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
414:

Line 413: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

409: when others then
410: -- htp.p(SQLERRM);
411: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
412: c_error_msg := fnd_message.get;
413: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
414:
415:
416: end;
417:

Line 425: htp.p('');

421: l_name varchar2(80);
422:
423: begin
424:
425: htp.p('');
426: htp.p('');
427:
428: htp.p(''||l_title||'');
429:

Line 426: htp.p('');

422:
423: begin
424:
425: htp.p('');
426: htp.p('');
427:
428: htp.p(''||l_title||'');
429:
430: htp.p('');
427:
428: htp.p(''||l_title||'');
429:
430: htp.p('');
427:
428: htp.p(''||l_title||'');
429:
430: htp.p('');

453: };');
454:
455: icx_admin_sig.help_win_script('ICXPHP', null, 'FND');
456:
457: htp.p('');
458:
459: htp.p('

Web Analytics Made Easy -StatCounter
');
460: -- htp.p('');
461: htp.p('');

Line 459: htp.p('');

455: icx_admin_sig.help_win_script('ICXPHP', null, 'FND');
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',

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 461: htp.p('');

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"');
465: htp.formHidden('X','FALSE');

Line 463: htp.formOpen(curl => 'XXX',

459: htp.p('

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

Line 465: htp.formHidden('X','FALSE');

461: htp.p('');
462:
463: htp.formOpen(curl => 'XXX',
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,

Line 466: htp.formClose;

462:
463: htp.formOpen(curl => 'XXX',
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',

Line 474: htp.p('');

470: p_disp_help => 'Y',
471: p_disp_exit => 'Y',
472: p_disp_menu => 'N');
473:
474: htp.p('');
475: htp.p('');
476: htp.p('');
477: htp.p('');
478: htp.p('');

475: htp.p('

This feature is not available yet.');

Line 475: htp.p('');

471: p_disp_exit => 'Y',
472: p_disp_menu => 'N');
473:
474: htp.p('');
475: htp.p('

');
476: htp.p('');
477: htp.p('');
478: htp.p('');

Line 476: htp.p('
');

472: p_disp_menu => 'N');
473:
474: htp.p('');
475: htp.p('

This feature is not available yet.');
479: htp.p('
');
476: htp.p('');
477: htp.p('');
478: htp.p('');
480: htp.p('
This feature is not available yet.');
479: htp.p('
'); -- outer table

Line 477: htp.p('');

473:
474: htp.p('');
475: htp.p('');
476: htp.p('');
477: htp.p('');
478: htp.p('');
480: htp.p('
This feature is not available yet.');
479: htp.p('
'); -- outer table
481: htp.p('');

Line 478: htp.p('
This feature is not available yet.');

474: htp.p('');
475: htp.p('');
476: htp.p('');
477: htp.p('');
478: htp.p('');
480: htp.p('
This feature is not available yet.');
479: htp.p('
'); -- outer table
481: htp.p('');
482:

Line 479: htp.p('
');
476: htp.p('');
477: htp.p('');
478: htp.p('');
480: htp.p('
This feature is not available yet.');
479: htp.p('
'); -- outer table
481: htp.p('');
482:
483: end;

Line 480: htp.p(''); -- outer table

476: htp.p('');
477: htp.p('');
478: htp.p(' This feature is not available yet.');
479: htp.p('');
480: htp.p(''); -- outer table
481: htp.p('');
482:
483: end;
484:

Line 481: htp.p('');

477: htp.p('');
478: htp.p(' This feature is not available yet.');
479: htp.p('');
480: htp.p(''); -- outer table
481: htp.p('');
482:
483: end;
484:
485:

Line 566: htp.p ('Please contact System Administrator. ');

562: fnd_profile.get(name => 'APPS_PORTAL',
563: val => l_url);
564:
565: if l_url IS NULL Then
566: htp.p ('Please contact System Administrator. ');
567: htp.p ('Profile - APPS_PORTAL is null') ;
568: end If ;
569:
570: owa_util.mime_header('text/html', FALSE);

Line 567: htp.p ('Profile - APPS_PORTAL is null') ;

563: val => l_url);
564:
565: if l_url IS NULL Then
566: htp.p ('Please contact System Administrator. ');
567: htp.p ('Profile - APPS_PORTAL is null') ;
568: end If ;
569:
570: owa_util.mime_header('text/html', FALSE);
571: owa_util.redirect_url(l_url);

Line 846: htp.p('');

842: listResponsibility(p_object => l_object,
843: p_entries => TRUE,
844: p_executable => FALSE); -- pass in defaults (GSCC)
845:
846: htp.p('');
847: if icx_cabo.g_base_href is null
848: then
849: htp.p('');
850: else

Line 849: htp.p('');

845:
846: htp.p('');
847: if icx_cabo.g_base_href is null
848: then
849: htp.p('');
850: else
851: -- htp.p('');

Line 851: -- htp.p('');
854: htp.p('');
855: end if;

Line 854: htp.p('');

850: else
851: -- htp.p('');
854: htp.p('');
855: end if;
856: htp.p('');
857: htp.p(''||l_title||'');
858:

Line 856: htp.p('');

852: -- base.href="'||icx_cabo.g_base_href||'"
853: -- ');
854: htp.p('');
855: end if;
856: htp.p('');
857: htp.p(''||l_title||'');
858:
859: htp.p('');
854: htp.p('');
855: end if;
856: htp.p('');
857: htp.p(''||l_title||'');
858:
859: htp.p('');
857: htp.p(''||l_title||'');
858:
859: htp.p('');

906: };');
907:
908: icx_admin_sig.help_win_script('ICXPHP', null, 'FND');
909:
910: htp.p('');
911:
912: htp.p('

Web Analytics Made Easy -StatCounter
');
913:
914: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then

Line 912: htp.p('');

908: icx_admin_sig.help_win_script('ICXPHP', null, 'FND');
909:
910: htp.p('');
911:
912: htp.p('

Web Analytics Made Easy -StatCounter
');
913:
914: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
915: htp.p('');
916: else

Line 915: htp.p('');

911:
912: htp.p('

Web Analytics Made Easy -StatCounter
');
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:

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 921: -- htp.p(FND_RUN_FUNCTION.GET_FORMS_LAUNCHER_SETUP);

917: htp.p('');
918: end if;
919:
920: -- Needed for RF.jsp
921: -- htp.p(FND_RUN_FUNCTION.GET_FORMS_LAUNCHER_SETUP);
922:
923: htp.formOpen(curl => 'XXX',
924: cattributes => 'NAME="functionwindowfocus"');
925: htp.formHidden('X','FALSE');

Line 923: htp.formOpen(curl => 'XXX',

919:
920: -- Needed for RF.jsp
921: -- htp.p(FND_RUN_FUNCTION.GET_FORMS_LAUNCHER_SETUP);
922:
923: htp.formOpen(curl => 'XXX',
924: cattributes => 'NAME="functionwindowfocus"');
925: htp.formHidden('X','FALSE');
926: htp.formClose;
927:

Line 925: htp.formHidden('X','FALSE');

921: -- htp.p(FND_RUN_FUNCTION.GET_FORMS_LAUNCHER_SETUP);
922:
923: htp.formOpen(curl => 'XXX',
924: cattributes => 'NAME="functionwindowfocus"');
925: htp.formHidden('X','FALSE');
926: htp.formClose;
927:
928: if ( substr(icx_sec.g_mode_code,1,3) = '115' or
929: icx_sec.g_mode_code = 'SLAVE')

Line 926: htp.formClose;

922:
923: htp.formOpen(curl => 'XXX',
924: cattributes => 'NAME="functionwindowfocus"');
925: htp.formHidden('X','FALSE');
926: htp.formClose;
927:
928: if ( substr(icx_sec.g_mode_code,1,3) = '115' or
929: icx_sec.g_mode_code = 'SLAVE')
930: then

Line 942: htp.p('');

938: p_disp_exit => 'Y',
939: p_disp_menu => 'N');
940: end if;
941:
942: htp.p('');
943: htp.p('');
944: htp.p('');
945:
946: htp.p('');

Line 943: htp.p('
');

939: p_disp_menu => 'N');
940: end if;
941:
942: htp.p('');
943: htp.p('

');
944: htp.p('');
945:
946: htp.p('');
947:

Line 944: htp.p('
');

940: end if;
941:
942: htp.p('');
943: htp.p('

');
944: htp.p('');
945:
946: htp.p('');
947:
948: htp.p('');
1022: htp.p('');
1023: htp.p('');
1024:
1025:

Line 1022: htp.p('
');

1018: htp.p('

');

Line 946: htp.p('');

942: htp.p('');
943: htp.p('');
944: htp.p('');
945:
946: htp.p('');
947:
948: htp.p('');
1022: htp.p('');
1023: htp.p('');
1024:

Line 1021: htp.p('
');

1017:
1018: htp.p('

');
949: htp.p('');
945:
946: htp.p('');
947:
948: htp.p('
');
950: icx_plug_utilities.banner(l_name);

Line 948: htp.p('
');

944: htp.p('

');
949: htp.p('');
952: htp.p('');

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

');
1022: htp.p('');

Line 1020: htp.p('');

1016: htp.p('

');

945:
946: htp.p('');
947:
948: htp.p('

');
949: htp.p('');
952: htp.p('');
953: htp.p('');

947:
948: htp.p('

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

');

Line 951: htp.p('
');
949: htp.p('');
952: htp.p('');
953: htp.p('');
1016: htp.p('
');
950: icx_plug_utilities.banner(l_name);
951: htp.p('

');
954:
955: htp.p('');

Line 952: htp.p('
');

948: htp.p('


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

');
954:
955: htp.p('');
956: for r in responsibilities loop

Line 953: htp.p('
');
1016: htp.p('
');

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

');
954:
955: htp.p('');
956: for r in responsibilities loop
957:

Line 955: htp.p('
');

951: htp.p('');
952: htp.p('

');
953: htp.p('

');
954:
955: htp.p('');
956: for r in responsibilities loop
957:
958: if security_group (r.responsibility_id, r.responsibility_application_id)
959: then

Line 969: htp.p('
');

965: if l_responsibility_id = r.responsibility_id and
966: l_security_group_id = r.security_group_id
967: then
968:
969: htp.p('

');
970: htp.p('');
973: htp.p('');

Line 970: htp.p('
');
970: htp.p('');
973: htp.p('
');
974: htp.p('');

Line 971: htp.p('');

967: then
968:
969: htp.p('

');
970: htp.p('
');
973: htp.p('
');
974: htp.p('');
975:

Line 972: htp.p('');

968:
969: htp.p('

');
970: htp.p('
');
973: htp.p('');
974: htp.p('');
975:
976: else

Line 973: htp.p('
');

969: htp.p('

');
970: htp.p('');
973: htp.p('');
974: htp.p('');
975:
976: else
977:

Line 974: htp.p('');

970: htp.p('

');
973: htp.p('');
974: htp.p('');
975:
976: else
977:
978: htp.p('');

Line 978: htp.p('
');

974: htp.p('

');
975:
976: else
977:
978: htp.p('');
979: htp.p('');
980: htp.p('');

975:
976: else
977:
978: htp.p('

');
979: htp.p('');
980: htp.p('');
979: htp.p('');
980: htp.p('');

Line 1008: htp.p('');

1004: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(D)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF',
1005: ctext => l_responsibility_name,
1006: cattributes => 'TARGET="'||l_target||'" onMouseOver="window.status='''||icx_util.replace_quotes(r.description)||''';return true"');
1007: END IF;
1008: htp.p('');
1009: htp.p('

');
1010:
1011: end if; -- P = r.responsibility_id
1012:

Line 1009: htp.p('');

1005: ctext => l_responsibility_name,
1006: cattributes => 'TARGET="'||l_target||'" onMouseOver="window.status='''||icx_util.replace_quotes(r.description)||''';return true"');
1007: END IF;
1008: htp.p('');
1009: htp.p('');
1010:
1011: end if; -- P = r.responsibility_id
1012:
1013: end loop;

Line 1015: htp.p('
');

1011: end if; -- P = r.responsibility_id
1012:
1013: end loop;
1014:
1015: htp.p('

');
1016: htp.p('
');
971: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
972: htp.p('
'||l_responsibility_name||'
');

966: l_security_group_id = r.security_group_id
967: then
968:
969: htp.p('

');
971: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
972: htp.p('
'||l_responsibility_name||'
');
971: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
972: htp.p('
'||l_responsibility_name||'
');
971: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
972: htp.p('
'||l_responsibility_name||'
'||l_responsibility_name||'
');
971: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
972: htp.p('
'||l_responsibility_name||'
');
971: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
972: htp.p('
'||l_responsibility_name||'
');
981: --Put IF logic here for bug 2314636 --mputman
982: IF r.TYPE = 'HOMEPAGE' THEN

Line 979: htp.p('
');
981: --Put IF logic here for bug 2314636 --mputman
982: IF r.TYPE = 'HOMEPAGE' THEN
983: BEGIN

Line 980: htp.p('
');

976: else
977:
978: htp.p('

');
981: --Put IF logic here for bug 2314636 --mputman
982: IF r.TYPE = 'HOMEPAGE' THEN
983: BEGIN
984: SELECT function_id

Line 1001: htp.p(l_url);

997: p_function_id => l_function_id,
998: p_link_name => l_responsibility_name,
999: p_url_only => 'N');
1000:
1001: htp.p(l_url);
1002:
1003: ELSE
1004: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(D)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF',
1005: ctext => l_responsibility_name,

Line 1004: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(D)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF',

1000:
1001: htp.p(l_url);
1002:
1003: ELSE
1004: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(D)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF',
1005: ctext => l_responsibility_name,
1006: cattributes => 'TARGET="'||l_target||'" onMouseOver="window.status='''||icx_util.replace_quotes(r.description)||''';return true"');
1007: END IF;
1008: htp.p('

');
1017:
1018: htp.p('
');
1019:

Line 1016: htp.p('
');

1012:
1013: end loop;
1014:
1015: htp.p('

');
1017:
1018: htp.p('
');
1019:
1020: htp.p('');

Line 1018: htp.p('
');

1014:
1015: htp.p('

');
1017:
1018: htp.p('
');
1019:
1020: htp.p('');
1021: htp.p('
');
1017:
1018: htp.p('
');
1019:
1020: htp.p('');
1021: htp.p('
');
1019:
1020: htp.p('');
1021: htp.p('

');
1019:
1020: htp.p('');
1021: htp.p('');
1022: htp.p('');
1023: htp.p('');
1024:
1025:
1026: htp.p('');

Line 1023: htp.p('');

1019:
1020: htp.p('');
1021: htp.p('');
1022: htp.p('');
1023: htp.p('');
1024:
1025:
1026: htp.p('');
1027: htp.p('');

Line 1026: htp.p('');

1022: htp.p('');
1023: htp.p('');
1024:
1025:
1026: htp.p('');
1027: htp.p('');
1028: htp.p('');
1029:
1030: for i in 1..g_list.LAST loop -- functions

Line 1027: htp.p('
');
1024:
1025:
1026: htp.p('');
1027: htp.p('');

Line 1167: htp.p('');

1163: htp.p(''||c_error_msg);
1164:
1165: else
1166:
1167: htp.p('');
1168:
1169: htp.p('

');

1023: htp.p('

');
1028: htp.p('');
1029:
1030: for i in 1..g_list.LAST loop -- functions
1031:

Line 1028: htp.p('
');

1024:
1025:
1026: htp.p('');
1027: htp.p('

');
1028: htp.p('');
1029:
1030: for i in 1..g_list.LAST loop -- functions
1031:
1032: if g_list(i).prompt is not null -- null prompt

Line 1038: htp.p('
');

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

');
1039: htp.p('');
1042: htp.p('');

Line 1039: htp.p('
');
1039: htp.p('');
1042: htp.p('
');
1043: htp.p('
');

Line 1041: htp.p('');

1037: then
1038: htp.p('

');
1039: htp.p('
');
1042: htp.p('');
1043: htp.p('');
1044: end if;
1045:

Line 1042: htp.p('
');

1038: htp.p('

');
1039: htp.p('');
1042: htp.p('');
1043: htp.p('');
1044: end if;
1045:
1046:

Line 1043: htp.p('');

1039: htp.p('

');
1042: htp.p('');
1043: htp.p('');
1044: end if;
1045:
1046:
1047: else

Line 1048: htp.p('
');

1044: end if;
1045:
1046:
1047: else
1048: htp.p('

');
1049: htp.p('');
1049: htp.p('');
1049: htp.p('
');
1049: htp.p('
');

1131: END IF;
1132: */
1133:
1134:
1135: htp.p('');
1136: htp.p('

');
1137: if i+1 = g_list.COUNT
1138: then
1139: htp.p('
');

Line 1136: htp.p('');

1132: */
1133:
1134:
1135: htp.p('');
1136: htp.p('');
1137: if i+1 = g_list.COUNT
1138: then
1139: htp.p('

');
1140:

Line 1139: htp.p('
');

1135: htp.p('');
1136: htp.p('');
1137: if i+1 = g_list.COUNT
1138: then
1139: htp.p('

');
1140:
1141: else
1142: if g_list(i+1).type = 'MENU'
1143: then

Line 1144: htp.p('
');

1140:
1141: else
1142: if g_list(i+1).type = 'MENU'
1143: then
1144: htp.p('

');
1145:
1146: end if;
1147: end if;
1148: end if; -- menu type

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

');

1035: then
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('

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


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

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

');
1050: htp.p('&'||'nbsp'||icx_util.replace_alt_quotes(g_list(i).description)||'');
1051: htp.p('');
1052: if substr(g_list(i).web_html_call,1,10) = 'javascript' -- javascript

Line 1049: htp.p('
');

1045:
1046:
1047: else
1048: htp.p('

');
1050: htp.p('&'||'nbsp'||icx_util.replace_alt_quotes(g_list(i).description)||'');
1051: htp.p('');
1052: if substr(g_list(i).web_html_call,1,10) = 'javascript' -- javascript
1053: then

Line 1050: htp.p('&'||'nbsp'||icx_util.replace_alt_quotes(g_list(i).description)||'');

1046:
1047: else
1048: htp.p('

');
1050: htp.p('&'||'nbsp'||icx_util.replace_alt_quotes(g_list(i).description)||'');
1051: htp.p('');
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,'"','''');

Line 1051: htp.p('');

1047: else
1048: htp.p('

');
1050: htp.p('&'||'nbsp'||icx_util.replace_alt_quotes(g_list(i).description)||'');
1051: htp.p('');
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);

Line 1059: htp.p(l_url);

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:
1061: else
1062: -- 2903730 nlbarlow
1063: if g_list(i).FUNCTION_TYPE = 'WWK'

Line 1075: htp.anchor(curl => l_url,

1071: p_url_only => 'Y');
1072:
1073: l_url := 'javascript:top.main.icx_nav_window('''||g_list(i).FUNCTION_TYPE||''','''||l_url||''', '''||icx_util.replace_quotes(g_list(i).PROMPT)||''')';
1074:
1075: htp.anchor(curl => l_url,
1076: ctext => g_list(i).prompt,
1077: cattributes => 'onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(g_list(i).description)||''';return true"');
1078:
1079: else if g_list(i).FUNCTION_TYPE = 'WWW' -- bug 3764537

Line 1089: htp.p(l_url);

1085: p_security_group_id => g_list(i).security_group_id,
1086: p_function_id => g_list(i).function_id,
1087: p_link_name => g_list(i).prompt,
1088: p_url_only => 'N');
1089: htp.p(l_url);
1090:
1091: -- end bug 3764537
1092:
1093: else

Line 1103: htp.p(l_url);

1099: p_link_name => g_list(i).prompt,
1100: p_url_only => 'N',
1101: p_parameters=> 'OAFMID=' || to_char(g_list(i).parent_menu_id) || '&OAPB=_OAFMID' ); -- bug 3456465
1102:
1103: htp.p(l_url);
1104: end if;
1105: end if;
1106: /*
1107: if ( substr(icx_sec.g_mode_code,1,3) = '115' OR

Line 1123: htp.anchor(curl => l_url,

1119: end if;
1120:
1121: /*
1122: IF ((g_list(i).FUNCTION_TYPE = 'WWK') OR (g_list(i).FUNCTION_TYPE = 'FORM')) THEN
1123: htp.anchor(curl => l_url,
1124: ctext => g_list(i).prompt,
1125: cattributes => 'onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(g_list(i).description)||''';return true"');
1126: ELSE
1127: htp.anchor2(curl => l_url,

Line 1127: htp.anchor2(curl => l_url,

1123: htp.anchor(curl => l_url,
1124: ctext => g_list(i).prompt,
1125: cattributes => 'onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(g_list(i).description)||''';return true"');
1126: ELSE
1127: htp.anchor2(curl => l_url,
1128: ctext => g_list(i).prompt,
1129: cattributes => 'onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(g_list(i).description)||''';return true"',
1130: ctarget => '_top');
1131: END IF;

Line 1135: htp.p('






');

1149: end if; -- null prompt
1150: end loop; -- functions
1151:
1152:
1153: htp.p('

');
1154:
1155: if l_url is null
1156: then
1157:

Line 1161: htp.p('');

1157:
1158: fnd_message.set_name('FND','FND_APPSNAV_NO_AVAIL_APPS');
1159: c_error_msg := fnd_message.get;
1160:
1161: htp.p('');
1162: htp.p('');
1163: htp.p(''||c_error_msg);
1164:
1165: else

Line 1162: htp.p('');

1158: fnd_message.set_name('FND','FND_APPSNAV_NO_AVAIL_APPS');
1159: c_error_msg := fnd_message.get;
1160:
1161: htp.p('');
1162: htp.p('');
1163: htp.p(''||c_error_msg);
1164:
1165: else
1166:

Line 1163: htp.p(''||c_error_msg);

1159: c_error_msg := fnd_message.get;
1160:
1161: htp.p('');
1162: htp.p('
');
1163: htp.p(''||c_error_msg);
1164:
1165: else
1166:
1167: htp.p('

');
1170:
1171: --htp.p('');--mputman debug

Line 1169: htp.p('');

1165: else
1166:
1167: htp.p('');
1168:
1169: htp.p('');
1170:
1171: --htp.p('');--mputman debug
1172: end if; --icx_sec.validatesession
1173:

Line 1171: --htp.p('');--mputman debug

1167: htp.p('');
1168:
1169: htp.p('');
1170:
1171: --htp.p('');--mputman debug
1172: end if; --icx_sec.validatesession
1173:
1174: end if; -- icx_sec.g_mode_code in ('115J', '115P');
1175:

Line 1183: -- htp.p(SQLERRM);

1179:
1180:
1181: exception
1182: when others then
1183: -- htp.p(SQLERRM);
1184: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1185: c_error_msg := fnd_message.get;
1186: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1187:

Line 1186: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

1182: when others then
1183: -- htp.p(SQLERRM);
1184: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1185: c_error_msg := fnd_message.get;
1186: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1187:
1188: end;
1189:
1190:

Line 1277: htp.p('');

1273: l_prompts(6) := '';
1274: l_prompts(7) := '';
1275: end if;
1276:
1277: htp.p('

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

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

1274: l_prompts(7) := '';
1275: end if;
1276:
1277: htp.p('');
1278: htp.p('');
1281:
1282: htp.p('
');

Line 1280: htp.p('');

1276:
1277: htp.p('

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

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

1278: htp.p('

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

');

Line 1282: htp.p('

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

');
1285: htp.p('');
1286:

Line 1284: htp.p('
');
1281:
1282: htp.p('');
1283:
1284: htp.p('');
1386:
1387: end loop;
1388:
1389: htp.p('
');

1280: htp.p('


');
1285: htp.p('');
1286:
1287: if ( substr(icx_sec.g_mode_code,1,3) = '115' OR
1288: icx_sec.g_mode_code = 'SLAVE')

Line 1285: htp.p('
');

1281:
1282: htp.p('

');
1283:
1284: htp.p('

');
1285: htp.p('');
1286:
1287: if ( substr(icx_sec.g_mode_code,1,3) = '115' OR
1288: icx_sec.g_mode_code = 'SLAVE')
1289: then

Line 1304: htp.p('
');

1300: else
1301: l_responsibility_name := r.responsibility_name;
1302: end if;
1303:
1304: htp.p('

');
1305: htp.p('');
1305: htp.p('');
1305: htp.p('
');

1381: cattributes => 'TARGET="'||l_target||'" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"');
1382: end if;
1383:
1384: END IF;
1385: htp.p('');
1386:
1387: end loop;
1388:
1389: htp.p('

');
1306: htp.p('');
1307: --Put IF logic here for bug 2314636 --mputman
1308: IF r.type='HOMEPAGE' THEN

Line 1305: htp.p('
');

1301: l_responsibility_name := r.responsibility_name;
1302: end if;
1303:
1304: htp.p('

');
1306: htp.p('');
1307: --Put IF logic here for bug 2314636 --mputman
1308: IF r.type='HOMEPAGE' THEN
1309: BEGIN

Line 1306: htp.p('');

1302: end if;
1303:
1304: htp.p('

');
1306: htp.p('');
1307: --Put IF logic here for bug 2314636 --mputman
1308: IF r.type='HOMEPAGE' THEN
1309: BEGIN
1310: SELECT function_id

Line 1329: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');

1325: p_function_id => l_function_id,
1326: p_link_name => l_responsibility_name,
1327: p_url_only => 'N');
1328:
1329: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1330: htp.p(l_url);
1331: else
1332: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1333:

Line 1330: htp.p(l_url);

1326: p_link_name => l_responsibility_name,
1327: p_url_only => 'N');
1328:
1329: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1330: htp.p(l_url);
1331: else
1332: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1333:
1334: htp.anchor(curl => l_agent||'OracleSSWA.Execute?E='||icx_call.encrypt(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]'),

Line 1332: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');

1328:
1329: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1330: htp.p(l_url);
1331: else
1332: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1333:
1334: htp.anchor(curl => l_agent||'OracleSSWA.Execute?E='||icx_call.encrypt(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]'),
1335: ctext => l_responsibility_name,cattributes => 'TARGET="_top" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"');
1336: end if;

Line 1334: htp.anchor(curl => l_agent||'OracleSSWA.Execute?E='||icx_call.encrypt(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]'),

1330: htp.p(l_url);
1331: else
1332: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1333:
1334: htp.anchor(curl => l_agent||'OracleSSWA.Execute?E='||icx_call.encrypt(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]'),
1335: ctext => l_responsibility_name,cattributes => 'TARGET="_top" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"');
1336: end if;
1337:
1338: ELSE

Line 1356: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');

1352: p_parameters => 'navRespId='||r.responsibility_id||'&'||'navRespAppId='||r.responsibility_application_id||'&'||'navSecGrpId='||r.security_group_id,
1353: p_link_name => l_responsibility_name,
1354: p_url_only => 'N');
1355:
1356: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1357:
1358: htp.p(l_url);
1359:
1360: elsif r.version = '4'

Line 1358: htp.p(l_url);

1354: p_url_only => 'N');
1355:
1356: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1357:
1358: htp.p(l_url);
1359:
1360: elsif r.version = '4'
1361: then
1362: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');

Line 1362: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');

1358: htp.p(l_url);
1359:
1360: elsif r.version = '4'
1361: then
1362: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1363:
1364: l_url := 'javascript:top.main.icx_nav_window2(''WWK'', '''||l_agent|| 'fnd_icx_launch.runforms?ICX_TICKET=&''';
1365:
1366: l_url := l_url||','''||wfa_html.conv_special_url_chars(r.application_short_name)

Line 1371: htp.anchor(curl => l_url,

1367: ||''','''||wfa_html.conv_special_url_chars(r.responsibility_key)
1368: ||''','''||wfa_html.conv_special_url_chars(r.security_group_key)
1369: ||''','''||icx_util.replace_quotes(l_responsibility_name)||''')';
1370:
1371: htp.anchor(curl => l_url,
1372: ctext => l_responsibility_name,
1373: cattributes => 'TARGET="_top" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"');
1374:
1375: else

Line 1376: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');

1372: ctext => l_responsibility_name,
1373: cattributes => 'TARGET="_top" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"');
1374:
1375: else
1376: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1377:
1378: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(p_plug_id)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF'||'&'||'M=
1379: 9999',
1380: ctext => l_responsibility_name,

Line 1378: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(p_plug_id)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF'||'&'||'M=

1374:
1375: else
1376: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1377:
1378: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(p_plug_id)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF'||'&'||'M=
1379: 9999',
1380: ctext => l_responsibility_name,
1381: cattributes => 'TARGET="'||l_target||'" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"');
1382: end if;

Line 1385: htp.p('
');

Line 1389: htp.p('
');

1385: htp.p('

');
1390: htp.p('
');
1391:
1392: end if;
1393:

Line 1390: htp.p('
');

1386:
1387: end loop;
1388:
1389: htp.p('');
1390: htp.p('');
1391:
1392: end if;
1393:
1394: exception

Line 1396: -- htp.p(SQLERRM);

1392: end if;
1393:
1394: exception
1395: when others then
1396: -- htp.p(SQLERRM);
1397: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1398: c_error_msg := fnd_message.get;
1399: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1400:

Line 1399: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

1395: when others then
1396: -- htp.p(SQLERRM);
1397: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1398: c_error_msg := fnd_message.get;
1399: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1400:
1401:
1402: end;
1403:

Line 1478: htp.p('');

1474: end if;
1475:
1476: icx_util.getprompts(601, 'ICX_OBIS_NAVIGATE', l_title, l_prompts);
1477:
1478: htp.p('');
1479:
1480: htp.p('');
1481: 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');

Line 1480: htp.p('');

1476: icx_util.getprompts(601, 'ICX_OBIS_NAVIGATE', l_title, l_prompts);
1477:
1478: htp.p('');
1479:
1480: htp.p('

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

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

1477:
1478: htp.p('');
1479:
1480: htp.p('');
1481: htp.p('');
1484:
1485: htp.p('
');

Line 1483: htp.p('');

1479:
1480: 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('

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

1481: htp.p('

');
1484:
1485: htp.p('');
1486:
1487: 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('

');

Line 1485: 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('

');
1488: htp.p('');
1489:

Line 1487: htp.p('
');
1484:
1485: htp.p('');
1486:
1487: htp.p('');
1547:
1548: end loop;
1549:
1550: htp.p('
');

1483: htp.p('


');
1488: htp.p('');
1489:
1490: for f in Favorites loop
1491:

Line 1488: htp.p('
');

1484:
1485: htp.p('

');
1486:
1487: htp.p('

');
1488: htp.p('');
1489:
1490: for f in Favorites loop
1491:
1492: htp.p('');

Line 1492: htp.p('
');

1488: htp.p('

');
1489:
1490: for f in Favorites loop
1491:
1492: htp.p('');
1493: if f.URL is null
1494: then
1495: if substr(f.WEB_HTML_CALL,1,10) = 'javascript'
1496: then

Line 1512: -- Bug 3240178 htp.p('
');

1542: cattributes => ' onMouseOver="window.status='''||l_url||''';return true"');
1543: end if;
1544: end if;
1545:
1546: htp.p('');
1547:
1548: end loop;
1549:
1550: htp.p('

');

1508: p_url_only => 'N');
1509:
1510: end if;
1511:
1512: -- Bug 3240178 htp.p('

');
1513:
1514: htp.p('
'||icx_util.replace_alt_quotes(f.prompt)||'');
1515:
1516: htp.p('');

Line 1514: htp.p('
'||icx_util.replace_alt_quotes(f.prompt)||'');

1510: end if;
1511:
1512: -- Bug 3240178 htp.p('

');
1513:
1514: htp.p('
'||icx_util.replace_alt_quotes(f.prompt)||'');
1515:
1516: htp.p('');
1517: htp.p(l_url);
1518: else

Line 1516: htp.p('');

1512: -- Bug 3240178 htp.p('

');
1513:
1514: htp.p('
'||icx_util.replace_alt_quotes(f.prompt)||'');
1515:
1516: htp.p('');
1517: htp.p(l_url);
1518: else
1519: if instr(upper(f.URL),'HTTP') > 0
1520: then

Line 1517: htp.p(l_url);

1513:
1514: htp.p('

'||icx_util.replace_alt_quotes(f.prompt)||'');
1515:
1516: htp.p('');
1517: htp.p(l_url);
1518: else
1519: if instr(upper(f.URL),'HTTP') > 0
1520: then
1521: l_url := f.URL;

Line 1529: htp.p('
');

1525: else
1526: l_url := 'http://'||f.URL; -- This http: OK, nlbarlow
1527: end if;
1528:
1529: htp.p('

');
1530: htp.p(''||f.prompt||'');
1531: htp.p('');
1532: if ( substr(icx_sec.g_mode_code,1,3) = '115' OR
1533: icx_sec.g_mode_code = 'SLAVE')

Line 1530: htp.p(''||f.prompt||'');

1526: l_url := 'http://'||f.URL; -- This http: OK, nlbarlow
1527: end if;
1528:
1529: htp.p('

');
1530: htp.p(''||f.prompt||'');
1531: htp.p('');
1532: if ( substr(icx_sec.g_mode_code,1,3) = '115' OR
1533: icx_sec.g_mode_code = 'SLAVE')
1534: then

Line 1531: htp.p('');

1527: end if;
1528:
1529: htp.p('

');
1530: htp.p(''||f.prompt||'');
1531: htp.p('');
1532: if ( substr(icx_sec.g_mode_code,1,3) = '115' OR
1533: icx_sec.g_mode_code = 'SLAVE')
1534: then
1535: htp.anchor(curl => 'javascript:top.main.icx_nav_window(''WWK'','''||l_url||''','''||f.PROMPT||''')',

Line 1535: htp.anchor(curl => 'javascript:top.main.icx_nav_window(''WWK'','''||l_url||''','''||f.PROMPT||''')',

1531: htp.p('');
1532: if ( substr(icx_sec.g_mode_code,1,3) = '115' OR
1533: icx_sec.g_mode_code = 'SLAVE')
1534: then
1535: htp.anchor(curl => 'javascript:top.main.icx_nav_window(''WWK'','''||l_url||''','''||f.PROMPT||''')',
1536: ctext => f.PROMPT,
1537: cattributes => ' onMouseOver="window.status='''||l_url||''';return true"');
1538:
1539: else

Line 1540: htp.anchor(curl => 'javascript:icx_nav_window(''WWW'','''||l_url||''','''||f.PROMPT||''')',

1536: ctext => f.PROMPT,
1537: cattributes => ' onMouseOver="window.status='''||l_url||''';return true"');
1538:
1539: else
1540: htp.anchor(curl => 'javascript:icx_nav_window(''WWW'','''||l_url||''','''||f.PROMPT||''')',
1541: ctext => f.PROMPT,
1542: cattributes => ' onMouseOver="window.status='''||l_url||''';return true"');
1543: end if;
1544: end if;

Line 1546: htp.p('
');

Line 1550: htp.p('
');

1546: htp.p('

');
1551: htp.p('
');
1552:
1553: end if;
1554: exception

Line 1551: htp.p('
');

1547:
1548: end loop;
1549:
1550: htp.p('

');
1551: htp.p('');
1552:
1553: end if;
1554: exception
1555: when others then

Line 1556: -- htp.p(SQLERRM);

1552:
1553: end if;
1554: exception
1555: when others then
1556: -- htp.p(SQLERRM);
1557: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1558: c_error_msg := fnd_message.get;
1559: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1560:

Line 1559: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

1555: when others then
1556: -- htp.p(SQLERRM);
1557: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1558: c_error_msg := fnd_message.get;
1559: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1560:
1561: end;
1562:
1563: procedure FavoriteCreate is

Line 1575: htp.p('');

1571: if(icx_sec.validateSession)
1572: then
1573: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_CREATE', l_title, l_prompts);
1574:
1575: htp.p('');
1576: htp.p('');
1577: htp.p(''||l_title||'');
1578: htp.p('

Web Analytics Made Easy -StatCounter
');
1579:

Line 1576: htp.p('');

1572: then
1573: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_CREATE', l_title, l_prompts);
1574:
1575: htp.p('');
1576: htp.p('');
1577: htp.p(''||l_title||'');
1578: htp.p('

Web Analytics Made Easy -StatCounter
');
1579:
1580: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then

Line 1577: htp.p(''||l_title||'');

1573: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_CREATE', l_title, l_prompts);
1574:
1575: htp.p('');
1576: htp.p('');
1577: htp.p(''||l_title||'');
1578: htp.p('

Web Analytics Made Easy -StatCounter
');
1579:
1580: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1581: htp.p('');

Line 1578: htp.p('');

1574:
1575: htp.p('');
1576: htp.p('');
1577: htp.p(''||l_title||'');
1578: htp.p('

Web Analytics Made Easy -StatCounter
');
1579:
1580: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1581: htp.p('');
1582: else

Line 1581: htp.p('');

1577: htp.p(''||l_title||'');
1578: htp.p('

Web Analytics Made Easy -StatCounter
');
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:

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

Line 1614: htp.p('');

1610: htp.p('window.close();
1611: };
1612: }');
1613:
1614: htp.p('');
1615:
1616: htp.formOpen('javascript:saveCreate()','POST','','','NAME="createFavorite"')
1617: ;
1618: htp.tableOpen;

Line 1616: htp.formOpen('javascript:saveCreate()','POST','','','NAME="createFavorite"')

1612: }');
1613:
1614: htp.p('');
1615:
1616: htp.formOpen('javascript:saveCreate()','POST','','','NAME="createFavorite"')
1617: ;
1618: htp.tableOpen;
1619: htp.tableRowOpen;
1620: htp.tableData(l_prompts(1), 'RIGHT');

Line 1618: htp.tableOpen;

1614: htp.p('');
1615:
1616: htp.formOpen('javascript:saveCreate()','POST','','','NAME="createFavorite"')
1617: ;
1618: htp.tableOpen;
1619: htp.tableRowOpen;
1620: htp.tableData(l_prompts(1), 'RIGHT');
1621: htp.tableData(htf.formText(cname => 'LOCATION',
1622: csize => '35',

Line 1619: htp.tableRowOpen;

1615:
1616: htp.formOpen('javascript:saveCreate()','POST','','','NAME="createFavorite"')
1617: ;
1618: htp.tableOpen;
1619: htp.tableRowOpen;
1620: htp.tableData(l_prompts(1), 'RIGHT');
1621: htp.tableData(htf.formText(cname => 'LOCATION',
1622: csize => '35',
1623: cmaxlength => '2000'), 'LEFT');

Line 1620: htp.tableData(l_prompts(1), 'RIGHT');

1616: htp.formOpen('javascript:saveCreate()','POST','','','NAME="createFavorite"')
1617: ;
1618: htp.tableOpen;
1619: htp.tableRowOpen;
1620: htp.tableData(l_prompts(1), 'RIGHT');
1621: htp.tableData(htf.formText(cname => 'LOCATION',
1622: csize => '35',
1623: cmaxlength => '2000'), 'LEFT');
1624: htp.tableRowClose;

Line 1621: htp.tableData(htf.formText(cname => 'LOCATION',

1617: ;
1618: htp.tableOpen;
1619: htp.tableRowOpen;
1620: htp.tableData(l_prompts(1), 'RIGHT');
1621: htp.tableData(htf.formText(cname => 'LOCATION',
1622: csize => '35',
1623: cmaxlength => '2000'), 'LEFT');
1624: htp.tableRowClose;
1625: htp.tableRowOpen;

Line 1624: htp.tableRowClose;

1620: htp.tableData(l_prompts(1), 'RIGHT');
1621: htp.tableData(htf.formText(cname => 'LOCATION',
1622: csize => '35',
1623: cmaxlength => '2000'), 'LEFT');
1624: htp.tableRowClose;
1625: htp.tableRowOpen;
1626: htp.tableData(l_prompts(2), 'RIGHT');
1627: htp.tableData(htf.formText(cname => 'NAME',
1628: csize => '35',

Line 1625: htp.tableRowOpen;

1621: htp.tableData(htf.formText(cname => 'LOCATION',
1622: csize => '35',
1623: cmaxlength => '2000'), 'LEFT');
1624: htp.tableRowClose;
1625: htp.tableRowOpen;
1626: htp.tableData(l_prompts(2), 'RIGHT');
1627: htp.tableData(htf.formText(cname => 'NAME',
1628: csize => '35',
1629: cmaxlength => '240'), 'LEFT');

Line 1626: htp.tableData(l_prompts(2), 'RIGHT');

1622: csize => '35',
1623: cmaxlength => '2000'), 'LEFT');
1624: htp.tableRowClose;
1625: htp.tableRowOpen;
1626: htp.tableData(l_prompts(2), 'RIGHT');
1627: htp.tableData(htf.formText(cname => 'NAME',
1628: csize => '35',
1629: cmaxlength => '240'), 'LEFT');
1630: htp.tableRowClose;

Line 1627: htp.tableData(htf.formText(cname => 'NAME',

1623: cmaxlength => '2000'), 'LEFT');
1624: htp.tableRowClose;
1625: htp.tableRowOpen;
1626: htp.tableData(l_prompts(2), 'RIGHT');
1627: htp.tableData(htf.formText(cname => 'NAME',
1628: csize => '35',
1629: cmaxlength => '240'), 'LEFT');
1630: htp.tableRowClose;
1631: htp.tableRowOpen;

Line 1630: htp.tableRowClose;

1626: htp.tableData(l_prompts(2), 'RIGHT');
1627: htp.tableData(htf.formText(cname => 'NAME',
1628: csize => '35',
1629: cmaxlength => '240'), 'LEFT');
1630: htp.tableRowClose;
1631: htp.tableRowOpen;
1632: htp.p('');
1633: htp.p('');
1634: htp.p('');
1640: htp.tableRowClose;
1641: htp.tableClose;
1642: htp.formClose;
1643:
1644: htp.bodyClose;

Line 1641: htp.tableClose;

1637: icx_plug_utilities.buttonRight(l_prompts(4),'javascript:window.close()','FNDJLFCN.gif');
1638: htp.p('

');

Line 1631: htp.tableRowOpen;

1627: htp.tableData(htf.formText(cname => 'NAME',
1628: csize => '35',
1629: cmaxlength => '240'), 'LEFT');
1630: htp.tableRowClose;
1631: htp.tableRowOpen;
1632: htp.p('

');
1633: htp.p('');
1634: htp.p('');
1640: htp.tableRowClose;
1641: htp.tableClose;
1642: htp.formClose;
1643:

Line 1640: htp.tableRowClose;

1636: htp.p('

');
1635: icx_plug_utilities.buttonLeft(l_prompts(3),'javascript:saveCreate()','FNDJLFOK.gif');

Line 1632: htp.p('
');

1628: csize => '35',
1629: cmaxlength => '240'), 'LEFT');
1630: htp.tableRowClose;
1631: htp.tableRowOpen;
1632: htp.p('

');
1633: htp.p('');
1634: htp.p('');
1640: htp.tableRowClose;
1641: htp.tableClose;
1642: htp.formClose;

Line 1639: htp.p('');

1635: icx_plug_utilities.buttonLeft(l_prompts(3),'javascript:saveCreate()','FNDJLFOK.gif');
1636: htp.p('

');
1635: icx_plug_utilities.buttonLeft(l_prompts(3),'javascript:saveCreate()','FNDJLFOK.gif');
1636: htp.p('
');

Line 1633: htp.p('');

1629: cmaxlength => '240'), 'LEFT');
1630: htp.tableRowClose;
1631: htp.tableRowOpen;
1632: htp.p('

');
1633: htp.p('');
1634: htp.p('');
1640: htp.tableRowClose;

Line 1638: htp.p('
');
1635: icx_plug_utilities.buttonLeft(l_prompts(3),'javascript:saveCreate()','FNDJLFOK.gif');
1636: htp.p('
');
1637: icx_plug_utilities.buttonRight(l_prompts(4),'javascript:window.close()','FNDJLFCN.gif');

Line 1634: htp.p('
');

1630: htp.tableRowClose;
1631: htp.tableRowOpen;
1632: htp.p('

');
1633: htp.p('');
1634: htp.p('
');
1635: icx_plug_utilities.buttonLeft(l_prompts(3),'javascript:saveCreate()','FNDJLFOK.gif');
1636: htp.p('
');
1637: icx_plug_utilities.buttonRight(l_prompts(4),'javascript:window.close()','FNDJLFCN.gif');
1638: htp.p('
');

Line 1636: htp.p('
');

1632: htp.p('

');
1633: htp.p('');
1634: htp.p('
');
1635: icx_plug_utilities.buttonLeft(l_prompts(3),'javascript:saveCreate()','FNDJLFOK.gif');
1636: htp.p('
');
1637: icx_plug_utilities.buttonRight(l_prompts(4),'javascript:window.close()','FNDJLFCN.gif');
1638: htp.p('
');
1639: htp.p('
');

1634: htp.p('

');
1635: icx_plug_utilities.buttonLeft(l_prompts(3),'javascript:saveCreate()','FNDJLFOK.gif');
1636: htp.p('
');
1637: icx_plug_utilities.buttonRight(l_prompts(4),'javascript:window.close()','FNDJLFCN.gif');
1638: htp.p('
');
1639: htp.p('
');
1637: icx_plug_utilities.buttonRight(l_prompts(4),'javascript:window.close()','FNDJLFCN.gif');
1638: htp.p('
');
1639: htp.p('
');
1637: icx_plug_utilities.buttonRight(l_prompts(4),'javascript:window.close()','FNDJLFCN.gif');
1638: htp.p('
');
1639: htp.p('
');
1639: htp.p('');
1640: htp.tableRowClose;
1641: htp.tableClose;
1642: htp.formClose;
1643:
1644: htp.bodyClose;
1645: htp.htmlClose;

Line 1642: htp.formClose;

1638: htp.p('');
1639: htp.p('');
1640: htp.tableRowClose;
1641: htp.tableClose;
1642: htp.formClose;
1643:
1644: htp.bodyClose;
1645: htp.htmlClose;
1646:

Line 1644: htp.bodyClose;

1640: htp.tableRowClose;
1641: htp.tableClose;
1642: htp.formClose;
1643:
1644: htp.bodyClose;
1645: htp.htmlClose;
1646:
1647: end if;
1648:

Line 1645: htp.htmlClose;

1641: htp.tableClose;
1642: htp.formClose;
1643:
1644: htp.bodyClose;
1645: htp.htmlClose;
1646:
1647: end if;
1648:
1649: exception

Line 1651: -- htp.p(SQLERRM);

1647: end if;
1648:
1649: exception
1650: when others then
1651: -- htp.p(SQLERRM);
1652: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1653: c_error_msg := fnd_message.get;
1654: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1655:

Line 1654: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

1650: when others then
1651: -- htp.p(SQLERRM);
1652: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1653: c_error_msg := fnd_message.get;
1654: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1655:
1656:
1657: end;
1658:

Line 1673: htp.p('');

1669: then
1670: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_RENAME', l_title, l_prompts);
1671:
1672:
1673: htp.p('');
1674: htp.p('');
1675: htp.p(''||l_title||'');
1676: htp.p('

Web Analytics Made Easy -StatCounter
');
1677: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then

Line 1674: htp.p('');

1670: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_RENAME', l_title, l_prompts);
1671:
1672:
1673: htp.p('');
1674: htp.p('');
1675: htp.p(''||l_title||'');
1676: htp.p('

Web Analytics Made Easy -StatCounter
');
1677: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1678: htp.p('');

Line 1675: htp.p(''||l_title||'');

1671:
1672:
1673: htp.p('');
1674: htp.p('');
1675: htp.p(''||l_title||'');
1676: htp.p('

Web Analytics Made Easy -StatCounter
');
1677: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1678: htp.p('');
1679: else

Line 1676: htp.p('');

1672:
1673: htp.p('');
1674: htp.p('');
1675: htp.p(''||l_title||'');
1676: 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('');

Line 1678: htp.p('');

1674: htp.p('');
1675: htp.p(''||l_title||'');
1676: 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:

Line 1680: htp.p('');

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

Line 1717: htp.p('');

1713: htp.p('window.close();
1714: };
1715: }');
1716:
1717: htp.p('');
1718:
1719: htp.formOpen('javascript:saveRename()','POST','','','NAME="renameFavorite"');
1720: htp.tableOpen;
1721: htp.tableRowOpen;

Line 1719: htp.formOpen('javascript:saveRename()','POST','','','NAME="renameFavorite"');

1715: }');
1716:
1717: htp.p('');
1718:
1719: htp.formOpen('javascript:saveRename()','POST','','','NAME="renameFavorite"');
1720: htp.tableOpen;
1721: htp.tableRowOpen;
1722: htp.tableData(l_prompts(1), 'RIGHT');
1723: htp.tableData(htf.formText(cname => 'NAME',

Line 1720: htp.tableOpen;

1716:
1717: htp.p('');
1718:
1719: htp.formOpen('javascript:saveRename()','POST','','','NAME="renameFavorite"');
1720: htp.tableOpen;
1721: htp.tableRowOpen;
1722: htp.tableData(l_prompts(1), 'RIGHT');
1723: htp.tableData(htf.formText(cname => 'NAME',
1724: csize => '35',

Line 1721: htp.tableRowOpen;

1717: htp.p('');
1718:
1719: htp.formOpen('javascript:saveRename()','POST','','','NAME="renameFavorite"');
1720: htp.tableOpen;
1721: htp.tableRowOpen;
1722: htp.tableData(l_prompts(1), 'RIGHT');
1723: htp.tableData(htf.formText(cname => 'NAME',
1724: csize => '35',
1725: cmaxlength => '50'), 'LEFT');

Line 1722: htp.tableData(l_prompts(1), 'RIGHT');

1718:
1719: htp.formOpen('javascript:saveRename()','POST','','','NAME="renameFavorite"');
1720: htp.tableOpen;
1721: htp.tableRowOpen;
1722: htp.tableData(l_prompts(1), 'RIGHT');
1723: htp.tableData(htf.formText(cname => 'NAME',
1724: csize => '35',
1725: cmaxlength => '50'), 'LEFT');
1726: htp.tableRowClose;

Line 1723: htp.tableData(htf.formText(cname => 'NAME',

1719: htp.formOpen('javascript:saveRename()','POST','','','NAME="renameFavorite"');
1720: htp.tableOpen;
1721: htp.tableRowOpen;
1722: htp.tableData(l_prompts(1), 'RIGHT');
1723: htp.tableData(htf.formText(cname => 'NAME',
1724: csize => '35',
1725: cmaxlength => '50'), 'LEFT');
1726: htp.tableRowClose;
1727: htp.tableRowOpen;

Line 1726: htp.tableRowClose;

1722: htp.tableData(l_prompts(1), 'RIGHT');
1723: htp.tableData(htf.formText(cname => 'NAME',
1724: csize => '35',
1725: cmaxlength => '50'), 'LEFT');
1726: htp.tableRowClose;
1727: htp.tableRowOpen;
1728: IF (substr(item_name,1,7)='0*0*0*X') THEN -- only show this if it is a custom URL 976843 mputman
1729: htp.tableData(l_prompts(5), 'RIGHT');
1730: htp.tableData(htf.formText(cname => 'LOCATION',

Line 1727: htp.tableRowOpen;

1723: htp.tableData(htf.formText(cname => 'NAME',
1724: csize => '35',
1725: cmaxlength => '50'), 'LEFT');
1726: htp.tableRowClose;
1727: htp.tableRowOpen;
1728: IF (substr(item_name,1,7)='0*0*0*X') THEN -- only show this if it is a custom URL 976843 mputman
1729: htp.tableData(l_prompts(5), 'RIGHT');
1730: htp.tableData(htf.formText(cname => 'LOCATION',
1731: csize => '35',

Line 1729: htp.tableData(l_prompts(5), 'RIGHT');

1725: cmaxlength => '50'), 'LEFT');
1726: htp.tableRowClose;
1727: htp.tableRowOpen;
1728: IF (substr(item_name,1,7)='0*0*0*X') THEN -- only show this if it is a custom URL 976843 mputman
1729: htp.tableData(l_prompts(5), 'RIGHT');
1730: htp.tableData(htf.formText(cname => 'LOCATION',
1731: csize => '35',
1732: cmaxlength => '2000'), 'LEFT');
1733: ELSE -- if not a custom URL... still need this for the save function to work 976843 mputman

Line 1730: htp.tableData(htf.formText(cname => 'LOCATION',

1726: htp.tableRowClose;
1727: htp.tableRowOpen;
1728: IF (substr(item_name,1,7)='0*0*0*X') THEN -- only show this if it is a custom URL 976843 mputman
1729: htp.tableData(l_prompts(5), 'RIGHT');
1730: htp.tableData(htf.formText(cname => 'LOCATION',
1731: csize => '35',
1732: cmaxlength => '2000'), 'LEFT');
1733: ELSE -- if not a custom URL... still need this for the save function to work 976843 mputman
1734: htp.tableData(' ', 'RIGHT'); -- add text box but save NULL value 976843 mputman

Line 1734: htp.tableData(' ', 'RIGHT'); -- add text box but save NULL value 976843 mputman

1730: htp.tableData(htf.formText(cname => 'LOCATION',
1731: csize => '35',
1732: cmaxlength => '2000'), 'LEFT');
1733: ELSE -- if not a custom URL... still need this for the save function to work 976843 mputman
1734: htp.tableData(' ', 'RIGHT'); -- add text box but save NULL value 976843 mputman
1735: htp.tableData(htf.formHidden(cname => 'LOCATION'),'LEFT'); -- hidden text box 976843 mputman
1736:
1737: END IF;
1738: htp.tableRowClose;

Line 1735: htp.tableData(htf.formHidden(cname => 'LOCATION'),'LEFT'); -- hidden text box 976843 mputman

1731: csize => '35',
1732: cmaxlength => '2000'), 'LEFT');
1733: ELSE -- if not a custom URL... still need this for the save function to work 976843 mputman
1734: htp.tableData(' ', 'RIGHT'); -- add text box but save NULL value 976843 mputman
1735: htp.tableData(htf.formHidden(cname => 'LOCATION'),'LEFT'); -- hidden text box 976843 mputman
1736:
1737: END IF;
1738: htp.tableRowClose;
1739: htp.tableRowOpen;

Line 1738: htp.tableRowClose;

1734: htp.tableData(' ', 'RIGHT'); -- add text box but save NULL value 976843 mputman
1735: htp.tableData(htf.formHidden(cname => 'LOCATION'),'LEFT'); -- hidden text box 976843 mputman
1736:
1737: END IF;
1738: htp.tableRowClose;
1739: htp.tableRowOpen;
1740: htp.p('');
1741: htp.p('');
1742: htp.p('');
1748: htp.tableRowClose;
1749: htp.tableClose;
1750: htp.formClose;
1751:
1752: htp.p('');

Line 1749: htp.tableClose;

1745: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
1746: htp.p('

');

Line 1739: htp.tableRowOpen;

1735: htp.tableData(htf.formHidden(cname => 'LOCATION'),'LEFT'); -- hidden text box 976843 mputman
1736:
1737: END IF;
1738: htp.tableRowClose;
1739: htp.tableRowOpen;
1740: htp.p('

');
1741: htp.p('');
1742: htp.p('');
1748: htp.tableRowClose;
1749: htp.tableClose;
1750: htp.formClose;
1751:

Line 1748: htp.tableRowClose;

1744: htp.p('

');
1743: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');

Line 1740: htp.p('
');

1736:
1737: END IF;
1738: htp.tableRowClose;
1739: htp.tableRowOpen;
1740: htp.p('

');
1741: htp.p('');
1742: htp.p('');
1748: htp.tableRowClose;
1749: htp.tableClose;
1750: htp.formClose;

Line 1747: htp.p('');

1743: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
1744: htp.p('

');
1743: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
1744: htp.p('
');

Line 1741: htp.p('');

1737: END IF;
1738: htp.tableRowClose;
1739: htp.tableRowOpen;
1740: htp.p('

');
1741: htp.p('');
1742: htp.p('');
1748: htp.tableRowClose;

Line 1746: htp.p('
');
1743: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
1744: htp.p('
');
1745: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');

Line 1742: htp.p('
');

1738: htp.tableRowClose;
1739: htp.tableRowOpen;
1740: htp.p('

');
1741: htp.p('');
1742: htp.p('
');
1743: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
1744: htp.p('
');
1745: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
1746: htp.p('
');

Line 1744: htp.p('
');

1740: htp.p('

');
1741: htp.p('');
1742: htp.p('
');
1743: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
1744: htp.p('
');
1745: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
1746: htp.p('
');
1747: htp.p('
');

1742: htp.p('

');
1743: icx_plug_utilities.buttonLeft(l_prompts(2),'javascript:saveRename()','FNDJLFOK.gif');
1744: htp.p('
');
1745: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
1746: htp.p('
');
1747: htp.p('
');
1745: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
1746: htp.p('
');
1747: htp.p('
');
1745: icx_plug_utilities.buttonRight(l_prompts(3),'javascript:window.close()','FNDJLFCN.gif');
1746: htp.p('
');
1747: htp.p('
');
1747: htp.p('');
1748: htp.tableRowClose;
1749: htp.tableClose;
1750: htp.formClose;
1751:
1752: htp.p('');
1753:

Line 1750: htp.formClose;

1746: htp.p('');
1747: htp.p('');
1748: htp.tableRowClose;
1749: htp.tableClose;
1750: htp.formClose;
1751:
1752: htp.p('');
1753:
1754: htp.bodyClose;

Line 1752: htp.p('');

1748: htp.tableRowClose;
1749: htp.tableClose;
1750: htp.formClose;
1751:
1752: htp.p('');
1753:
1754: htp.bodyClose;
1755: htp.htmlClose;
1756:

Line 1754: htp.bodyClose;

1750: htp.formClose;
1751:
1752: htp.p('');
1753:
1754: htp.bodyClose;
1755: htp.htmlClose;
1756:
1757: end if;
1758:

Line 1755: htp.htmlClose;

1751:
1752: htp.p('');
1753:
1754: htp.bodyClose;
1755: htp.htmlClose;
1756:
1757: end if;
1758:
1759: exception

Line 1761: -- htp.p(SQLERRM);

1757: end if;
1758:
1759: exception
1760: when others then
1761: -- htp.p(SQLERRM);
1762: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1763: c_error_msg := fnd_message.get;
1764: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1765:

Line 1764: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

1760: when others then
1761: -- htp.p(SQLERRM);
1762: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1763: c_error_msg := fnd_message.get;
1764: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
1765:
1766:
1767: end;
1768:

Line 1849: htp.p('');

1845: -- l_history := 'history.go(0);';
1846: -- end if;
1847: --bug 2644185
1848:
1849: htp.p('');
1850: htp.p('');
1851: htp.p(''||l_title||'');
1852: htp.p('

Web Analytics Made Easy -StatCounter
');
1853:

Line 1850: htp.p('');

1846: -- end if;
1847: --bug 2644185
1848:
1849: htp.p('');
1850: htp.p('');
1851: htp.p(''||l_title||'');
1852: htp.p('

Web Analytics Made Easy -StatCounter
');
1853:
1854: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then

Line 1851: htp.p(''||l_title||'');

1847: --bug 2644185
1848:
1849: htp.p('');
1850: htp.p('');
1851: htp.p(''||l_title||'');
1852: htp.p('

Web Analytics Made Easy -StatCounter
');
1853:
1854: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1855: htp.p('');

Line 1852: htp.p('');

1848:
1849: htp.p('');
1850: htp.p('');
1851: htp.p(''||l_title||'');
1852: htp.p('

Web Analytics Made Easy -StatCounter
');
1853:
1854: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1855: htp.p('');
1856: else

Line 1855: htp.p('');

1851: htp.p(''||l_title||'');
1852: htp.p('

Web Analytics Made Easy -StatCounter
');
1853:
1854: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1855: htp.p('');
1856: else
1857: htp.p('');
1858: end if;
1859:

Line 1857: htp.p('');

1853:
1854: if (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE')) then
1855: htp.p('');
1856: else
1857: htp.p('');
1858: end if;
1859:
1860: htp.p('');

2035: }');
2036:
2037: icx_admin_sig.help_win_script('ICXCFGPG', null, 'BIS');
2038:
2039: 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',

Line 2047: htp.formOpen('OracleNavigate.updateFavorites','POST','','','NAME="updateFavorites"');

2043: p_disp_help => 'Y',
2044: p_disp_mainmenu => 'N',
2045: p_disp_menu => 'N');
2046:
2047: htp.formOpen('OracleNavigate.updateFavorites','POST','','','NAME="updateFavorites"');
2048: htp.formHidden('X');
2049: htp.formHidden('Y',X);
2050: htp.formClose;
2051:

Line 2048: htp.formHidden('X');

2044: p_disp_mainmenu => 'N',
2045: p_disp_menu => 'N');
2046:
2047: htp.formOpen('OracleNavigate.updateFavorites','POST','','','NAME="updateFavorites"');
2048: htp.formHidden('X');
2049: htp.formHidden('Y',X);
2050: htp.formClose;
2051:
2052: fnd_message.set_name('ICX','ICX_CUSTOMIZE_FAVORITES');

Line 2049: htp.formHidden('Y',X);

2045: p_disp_menu => 'N');
2046:
2047: htp.formOpen('OracleNavigate.updateFavorites','POST','','','NAME="updateFavorites"');
2048: htp.formHidden('X');
2049: htp.formHidden('Y',X);
2050: htp.formClose;
2051:
2052: fnd_message.set_name('ICX','ICX_CUSTOMIZE_FAVORITES');
2053: l_message := fnd_message.get;

Line 2050: htp.formClose;

2046:
2047: htp.formOpen('OracleNavigate.updateFavorites','POST','','','NAME="updateFavorites"');
2048: htp.formHidden('X');
2049: htp.formHidden('Y',X);
2050: htp.formClose;
2051:
2052: fnd_message.set_name('ICX','ICX_CUSTOMIZE_FAVORITES');
2053: l_message := fnd_message.get;
2054:

Line 2055: htp.p('');

2051:
2052: fnd_message.set_name('ICX','ICX_CUSTOMIZE_FAVORITES');
2053: l_message := fnd_message.get;
2054:
2055: htp.p('

');
2056: htp.p('');
2057: htp.p('
'||l_message||'
');
2058:
2059: htp.formOpen('javascript:saveFavorites()','POST','','','NAME="Favorites"');

Line 2056: htp.p(''||l_message||'');

2052: fnd_message.set_name('ICX','ICX_CUSTOMIZE_FAVORITES');
2053: l_message := fnd_message.get;
2054:
2055: htp.p('');
2056: htp.p('');
2057: htp.p('
'||l_message||'
');
2058:
2059: htp.formOpen('javascript:saveFavorites()','POST','','','NAME="Favorites"');
2060: htp.p(''); -- main

Line 2057: htp.p('
');

2053: l_message := fnd_message.get;
2054:
2055: htp.p('');
2056: htp.p('');
2057: htp.p('
'||l_message||'
');
2058:
2059: htp.formOpen('javascript:saveFavorites()','POST','','','NAME="Favorites"');
2060: htp.p(''); -- main
2061: htp.p('');
2146: htp.p('
');

Line 2059: htp.formOpen('javascript:saveFavorites()','POST','','','NAME="Favorites"');

2055: htp.p('');
2056: htp.p('');
2057: htp.p('
'||l_message||'
');
2058:
2059: htp.formOpen('javascript:saveFavorites()','POST','','','NAME="Favorites"');
2060: htp.p(''); -- main
2061: htp.p('');
2144: htp.p('
');
2062: --Bug 2687577
2063: -- htp.p(''); -- Cell

Line 2060: htp.p('
'); -- main

2056: htp.p('

');
2057: htp.p('
'||l_message||'
');
2058:
2059: htp.formOpen('javascript:saveFavorites()','POST','','','NAME="Favorites"');
2060: htp.p(''); -- main
2061: htp.p('
');
2062: --Bug 2687577
2063: -- htp.p(''); -- Cell
2064: --

Line 2061: htp.p('
');

2057: htp.p('

');
2058:
2059: htp.formOpen('javascript:saveFavorites()','POST','','','NAME="Favorites"');
2060: htp.p(''); -- main
2061: htp.p('
');
2062: --Bug 2687577
2063: -- htp.p(''); -- Cell
2064: --
2065: htp.p('');
2146: htp.p('
');

Line 2063: -- htp.p(''); -- Cell

2059: htp.formOpen('javascript:saveFavorites()','POST','','','NAME="Favorites"');
2060: htp.p('

'); -- main
2061: htp.p('');
2144: htp.p('
');
2062: --Bug 2687577
2063: -- htp.p(''); -- Cell
2064: --
2065: htp.p('');

Line 2065: htp.p('
');

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

');
2066: htp.p(l_prompts(1));
2067: htp.p('
');

2061: htp.p('

');
2062: --Bug 2687577
2063: -- htp.p(''); -- Cell
2064: --
2065: htp.p('');
2068: htp.p('
');
2134:
2135: htp.p('
');
2136:
2137: htp.p('
');
2146: htp.p('
');
2066: htp.p(l_prompts(1));
2067: htp.p('
');
2069: htp.p(''); -- Cell
2064: --
2065: htp.p('');
2068: htp.p('');

2063: -- htp.p('

');
2066: htp.p(l_prompts(1));
2067: htp.p('
');
2069: htp.p('
'); -- Cell
2064: --
2065: htp.p('');
2068: htp.p('');
2068: htp.p('');
2068: htp.p('
');

Line 2080: htp.formSelectClose;

2076: else
2077: htp.formSelectOption(cvalue => '',
2078: cattributes => 'VALUE = ""');
2079: end if;
2080: htp.formSelectClose;
2081: htp.p('');
2082: htp.p('

');

2077: htp.formSelectOption(cvalue => '',
2078: cattributes => 'VALUE = ""');
2079: end if;
2080: htp.formSelectClose;
2081: htp.p('');
2082: htp.p('

');
2082: htp.p('
');
2082: htp.p('
');
2082: htp.p('
');
2134:
2135: htp.p('
');
2136:
2137: htp.p('
');

2131: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteTo()');
2132: htp.p('

');
2066: htp.p(l_prompts(1));
2067: htp.p('
');
2069: htp.p('
');

2064: --
2065: htp.p('

');
2066: htp.p(l_prompts(1));
2067: htp.p('
');
2069: htp.p('');

2065: htp.p('

');
2066: htp.p(l_prompts(1));
2067: htp.p('
');
2069: htp.p('');
2070: if l_responsibilities.COUNT > 0
2071: then
2072: for r in l_responsibilities.FIRST..l_responsibilities.LAST loop
2073: htp.formSelectOption(cvalue => l_responsibilities(r),
2074: cattributes => 'VALUE = "'||l_resp_appl_ids(r)||'*'||l_responsibility_ids(r)||'*'||l_security_group_ids(r)||'"');
2075: end loop;
2076: else
2077: htp.formSelectOption(cvalue => '',

Line 2077: htp.formSelectOption(cvalue => '',

2073: htp.formSelectOption(cvalue => l_responsibilities(r),
2074: cattributes => 'VALUE = "'||l_resp_appl_ids(r)||'*'||l_responsibility_ids(r)||'*'||l_security_group_ids(r)||'"');
2075: end loop;
2076: else
2077: htp.formSelectOption(cvalue => '',
2078: cattributes => 'VALUE = ""');
2079: end if;
2080: htp.formSelectClose;
2081: htp.p('

');
2083: htp.p(l_prompts(2));
2084: htp.p('
');

Line 2081: htp.p('
');
2083: htp.p(l_prompts(2));
2084: htp.p('
');
2085: htp.p(l_prompts(3));

Line 2082: htp.p('
');

2078: cattributes => 'VALUE = ""');
2079: end if;
2080: htp.formSelectClose;
2081: htp.p('

');
2083: htp.p(l_prompts(2));
2084: htp.p('
');
2085: htp.p(l_prompts(3));
2086: htp.p('
');

Line 2083: htp.p(l_prompts(2));

2079: end if;
2080: htp.formSelectClose;
2081: htp.p('

');
2083: htp.p(l_prompts(2));
2084: htp.p('
');
2085: htp.p(l_prompts(3));
2086: htp.p('
');
2087: htp.p('
');

Line 2084: htp.p('
');

2080: htp.formSelectClose;
2081: htp.p('

');
2083: htp.p(l_prompts(2));
2084: htp.p('
');
2085: htp.p(l_prompts(3));
2086: htp.p('
');
2087: htp.p('
');
2088: htp.p('');
2082: htp.p('');
2134:
2135: htp.p('');
2136:

Line 2133: htp.p('');

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

'); -- Full Menu cell

Line 2085: htp.p(l_prompts(3));

2081: htp.p('

');
2083: htp.p(l_prompts(2));
2084: htp.p('
');
2085: htp.p(l_prompts(3));
2086: htp.p('
');
2087: htp.p('
');
2088: htp.p('
'); -- Full Menu cell
2089: htp.p('
');

2082: htp.p('

');
2083: htp.p(l_prompts(2));
2084: htp.p('
');
2085: htp.p(l_prompts(3));
2086: htp.p('
');
2087: htp.p('
');
2088: htp.p('');
2124: htp.p('');
2124: htp.p('
');
2124: htp.p('
');
2134:

Line 2132: htp.p('
'); -- Full Menu cell
2089: htp.p('
');

2083: htp.p(l_prompts(2));
2084: htp.p('

');
2085: htp.p(l_prompts(3));
2086: htp.p('
');
2087: htp.p('
');
2088: htp.p('');
2124: htp.p('
'); -- Full Menu cell
2089: htp.p('');
2124: htp.p('
'); -- Full Menu cell

2084: htp.p('

');
2085: htp.p(l_prompts(3));
2086: htp.p('
');
2087: htp.p('
');
2088: htp.p('
'); -- Full Menu cell
2089: htp.p('');

2085: htp.p(l_prompts(3));
2086: htp.p('

');
2087: htp.p('
');
2088: htp.p('');
2124: htp.p('
'); -- Full Menu cell
2089: htp.p('
');

Line 2090: htp.formSelectOption(l_initialize);

2086: htp.p('

');
2087: htp.p('
');
2088: htp.p('
'); -- Full Menu cell
2089: htp.p('
');
2094: htp.p('
'); -- Add

Line 2091: htp.formSelectClose;

2087: htp.p('

');
2088: htp.p('
'); -- Full Menu cell
2089: htp.p('
');
2094: htp.p('
'); -- Add
2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');

Line 2092: htp.p('');

2088: htp.p('
'); -- Full Menu cell
2089: htp.p('
');
2094: htp.p('
'); -- Add
2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');
2096: htp.p('
'); -- Add

Line 2093: htp.p('
');

2089: htp.p('

');
2094: htp.p('
'); -- Add
2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');
2096: htp.p('
'); -- Add
2097: htp.p('
'); -- Full Menu cell

Line 2094: htp.p('
'); -- Add

2090: htp.formSelectOption(l_initialize);
2091: htp.formSelectClose;
2092: htp.p('');
2093: htp.p('

');
2094: htp.p('
'); -- Add
2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');
2096: htp.p('
'); -- Add
2097: htp.p('
'); -- Full Menu cell
2098: htp.p('
');

Line 2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');

2091: htp.formSelectClose;
2092: htp.p('');
2093: htp.p('

');
2094: htp.p('
'); -- Add
2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');
2096: htp.p('
'); -- Add
2097: htp.p('
'); -- Full Menu cell
2098: htp.p('
');
2099: htp.p('
'); -- Favorite cell

Line 2096: htp.p('
'); -- Add

2092: htp.p('');
2093: htp.p('

');
2094: htp.p('
'); -- Add
2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');
2096: htp.p('
'); -- Add
2097: htp.p('
'); -- Full Menu cell
2098: htp.p('
');
2099: htp.p('
'); -- Favorite cell
2100: htp.p('
'); -- Full Menu cell

2093: htp.p('

');
2094: htp.p('
'); -- Add
2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');
2096: htp.p('
'); -- Add
2097: htp.p('
'); -- Full Menu cell
2098: htp.p('
');
2099: htp.p('
'); -- Favorite cell
2100: htp.p('
');

2094: htp.p('
'); -- Add
2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');
2096: htp.p('
'); -- Add
2097: htp.p('

'); -- Full Menu cell
2098: htp.p('
');
2099: htp.p('
'); -- Favorite cell
2100: htp.p('
'); -- Favorite cell

2095: htp.p(''||icx_util.replace_alt_quotes(l_prompts(4))||'');
2096: htp.p('

'); -- Add
2097: htp.p('
'); -- Full Menu cell
2098: htp.p('
');
2099: htp.p('
'); -- Favorite cell
2100: htp.p('');

2096: htp.p('

'); -- Add
2097: htp.p('
'); -- Full Menu cell
2098: htp.p('
');
2099: htp.p('
'); -- Favorite cell
2100: htp.p('');
2124: htp.p('
'); -- Favorite cell
2100: htp.p('
');

Line 2115: htp.formSelectClose;

2111: end if;
2112: htp.formSelectOption(cvalue => f.prompt,
2113: cattributes => 'VALUE = '||l_favorite);
2114: end loop;
2115: htp.formSelectClose;
2116: htp.p('

');
2117: htp.p('');

Line 2120: htp.p('');

2116: htp.p('

'); -- Up and Down
2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');
2119: htp.p('
');

Line 2116: htp.p('
');

2112: htp.formSelectOption(cvalue => f.prompt,
2113: cattributes => 'VALUE = '||l_favorite);
2114: end loop;
2115: htp.formSelectClose;
2116: htp.p('

');
2117: htp.p('
'); -- Up and Down
2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');
2119: htp.p('
');
2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');

Line 2117: htp.p('
'); -- Up and Down

2113: cattributes => 'VALUE = '||l_favorite);
2114: end loop;
2115: htp.formSelectClose;
2116: htp.p('

');
2117: htp.p('
'); -- Up and Down
2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');
2119: htp.p('
');
2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');
2121: htp.p('
'); -- Up and Down

Line 2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');

2114: end loop;
2115: htp.formSelectClose;
2116: htp.p('

');
2117: htp.p('
'); -- Up and Down
2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');
2119: htp.p('
');
2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');
2121: htp.p('
'); -- Up and Down
2122: htp.p('
'); -- Favorite cell

Line 2119: htp.p('
');

2115: htp.formSelectClose;
2116: htp.p('

');
2117: htp.p('
'); -- Up and Down
2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');
2119: htp.p('
');
2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');
2121: htp.p('
'); -- Up and Down
2122: htp.p('
'); -- Favorite cell
2123: htp.p('
');
2117: htp.p('
'); -- Up and Down
2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');
2119: htp.p('
');
2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');
2121: htp.p('
'); -- Up and Down
2122: htp.p('
'); -- Favorite cell
2123: htp.p('
');

Line 2121: htp.p('
'); -- Up and Down

2117: htp.p('
'); -- Up and Down
2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');
2119: htp.p('
');
2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');
2121: htp.p('
'); -- Up and Down
2122: htp.p('

'); -- Favorite cell
2123: htp.p('
');
2125: htp.p(''); -- Buttons

Line 2122: htp.p('
'); -- Favorite cell

2118: htp.p(''||icx_util.replace_alt_quotes(l_prompts(5))||'');
2119: htp.p('

');
2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');
2121: htp.p('
'); -- Up and Down
2122: htp.p('
'); -- Favorite cell
2123: htp.p('
');
2125: htp.p(''); -- Buttons
2126: htp.p('');

2119: htp.p('

');

Line 2123: htp.p('
');
2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');
2121: htp.p('
'); -- Up and Down
2122: htp.p('
'); -- Favorite cell
2123: htp.p('
');
2125: htp.p(''); -- Buttons
2126: htp.p('
');
2127: icx_plug_utilities.buttonBoth(l_prompts(9),'javascript:createTo()');

Line 2124: htp.p('
');

2120: htp.p(''||icx_util.replace_alt_quotes(l_prompts(6))||'');
2121: htp.p('

'); -- Up and Down
2122: htp.p('
'); -- Favorite cell
2123: htp.p('
');
2125: htp.p(''); -- Buttons
2126: htp.p('
');
2127: icx_plug_utilities.buttonBoth(l_prompts(9),'javascript:createTo()');
2128: htp.p('
');

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

2121: htp.p('

'); -- Up and Down
2122: htp.p('
'); -- Favorite cell
2123: htp.p('
');
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

Line 2126: htp.p('
');

2122: htp.p('

'); -- Favorite cell
2123: htp.p('
');
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('
');

Line 2128: htp.p('
');

2124: htp.p('

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

Line 2130: htp.p('
');

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

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

');
2131: icx_plug_utilities.buttonBoth(l_prompts(11),'javascript:deleteTo()');
2132: htp.p('
'); -- Buttons
2133: htp.p('

');

Line 2135: htp.p('

'); -- Buttons
2133: htp.p('

');
2138: htp.p('');
2134:
2135: htp.p('');
2136:
2137: htp.p('');
2144: htp.p('
'); -- OK
2139: icx_plug_utilities.buttonLeft(l_prompts(7),'javascript:saveFavorites()','FNDJLFOK.gif');

Line 2137: htp.p('
');

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

Line 2138: htp.p('');
2136:
2137: htp.p('');
2144: htp.p('
'); -- OK

2134:
2135: 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

Line 2140: htp.p('
');

2136:
2137: 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

Line 2142: htp.p('
'); -- OK

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

Line 2143: 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('
'); -- Main
2147:

Line 2144: htp.p('
'); -- Cell

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

'); -- Main
2147:
2148: htp.formClose;

Line 2145: htp.p('');

2141: icx_plug_utilities.buttonRight(l_prompts(8),'javascript:history.go(-1)','FNDJLFCN.gif');
2142: htp.p(''); -- OK
2143: htp.p('');
2144: htp.p(''); -- Cell
2145: htp.p('');
2146: htp.p(''); -- Main
2147:
2148: htp.formClose;
2149: htp.p('');

Line 2146: htp.p(''); -- Main

2142: htp.p(''); -- OK
2143: htp.p('');
2144: htp.p(''); -- Cell
2145: htp.p('');
2146: htp.p(''); -- Main
2147:
2148: htp.formClose;
2149: htp.p('');
2150: htp.bodyClose;

Line 2148: htp.formClose;

2144: htp.p(''); -- Cell
2145: htp.p('');
2146: htp.p(''); -- Main
2147:
2148: htp.formClose;
2149: htp.p('');
2150: htp.bodyClose;
2151: htp.htmlClose;
2152:

Line 2149: htp.p('');

2145: htp.p('');
2146: htp.p(''); -- Main
2147:
2148: htp.formClose;
2149: htp.p('');
2150: htp.bodyClose;
2151: htp.htmlClose;
2152:
2153: end if;

Line 2150: htp.bodyClose;

2146: htp.p(''); -- Main
2147:
2148: htp.formClose;
2149: htp.p('');
2150: htp.bodyClose;
2151: htp.htmlClose;
2152:
2153: end if;
2154:

Line 2151: htp.htmlClose;

2147:
2148: htp.formClose;
2149: htp.p('');
2150: htp.bodyClose;
2151: htp.htmlClose;
2152:
2153: end if;
2154:
2155: exception

Line 2157: --- htp.p(SQLERRM);

2153: end if;
2154:
2155: exception
2156: when others then
2157: --- htp.p(SQLERRM);
2158: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
2159: c_error_msg := fnd_message.get;
2160: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
2161:

Line 2160: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

2156: when others then
2157: --- htp.p(SQLERRM);
2158: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
2159: c_error_msg := fnd_message.get;
2160: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
2161:
2162:
2163: end;
2164:

Line 2274: -- htp.p(SQLERRM);

2270: end if; -- validateSession
2271:
2272: exception
2273: when others then
2274: -- htp.p(SQLERRM);
2275: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
2276: c_error_msg := fnd_message.get;
2277: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
2278:

Line 2277: htp.p(''||c_error_msg||dbms_utility.format_error_stack);

2273: when others then
2274: -- htp.p(SQLERRM);
2275: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
2276: c_error_msg := fnd_message.get;
2277: htp.p(''||c_error_msg||dbms_utility.format_error_stack);
2278:
2279:
2280:
2281: end;

Line 2333: --htp.p(l_url);

2329: p_function_id => p_function_id,
2330: p_url_only => 'Y');
2331: l_url:='"'||l_url||'"';
2332: END IF;
2333: --htp.p(l_url);
2334: -- 3097745 nlbarlow
2335: htp.p('');
2336:
2337: END IF;

Line 2335: htp.p('');

2331: l_url:='"'||l_url||'"';
2332: END IF;
2333: --htp.p(l_url);
2334: -- 3097745 nlbarlow
2335: htp.p('');
2336:
2337: END IF;
2338:
2339: end; --menubypass

Line 2375: htp.p('

2371: -- l_url:=l_url||'RESP_APP='||wfa_html.conv_special_url_chars(p_app_short_name)||'&'||'RESP_KEY='||wfa_html.conv_special_url_chars(p_resp_key)||'&'; -- mputman added wfa call 1690141
2372: -- l_url:=l_url||'SECGRP_KEY='||wfa_html.conv_special_url_chars(p_sec_grp_key); -- mputman added wfa call 1690141
2373: -- l_url:='"'||l_url||'"';
2374: l_url:='"dummy"';
2375: htp.p('
2376:
2377:
2378: