DBA Data[Home] [Help]

APPS.WF_SETUP dependencies on WFA_HTML

Line 345: ''||
347: wf_core.translate('CREATE')||
348: '
';
349: else

Line 351: ' 348: '';
349: else
350: dTab(i).col03 := dTab(i).col03||
351: ''||
353: wf_core.translate('EDIT')||
354: '
';
355: end if;

Line 480: ' 484: ||'>'||

Line 489: ' 486: '';
487: else
488: dTab(i).col03 :=
489: ' 493: ||'>'||

Line 572: wfa_html.create_help_function('wf/links/evt.htm?'||'EVTSETUP');

568: -- following tag to force the reload of page.
569: htp.p('');
570:
571: htp.title(wf_core.translate('WFE_CHECK_ALL_TITLE')||'('||lsys||')');
572: wfa_html.create_help_function('wf/links/evt.htm?'||'EVTSETUP');
573: fnd_document_management.get_open_dm_display_window;
574: Wfe_Html_Util.generate_confirm;
575:
576: htp.headClose;

Line 689: Wfe_Html_Util.gotoURL(p_url=>wfa_html.base_url||'/Wf_Setup.Check_All');

685:
686: commit;
687:
688: -- go back to check_all
689: Wfe_Html_Util.gotoURL(p_url=>wfa_html.base_url||'/Wf_Setup.Check_All');
690:
691: exception
692: when OTHERS then
693: rollback;

Line 790: wfa_html.base_url||'/Wf_Setup.List_Listener&h_job=';

786:
787: i := 1;
788: hTab(i).def_type := 'FUNCTION';
789: hTab(i).value := 'Wf_Setup.DeleteJob?h_url='||
790: wfa_html.base_url||'/Wf_Setup.List_Listener&h_job=';
791: i := i+1;
792: hTab(i).def_type := 'FUNCTION';
793: hTab(i).value := null;
794: i := i+1;

Line 798: ||wfa_html.base_url||'/Wf_Setup.List_Listener&jobnum=';

794: i := i+1;
795: hTab(i).def_type := 'FUNCTION';
796: hTab(i).value := 'Wf_Setup.Edit_Listener?aguid='||rawtohex(l_aguid)
797: ||'&url='
798: ||wfa_html.base_url||'/Wf_Setup.List_Listener&jobnum=';
799: i := i+1;
800: hTab(i).def_type := 'TITLE';
801: hTab(i).value := null; -- no detail title
802: i := i+1;

Line 830: wfa_html.create_help_function('wf/links/def.htm?'||'DEFLSNR');

826: htp.p('');
827: end if;
828:
829: htp.title(wf_core.translate('WFE_LIST_LISTENERS_TITLE'));
830: wfa_html.create_help_function('wf/links/def.htm?'||'DEFLSNR');
831: fnd_document_management.get_open_dm_display_window;
832:
833: Wfe_Html_Util.generate_confirm;
834:

Line 852: l_url := wfa_html.base_url||'/Wf_Setup.Edit_Listener?aguid='

