DBA Data[Home] [Help]

APPS.ICX_PLUG_UTILITIES dependencies on HTF

Line 393: htf.anchor(curl => p_edit_URL,

389: then
390: htp.p('
');
391: else
392: htp.p(''||
393: htf.anchor(curl => p_edit_URL,
394: ctext => l_Customize,
395: cattributes => 'TARGET="_top" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_Customize)||''';return true"')||'');
396: end if;
397: if substr(icx_sec.g_mode_code,1,3) <> '115'

Line 458: htf.anchor(curl => p_edit_URL,

454: htp.p('
');
455: else
456:
457: htp.p(''||
458: htf.anchor(curl => p_edit_URL,
459: ctext => '' ||
460: l_Customize || '
',
461: cattributes => 'TARGET="_top" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_Customize)||''';return true"')||'');
462:

Line 774: htp.tableData(htf.anchor('javascript:doWizard()',

770: htp.p('');
771: htp.tableRowOpen(calign => 'CENTER');
772:
773: if (p_disp_wizard = 'Y') then
774: htp.tableData(htf.anchor('javascript:doWizard()',
775: htf.img('/OA_MEDIA/FNDWIZ.gif',
776: 'CENTER',
777: icx_util.replace_alt_quotes(c_prompts(1)),'',
778: 'BORDER=0 width=30 height=30'),'',

Line 775: htf.img('/OA_MEDIA/FNDWIZ.gif',

771: htp.tableRowOpen(calign => 'CENTER');
772:
773: if (p_disp_wizard = 'Y') then
774: htp.tableData(htf.anchor('javascript:doWizard()',
775: htf.img('/OA_MEDIA/FNDWIZ.gif',
776: 'CENTER',
777: icx_util.replace_alt_quotes(c_prompts(1)),'',
778: 'BORDER=0 width=30 height=30'),'',
779: 'onMouseOver="window.status=''' ||

Line 789: htp.tableData(htf.anchor('javascript:document.exportON.submit()',

785: htp.p('

');
786: htp.p('');
787: htp.formHidden('S',icx_call.encrypt2(p_disp_export));
788: htp.p('');
789: htp.tableData(htf.anchor('javascript:document.exportON.submit()',
790: htf.img('/OA_MEDIA/FNDEXP.gif',
791: 'CENTER',
792: icx_util.replace_alt_quotes(c_prompts(6)),'',
793: 'BORDER=0 width=30 height=30'),'',

Line 790: htf.img('/OA_MEDIA/FNDEXP.gif',

786: htp.p('
');
787: htp.formHidden('S',icx_call.encrypt2(p_disp_export));
788: htp.p('');
789: htp.tableData(htf.anchor('javascript:document.exportON.submit()',
790: htf.img('/OA_MEDIA/FNDEXP.gif',
791: 'CENTER',
792: icx_util.replace_alt_quotes(c_prompts(6)),'',
793: 'BORDER=0 width=30 height=30'),'',
794: 'onMouseOver="window.status=''' ||

Line 801: htp.tableData(htf.anchor(p_disp_find,

797: end if;
798:
799: if (p_disp_find is not null) then
800: htp.p('

');
801: htp.tableData(htf.anchor(p_disp_find,
802: htf.img('/OA_MEDIA/FNDFIND.gif',
803: 'CENTER',
804: icx_util.replace_alt_quotes(c_prompts(2)),'',
805: 'BORDER=0 width=30 height=30'),'',

Line 802: htf.img('/OA_MEDIA/FNDFIND.gif',

798:
799: if (p_disp_find is not null) then
800: htp.p('

');
801: htp.tableData(htf.anchor(p_disp_find,
802: htf.img('/OA_MEDIA/FNDFIND.gif',
803: 'CENTER',
804: icx_util.replace_alt_quotes(c_prompts(2)),'',
805: 'BORDER=0 width=30 height=30'),'',
806: 'onMouseOver="window.status=''' ||

Line 819: htp.tableData(htf.anchor(l_menu,

815: l_menu := 'javascript:window.close();';
816: else
817: l_menu := 'javascript:top.location.href = ''OracleNavigate.Responsibility?P='||icx_sec.g_responsibility_id||''';';
818: end if;
819: htp.tableData(htf.anchor(l_menu,
820: htf.img('/OA_MEDIA/FNDMENU.gif',
821: 'CENTER',
822: icx_util.replace_alt_quotes(c_prompts(7)),'',
823: 'BORDER=0 width=30 height=30'),'',

Line 820: htf.img('/OA_MEDIA/FNDMENU.gif',

816: else
817: l_menu := 'javascript:top.location.href = ''OracleNavigate.Responsibility?P='||icx_sec.g_responsibility_id||''';';
818: end if;
819: htp.tableData(htf.anchor(l_menu,
820: htf.img('/OA_MEDIA/FNDMENU.gif',
821: 'CENTER',
822: icx_util.replace_alt_quotes(c_prompts(7)),'',
823: 'BORDER=0 width=30 height=30'),'',
824: 'onMouseOver="window.status=''' ||

Line 835: htp.tableData(htf.anchor(l_menu,

831: l_menu := 'javascript:parent.opener.location.href = ''/OA_JAVA_SERV/oracle.apps.icx.myPage.MainMenu?dbHost='||l_host_instance||'&'||'agent='||l_agent||''';window.close();';
832: else
833: l_menu := 'javascript:top.location.href = ''/OA_JAVA_SERV/oracle.apps.icx.myPage.MainMenu?dbHost='||l_host_instance||'&'||'agent='||l_agent||''';';
834: end if;
835: htp.tableData(htf.anchor(l_menu,
836: htf.img('/OA_MEDIA/FNDHOME.gif',
837: 'CENTER',
838: icx_util.replace_alt_quotes(c_prompts(3)),'',
839: 'BORDER=0 width=30 height=30'),'',

Line 836: htf.img('/OA_MEDIA/FNDHOME.gif',

832: else
833: l_menu := 'javascript:top.location.href = ''/OA_JAVA_SERV/oracle.apps.icx.myPage.MainMenu?dbHost='||l_host_instance||'&'||'agent='||l_agent||''';';
834: end if;
835: htp.tableData(htf.anchor(l_menu,
836: htf.img('/OA_MEDIA/FNDHOME.gif',
837: 'CENTER',
838: icx_util.replace_alt_quotes(c_prompts(3)),'',
839: 'BORDER=0 width=30 height=30'),'',
840: 'onMouseOver="window.status=''' ||

Line 848: htp.tableData(htf.anchor('icx_admin_sig.Startover',

844:
845:
846: if (p_disp_exit = 'Y' and l_session_mode <> 'SLAVE') then
847: htp.p('

');
848: htp.tableData(htf.anchor('icx_admin_sig.Startover',
849: htf.img('/OA_MEDIA/FNDEXIT.gif',
850: 'CENTER',
851: icx_util.replace_alt_quotes(c_prompts(4)),'','
852: BORDER=0 width=30 height=30'),'','

Line 849: htf.img('/OA_MEDIA/FNDEXIT.gif',

845:
846: if (p_disp_exit = 'Y' and l_session_mode <> 'SLAVE') then
847: htp.p('

');
848: htp.tableData(htf.anchor('icx_admin_sig.Startover',
849: htf.img('/OA_MEDIA/FNDEXIT.gif',
850: 'CENTER',
851: icx_util.replace_alt_quotes(c_prompts(4)),'','
852: BORDER=0 width=30 height=30'),'','
853: onMouseOver="window.status=''' ||

Line 860: htp.tableData(htf.anchor('javascript:help_window()',

856: end if;
857:
858: if (p_disp_help = 'Y') then
859: htp.p('

');
860: htp.tableData(htf.anchor('javascript:help_window()',
861: htf.img('/OA_MEDIA/FNDHELP.gif',
862: 'CENTER',
863: icx_util.replace_alt_quotes(c_prompts(5)),'',
864: 'BORDER=0 width=30 height=30'),'',

Line 861: htf.img('/OA_MEDIA/FNDHELP.gif',

857:
858: if (p_disp_help = 'Y') then
859: htp.p('

');
860: htp.tableData(htf.anchor('javascript:help_window()',
861: htf.img('/OA_MEDIA/FNDHELP.gif',
862: 'CENTER',
863: icx_util.replace_alt_quotes(c_prompts(5)),'',
864: 'BORDER=0 width=30 height=30'),'',
865: 'onMouseOver="window.status=''' ||