848: htp.tableRowOpen;
849: htp.p('');
850:
851: -- construct the url for adding listener
852: l_url := wfa_html.base_url||'/Wf_Setup.Edit_Listener?aguid='
853: ||rawtohex(l_aguid)
854: ||'&url='||wfa_html.base_url||'/Wf_Setup.List_Listener';
855:
856: wfa_html.create_reg_button (l_url,

Line 854: ||'&url='||wfa_html.base_url||'/Wf_Setup.List_Listener';

850:
851: -- construct the url for adding listener
852: l_url := wfa_html.base_url||'/Wf_Setup.Edit_Listener?aguid='
853: ||rawtohex(l_aguid)
854: ||'&url='||wfa_html.base_url||'/Wf_Setup.List_Listener';
855:
856: wfa_html.create_reg_button (l_url,
857: wf_core.translate('ADD'),
858: wfa_html.image_loc,

Line 856: wfa_html.create_reg_button (l_url,

852: l_url := wfa_html.base_url||'/Wf_Setup.Edit_Listener?aguid='
853: ||rawtohex(l_aguid)
854: ||'&url='||wfa_html.base_url||'/Wf_Setup.List_Listener';
855:
856: wfa_html.create_reg_button (l_url,
857: wf_core.translate('ADD'),
858: wfa_html.image_loc,
859: null,
860: wf_core.translate('ADD'));

Line 858: wfa_html.image_loc,

854: ||'&url='||wfa_html.base_url||'/Wf_Setup.List_Listener';
855:
856: wfa_html.create_reg_button (l_url,
857: wf_core.translate('ADD'),
858: wfa_html.image_loc,
859: null,
860: wf_core.translate('ADD'));
861: htp.p('');
862:

Line 865: wfa_html.create_reg_button ('javascript:window.history.back()',

861: htp.p('');
862:
863: -- Cancel button
864: htp.p('');
865: wfa_html.create_reg_button ('javascript:window.history.back()',
866: wf_core.translate('CANCEL'),
867: wfa_html.image_loc,
868: 'FNDJLFCN.gif',
869: wf_core.translate('CANCEL'));

Line 867: wfa_html.image_loc,

863: -- Cancel button
864: htp.p('');
865: wfa_html.create_reg_button ('javascript:window.history.back()',
866: wf_core.translate('CANCEL'),
867: wfa_html.image_loc,
868: 'FNDJLFCN.gif',
869: wf_core.translate('CANCEL'));
870: htp.p('');
871:

Line 949: wfa_html.create_help_function('wf/links/t_d.htm?'||'T_DEFLSNR');

945: -- Set page title
946: htp.headOpen;
947:
948: htp.title(wf_core.translate('WFE_EDIT_LISTENER_TITLE'));
949: wfa_html.create_help_function('wf/links/t_d.htm?'||'T_DEFLSNR');
950:
951: fnd_document_management.get_open_dm_display_window;
952:
953: htp.headClose;

Line 1026: htp.formHidden('h_url',wfa_html.base_url||'/Wf_Setup.Check_All');

1022:
1023: -- go back to the specified URL
1024: -- if url is null, go back to check_all
1025: if (url is null) then
1026: htp.formHidden('h_url',wfa_html.base_url||'/Wf_Setup.Check_All');
1027: else
1028: htp.formHidden('h_url',url);
1029: end if;
1030:

Line 1074: wfa_html.create_reg_button ('javascript:document.WF_LSNR_EDIT.submit()',

1070: htp.tableRowOpen;
1071:
1072: -- Submit button
1073: htp.p('');
1074: wfa_html.create_reg_button ('javascript:document.WF_LSNR_EDIT.submit()',
1075: wf_core.translate ('SUBMIT'),
1076: wfa_html.image_loc,
1077: null,
1078: wf_core.translate ('SUBMIT'));

Line 1076: wfa_html.image_loc,

1072: -- Submit button
1073: htp.p('');
1074: wfa_html.create_reg_button ('javascript:document.WF_LSNR_EDIT.submit()',
1075: wf_core.translate ('SUBMIT'),
1076: wfa_html.image_loc,
1077: null,
1078: wf_core.translate ('SUBMIT'));
1079: htp.p('');
1080:

Line 1083: wfa_html.create_reg_button ('javascript:window.history.back()',

1079: htp.p('');
1080:
1081: -- Cancel button
1082: htp.p('');
1083: wfa_html.create_reg_button ('javascript:window.history.back()',
1084: wf_core.translate('CANCEL'),
1085: wfa_html.image_loc,
1086: 'FNDJLFCN.gif',
1087: wf_core.translate('CANCEL'));

Line 1085: wfa_html.image_loc,

1081: -- Cancel button
1082: htp.p('');
1083: wfa_html.create_reg_button ('javascript:window.history.back()',
1084: wf_core.translate('CANCEL'),
1085: wfa_html.image_loc,
1086: 'FNDJLFCN.gif',
1087: wf_core.translate('CANCEL'));
1088: htp.p('');
1089:

Line 1148: wfa_html.create_help_function('wf/links/t_e.htm?'||'T_EPPGN');

1144: -- Set page title
1145: htp.headOpen;
1146:
1147: htp.title(wf_core.translate('WFE_EDIT_PROPAGATION_TITLE'));
1148: wfa_html.create_help_function('wf/links/t_e.htm?'||'T_EPPGN');
1149:
1150: fnd_document_management.get_open_dm_display_window;
1151:
1152:

Line 1242: htp.formHidden('h_url',wfa_html.base_url||'/Wf_Setup.Check_All');

1238:
1239: -- go back to the specified URL
1240: -- if url is null, go back to check_all
1241: if (url is null) then
1242: htp.formHidden('h_url',wfa_html.base_url||'/Wf_Setup.Check_All');
1243: else
1244: htp.formHidden('h_url',url);
1245: end if;
1246:

Line 1293: wfa_html.create_reg_button (

1289: if (edit = 'Y') then
1290: htp.tableOpen(calign=>'CENTER', cattributes=>'summary=""');
1291: htp.tableRowOpen;
1292: htp.p('');
1293: wfa_html.create_reg_button (
1294: 'javascript:document.WF_PPGN_EDIT.h_action.value=''DELETE'';'||
1295: 'document.WF_PPGN_EDIT.submit()',
1296: wf_core.translate ('DELETE'),
1297: wfa_html.image_loc,

Line 1297: wfa_html.image_loc,

1293: wfa_html.create_reg_button (
1294: 'javascript:document.WF_PPGN_EDIT.h_action.value=''DELETE'';'||
1295: 'document.WF_PPGN_EDIT.submit()',
1296: wf_core.translate ('DELETE'),
1297: wfa_html.image_loc,
1298: null,
1299: wf_core.translate ('DELETE'));
1300: htp.p('');
1301: htp.tableRowClose;

Line 1314: wfa_html.create_reg_button (

1310:
1311: htp.tableOpen;
1312: htp.tableRowOpen;
1313: htp.p('');
1314: wfa_html.create_reg_button (
1315: 'javascript:verify('||''''||wf_core.translate('WFE_INTERVAL_ERROR')
1316: ||''')',
1317: wf_core.translate ('SUBMIT'),
1318: wfa_html.image_loc,

Line 1318: wfa_html.image_loc,

1314: wfa_html.create_reg_button (
1315: 'javascript:verify('||''''||wf_core.translate('WFE_INTERVAL_ERROR')
1316: ||''')',
1317: wf_core.translate ('SUBMIT'),
1318: wfa_html.image_loc,
1319: null,
1320: wf_core.translate ('SUBMIT'));
1321: htp.p('');
1322: htp.p('');

Line 1324: wfa_html.create_reg_button ('javascript:window.history.back()',

1320: wf_core.translate ('SUBMIT'));
1321: htp.p('');
1322: htp.p('');
1323: -- Cancel button
1324: wfa_html.create_reg_button ('javascript:window.history.back()',
1325: wf_core.translate('CANCEL'),
1326: wfa_html.image_loc,
1327: 'FNDJLFCN.gif',
1328: wf_core.translate('CANCEL'));

Line 1326: wfa_html.image_loc,

1322: htp.p('');
1323: -- Cancel button
1324: wfa_html.create_reg_button ('javascript:window.history.back()',
1325: wf_core.translate('CANCEL'),
1326: wfa_html.image_loc,
1327: 'FNDJLFCN.gif',
1328: wf_core.translate('CANCEL'));
1329: htp.p('');
1330: htp.tableRowClose;