DBA Data[Home] [Help]

APPS.WF_EVENT_HTML dependencies on HTP

Line 307: htp.htmlOpen;

303:
304: end loop;
305:
306: -- Render page
307: htp.htmlOpen;
308:
309: -- Set page title
310: htp.headOpen;
311:

Line 310: htp.headOpen;

306: -- Render page
307: htp.htmlOpen;
308:
309: -- Set page title
310: htp.headOpen;
311:
312: -- list does not get updated after editevent, so we add the
313: -- following tag to force the reload of page.
314: htp.p('');

Line 314: htp.p('');

310: htp.headOpen;
311:
312: -- list does not get updated after editevent, so we add the
313: -- following tag to force the reload of page.
314: htp.p('');
315:
316: htp.title(wf_core.translate('WFE_LIST_EVENTS_TITLE'));
317: wfa_html.create_help_function('wf/links/def.htm?'||'DEFEVT');
318: fnd_document_management.get_open_dm_display_window;

Line 316: htp.title(wf_core.translate('WFE_LIST_EVENTS_TITLE'));

312: -- list does not get updated after editevent, so we add the
313: -- following tag to force the reload of page.
314: htp.p('');
315:
316: htp.title(wf_core.translate('WFE_LIST_EVENTS_TITLE'));
317: wfa_html.create_help_function('wf/links/def.htm?'||'DEFEVT');
318: fnd_document_management.get_open_dm_display_window;
319:
320: Wfe_Html_Util.generate_confirm;

Line 322: htp.headClose;

318: fnd_document_management.get_open_dm_display_window;
319:
320: Wfe_Html_Util.generate_confirm;
321:
322: htp.headClose;
323:
324: -- Page header
325: wfa_sec.Header(FALSE,
326: owa_util.get_owa_service_path||'wf_event_html.FindEvent',

Line 330: htp.br; -- add some space between header and table

326: owa_util.get_owa_service_path||'wf_event_html.FindEvent',
327: wf_core.translate('WFE_LIST_EVENTS_TITLE'),
328: TRUE);
329:
330: htp.br; -- add some space between header and table
331:
332: -- populate the header table
333: i := 1;
334: hTab(i).def_type := 'FUNCTION';

Line 370: htp.tableopen (calign=>'CENTER ', cattributes=>'summary""');

366:
367: -- render table
368: Wfe_Html_Util.Simple_Table(hTab, dTab);
369:
370: htp.tableopen (calign=>'CENTER ', cattributes=>'summary""');
371: htp.tableRowOpen;
372: htp.p('');
373: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditEvent',
374: wf_core.translate('WFE_ADD_EVENT'),

Line 371: htp.tableRowOpen;

367: -- render table
368: Wfe_Html_Util.Simple_Table(hTab, dTab);
369:
370: htp.tableopen (calign=>'CENTER ', cattributes=>'summary""');
371: htp.tableRowOpen;
372: htp.p('');
373: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditEvent',
374: wf_core.translate('WFE_ADD_EVENT'),
375: wfa_html.image_loc,

Line 372: htp.p('');

368: Wfe_Html_Util.Simple_Table(hTab, dTab);
369:
370: htp.tableopen (calign=>'CENTER ', cattributes=>'summary""');
371: htp.tableRowOpen;
372: htp.p('');
373: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditEvent',
374: wf_core.translate('WFE_ADD_EVENT'),
375: wfa_html.image_loc,
376: null,

Line 378: htp.p('');

374: wf_core.translate('WFE_ADD_EVENT'),
375: wfa_html.image_loc,
376: null,
377: wf_core.translate('WFE_ADD_EVENT'));
378: htp.p('');
379: htp.p('');
380: wfa_html.create_reg_button (wfa_html.base_url||
381: '/Wf_Event_Html.EditEvent?h_type=GROUP',
382: wf_core.translate('WFE_ADD_GROUP'),

Line 379: htp.p('');

375: wfa_html.image_loc,
376: null,
377: wf_core.translate('WFE_ADD_EVENT'));
378: htp.p('');
379: htp.p('');
380: wfa_html.create_reg_button (wfa_html.base_url||
381: '/Wf_Event_Html.EditEvent?h_type=GROUP',
382: wf_core.translate('WFE_ADD_GROUP'),
383: wfa_html.image_loc,

Line 386: htp.p('');

382: wf_core.translate('WFE_ADD_GROUP'),
383: wfa_html.image_loc,
384: null,
385: wf_core.translate('WFE_ADD_GROUP'));
386: htp.p('');
387: htp.tableRowClose;
388: htp.tableClose;
389:
390: wfa_sec.Footer;

Line 387: htp.tableRowClose;

383: wfa_html.image_loc,
384: null,
385: wf_core.translate('WFE_ADD_GROUP'));
386: htp.p('');
387: htp.tableRowClose;
388: htp.tableClose;
389:
390: wfa_sec.Footer;
391: htp.htmlClose;

Line 388: htp.tableClose;

384: null,
385: wf_core.translate('WFE_ADD_GROUP'));
386: htp.p('');
387: htp.tableRowClose;
388: htp.tableClose;
389:
390: wfa_sec.Footer;
391: htp.htmlClose;
392:

Line 391: htp.htmlClose;

387: htp.tableRowClose;
388: htp.tableClose;
389:
390: wfa_sec.Footer;
391: htp.htmlClose;
392:
393: exception
394: when OTHERS then
395: rollback;

Line 573: htp.htmlOpen;

569: dTab(i).hasdetail := TRUE;
570: end if;
571: end loop;
572: -- Render page
573: htp.htmlOpen;
574:
575: -- Set page title
576: htp.headOpen;
577:

Line 576: htp.headOpen;

572: -- Render page
573: htp.htmlOpen;
574:
575: -- Set page title
576: htp.headOpen;
577:
578: -- list does not get updated after editevent, so we add the
579: -- following tag to force the reload of page.
580: htp.p('');

Line 580: htp.p('');

576: htp.headOpen;
577:
578: -- list does not get updated after editevent, so we add the
579: -- following tag to force the reload of page.
580: htp.p('');
581:
582: htp.title(wf_core.translate('WFE_LIST_SYSTEMS_TITLE'));
583: wfa_html.create_help_function('wf/links/def.htm?'||'DEFEVSYS');
584: fnd_document_management.get_open_dm_display_window;

Line 582: htp.title(wf_core.translate('WFE_LIST_SYSTEMS_TITLE'));

578: -- list does not get updated after editevent, so we add the
579: -- following tag to force the reload of page.
580: htp.p('');
581:
582: htp.title(wf_core.translate('WFE_LIST_SYSTEMS_TITLE'));
583: wfa_html.create_help_function('wf/links/def.htm?'||'DEFEVSYS');
584: fnd_document_management.get_open_dm_display_window;
585:
586: Wfe_Html_Util.generate_confirm;

Line 588: htp.headClose;

584: fnd_document_management.get_open_dm_display_window;
585:
586: Wfe_Html_Util.generate_confirm;
587:
588: htp.headClose;
589:
590: -- Page header
591: wfa_sec.Header(FALSE,
592: owa_util.get_owa_service_path||'wf_event_html.FindSystem',

Line 596: htp.br; -- add some space between header and table

592: owa_util.get_owa_service_path||'wf_event_html.FindSystem',
593: wf_core.translate('WFE_LIST_SYSTEMS_TITLE'),
594: TRUE);
595:
596: htp.br; -- add some space between header and table
597:
598: -- popluate the header table
599: i := 1;
600: hTab(i).def_type := 'FUNCTION';

Line 635: htp.tableopen(calign=>'CENTER', cattributes=>'WIDTH=100%

631: tabattr=>'border=1 cellpadding=3 bgcolor=white width=100% summary="' ||
632: wf_core.translate('WFE_LIST_SYSTEMS_TITLE') || '"');
633:
634: -- message to indicate local system
635: htp.tableopen(calign=>'CENTER', cattributes=>'WIDTH=100%
636: summary="' || wf_core.translate('WFE_INDICATE_LOCAL_SYS') || '"');
637: htp.tableRowOpen;
638: htp.p('');
639: htp.p('* - '||wf_core.translate('WFE_INDICATE_LOCAL_SYS'));

Line 637: htp.tableRowOpen;

633:
634: -- message to indicate local system
635: htp.tableopen(calign=>'CENTER', cattributes=>'WIDTH=100%
636: summary="' || wf_core.translate('WFE_INDICATE_LOCAL_SYS') || '"');
637: htp.tableRowOpen;
638: htp.p('');
639: htp.p('* - '||wf_core.translate('WFE_INDICATE_LOCAL_SYS'));
640: htp.p('');
641: htp.tableRowClose;

Line 638: htp.p('');

634: -- message to indicate local system
635: htp.tableopen(calign=>'CENTER', cattributes=>'WIDTH=100%
636: summary="' || wf_core.translate('WFE_INDICATE_LOCAL_SYS') || '"');
637: htp.tableRowOpen;
638: htp.p('');
639: htp.p('* - '||wf_core.translate('WFE_INDICATE_LOCAL_SYS'));
640: htp.p('');
641: htp.tableRowClose;
642: htp.tableClose;

Line 639: htp.p('* - '||wf_core.translate('WFE_INDICATE_LOCAL_SYS'));

635: htp.tableopen(calign=>'CENTER', cattributes=>'WIDTH=100%
636: summary="' || wf_core.translate('WFE_INDICATE_LOCAL_SYS') || '"');
637: htp.tableRowOpen;
638: htp.p('');
639: htp.p('* - '||wf_core.translate('WFE_INDICATE_LOCAL_SYS'));
640: htp.p('');
641: htp.tableRowClose;
642: htp.tableClose;
643:

Line 640: htp.p('');

636: summary="' || wf_core.translate('WFE_INDICATE_LOCAL_SYS') || '"');
637: htp.tableRowOpen;
638: htp.p('');
639: htp.p('* - '||wf_core.translate('WFE_INDICATE_LOCAL_SYS'));
640: htp.p('');
641: htp.tableRowClose;
642: htp.tableClose;
643:
644: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

Line 641: htp.tableRowClose;

637: htp.tableRowOpen;
638: htp.p('');
639: htp.p('* - '||wf_core.translate('WFE_INDICATE_LOCAL_SYS'));
640: htp.p('');
641: htp.tableRowClose;
642: htp.tableClose;
643:
644: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
645: htp.tableRowOpen;

Line 642: htp.tableClose;

638: htp.p('');
639: htp.p('* - '||wf_core.translate('WFE_INDICATE_LOCAL_SYS'));
640: htp.p('');
641: htp.tableRowClose;
642: htp.tableClose;
643:
644: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
645: htp.tableRowOpen;
646: htp.p('');

Line 644: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

640: htp.p('');
641: htp.tableRowClose;
642: htp.tableClose;
643:
644: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
645: htp.tableRowOpen;
646: htp.p('');
647: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditSystem',
648: wf_core.translate('WFE_ADD_SYSTEM'),

Line 645: htp.tableRowOpen;

641: htp.tableRowClose;
642: htp.tableClose;
643:
644: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
645: htp.tableRowOpen;
646: htp.p('');
647: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditSystem',
648: wf_core.translate('WFE_ADD_SYSTEM'),
649: wfa_html.image_loc,

Line 646: htp.p('');

642: htp.tableClose;
643:
644: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
645: htp.tableRowOpen;
646: htp.p('');
647: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditSystem',
648: wf_core.translate('WFE_ADD_SYSTEM'),
649: wfa_html.image_loc,
650: null,

Line 652: htp.p('');

648: wf_core.translate('WFE_ADD_SYSTEM'),
649: wfa_html.image_loc,
650: null,
651: wf_core.translate('WFE_ADD_SYSTEM'));
652: htp.p('');
653: htp.tableRowClose;
654: htp.tableClose;
655:
656: wfa_sec.Footer;

Line 653: htp.tableRowClose;

649: wfa_html.image_loc,
650: null,
651: wf_core.translate('WFE_ADD_SYSTEM'));
652: htp.p('');
653: htp.tableRowClose;
654: htp.tableClose;
655:
656: wfa_sec.Footer;
657: htp.htmlClose;

Line 654: htp.tableClose;

650: null,
651: wf_core.translate('WFE_ADD_SYSTEM'));
652: htp.p('');
653: htp.tableRowClose;
654: htp.tableClose;
655:
656: wfa_sec.Footer;
657: htp.htmlClose;
658:

Line 657: htp.htmlClose;

653: htp.tableRowClose;
654: htp.tableClose;
655:
656: wfa_sec.Footer;
657: htp.htmlClose;
658:
659: exception
660: when OTHERS then
661: rollback;

Line 871: htp.htmlOpen;

867:
868: end loop;
869:
870: -- Render page
871: htp.htmlOpen;
872:
873: -- Set page title
874: htp.headOpen;
875:

Line 874: htp.headOpen;

870: -- Render page
871: htp.htmlOpen;
872:
873: -- Set page title
874: htp.headOpen;
875:
876: -- list does not get updated after editevent, so we add the
877: -- following tag to force the reload of page.
878: htp.p('');

Line 878: htp.p('');

874: htp.headOpen;
875:
876: -- list does not get updated after editevent, so we add the
877: -- following tag to force the reload of page.
878: htp.p('');
879:
880: htp.title(wf_core.translate('WFE_LIST_AGENTS_TITLE'));
881: wfa_html.create_help_function('wf/links/def.htm?'||'DEFEVAGT');
882: fnd_document_management.get_open_dm_display_window;

Line 880: htp.title(wf_core.translate('WFE_LIST_AGENTS_TITLE'));

876: -- list does not get updated after editevent, so we add the
877: -- following tag to force the reload of page.
878: htp.p('');
879:
880: htp.title(wf_core.translate('WFE_LIST_AGENTS_TITLE'));
881: wfa_html.create_help_function('wf/links/def.htm?'||'DEFEVAGT');
882: fnd_document_management.get_open_dm_display_window;
883:
884: Wfe_Html_Util.generate_confirm;

Line 886: htp.headClose;

882: fnd_document_management.get_open_dm_display_window;
883:
884: Wfe_Html_Util.generate_confirm;
885:
886: htp.headClose;
887:
888: -- Page header
889: wfa_sec.Header(FALSE,
890: owa_util.get_owa_service_path||'wf_event_html.FindAgent',

Line 894: htp.br; -- add some space between header and table

890: owa_util.get_owa_service_path||'wf_event_html.FindAgent',
891: wf_core.translate('WFE_LIST_AGENTS_TITLE'),
892: TRUE);
893:
894: htp.br; -- add some space between header and table
895:
896: -- popluate the header table
897: i := 1;
898: hTab(i).def_type := 'FUNCTION';

Line 965: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

961: summary="' || wf_core.translate('WFE_LIST_AGENTS_TITLE') || '"',
962: show_1st_title=>FALSE);
963: end if;
964:
965: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
966: htp.tableRowOpen;
967: htp.p('');
968: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditAgent',
969: wf_core.translate('WFE_ADD_AGENT'),

Line 966: htp.tableRowOpen;

962: show_1st_title=>FALSE);
963: end if;
964:
965: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
966: htp.tableRowOpen;
967: htp.p('');
968: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditAgent',
969: wf_core.translate('WFE_ADD_AGENT'),
970: wfa_html.image_loc,

Line 967: htp.p('');

963: end if;
964:
965: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
966: htp.tableRowOpen;
967: htp.p('');
968: wfa_html.create_reg_button (wfa_html.base_url||'/Wf_Event_Html.EditAgent',
969: wf_core.translate('WFE_ADD_AGENT'),
970: wfa_html.image_loc,
971: null,

Line 973: htp.p('');

969: wf_core.translate('WFE_ADD_AGENT'),
970: wfa_html.image_loc,
971: null,
972: wf_core.translate('WFE_ADD_AGENT'));
973: htp.p('');
974: htp.tableRowClose;
975: htp.tableClose;
976:
977: wfa_sec.Footer;

Line 974: htp.tableRowClose;

970: wfa_html.image_loc,
971: null,
972: wf_core.translate('WFE_ADD_AGENT'));
973: htp.p('');
974: htp.tableRowClose;
975: htp.tableClose;
976:
977: wfa_sec.Footer;
978: htp.htmlClose;

Line 975: htp.tableClose;

971: null,
972: wf_core.translate('WFE_ADD_AGENT'));
973: htp.p('');
974: htp.tableRowClose;
975: htp.tableClose;
976:
977: wfa_sec.Footer;
978: htp.htmlClose;
979:

Line 978: htp.htmlClose;

974: htp.tableRowClose;
975: htp.tableClose;
976:
977: wfa_sec.Footer;
978: htp.htmlClose;
979:
980: exception
981: when OTHERS then
982: rollback;

Line 1361: htp.htmlOpen;

1357:
1358: end loop;
1359:
1360: -- Render page
1361: htp.htmlOpen;
1362:
1363: -- Set page title
1364: htp.headOpen;
1365:

Line 1364: htp.headOpen;

1360: -- Render page
1361: htp.htmlOpen;
1362:
1363: -- Set page title
1364: htp.headOpen;
1365:
1366: -- list does not get updated after editevent, so we add the
1367: -- following tag to force the reload of page.
1368: htp.p('');

Line 1368: htp.p('');

1364: htp.headOpen;
1365:
1366: -- list does not get updated after editevent, so we add the
1367: -- following tag to force the reload of page.
1368: htp.p('');
1369:
1370: htp.title(wf_core.translate('WFE_LIST_SUBSC_TITLE'));
1371: wfa_html.create_help_function('wf/links/def.htm?'||'DEFEVSUB');
1372: fnd_document_management.get_open_dm_display_window;

Line 1370: htp.title(wf_core.translate('WFE_LIST_SUBSC_TITLE'));

1366: -- list does not get updated after editevent, so we add the
1367: -- following tag to force the reload of page.
1368: htp.p('');
1369:
1370: htp.title(wf_core.translate('WFE_LIST_SUBSC_TITLE'));
1371: wfa_html.create_help_function('wf/links/def.htm?'||'DEFEVSUB');
1372: fnd_document_management.get_open_dm_display_window;
1373:
1374: Wfe_Html_Util.generate_confirm;

Line 1376: htp.headClose;

1372: fnd_document_management.get_open_dm_display_window;
1373:
1374: Wfe_Html_Util.generate_confirm;
1375:
1376: htp.headClose;
1377:
1378: -- Page header
1379: wfa_sec.Header(FALSE,
1380: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',

Line 1384: htp.br; -- add some space between header and table

1380: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',
1381: wf_core.translate('WFE_LIST_SUBSC_TITLE'),
1382: TRUE);
1383:
1384: htp.br; -- add some space between header and table
1385:
1386: -- popluate the header table
1387: i := 1;
1388: hTab(i).def_type := 'FUNCTION';

Line 1482: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

1478: wf_core.translate('WFE_LIST_SUBSC_TITLE') || '"',
1479: show_1st_title=>FALSE);
1480: end if;
1481:
1482: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
1483: htp.tableRowOpen;
1484: htp.p('');
1485:
1486: -- construct the url for add subscription

Line 1483: htp.tableRowOpen;

1479: show_1st_title=>FALSE);
1480: end if;
1481:
1482: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
1483: htp.tableRowOpen;
1484: htp.p('');
1485:
1486: -- construct the url for add subscription
1487: l_url := wfa_html.base_url||'/Wf_Event_Html.EditSubscription';

Line 1484: htp.p('');

1480: end if;
1481:
1482: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
1483: htp.tableRowOpen;
1484: htp.p('');
1485:
1486: -- construct the url for add subscription
1487: l_url := wfa_html.base_url||'/Wf_Event_Html.EditSubscription';
1488: if (from_system) then

Line 1502: htp.p('');

1498: wf_core.translate('WFE_ADD_SUBSCRIPTION'),
1499: wfa_html.image_loc,
1500: null,
1501: wf_core.translate('WFE_ADD_SUBSCRIPTION'));
1502: htp.p('');
1503: htp.tableRowClose;
1504: htp.tableClose;
1505:
1506: wfa_sec.Footer;

Line 1503: htp.tableRowClose;

1499: wfa_html.image_loc,
1500: null,
1501: wf_core.translate('WFE_ADD_SUBSCRIPTION'));
1502: htp.p('');
1503: htp.tableRowClose;
1504: htp.tableClose;
1505:
1506: wfa_sec.Footer;
1507: htp.htmlClose;

Line 1504: htp.tableClose;

1500: null,
1501: wf_core.translate('WFE_ADD_SUBSCRIPTION'));
1502: htp.p('');
1503: htp.tableRowClose;
1504: htp.tableClose;
1505:
1506: wfa_sec.Footer;
1507: htp.htmlClose;
1508:

Line 1507: htp.htmlClose;

1503: htp.tableRowClose;
1504: htp.tableClose;
1505:
1506: wfa_sec.Footer;
1507: htp.htmlClose;
1508:
1509: exception
1510: when OTHERS then
1511: rollback;

Line 1663: htp.htmlOpen;

1659: l_customization_level := 'U';
1660: end if;
1661:
1662: -- Set page title
1663: htp.htmlOpen;
1664: htp.headOpen;
1665:
1666: -- list does not get updated after editevent, so we add the
1667: -- following tag to force the reload of page.

Line 1664: htp.headOpen;

1660: end if;
1661:
1662: -- Set page title
1663: htp.htmlOpen;
1664: htp.headOpen;
1665:
1666: -- list does not get updated after editevent, so we add the
1667: -- following tag to force the reload of page.
1668: htp.p('');

Line 1668: htp.p('');

1664: htp.headOpen;
1665:
1666: -- list does not get updated after editevent, so we add the
1667: -- following tag to force the reload of page.
1668: htp.p('');
1669:
1670: htp.title(wf_core.translate('WFE_EDIT_'||l_type||'_TITLE'));
1671: if (l_type <> 'EVENT') then
1672: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVGPM');

Line 1670: htp.title(wf_core.translate('WFE_EDIT_'||l_type||'_TITLE'));

1666: -- list does not get updated after editevent, so we add the
1667: -- following tag to force the reload of page.
1668: htp.p('');
1669:
1670: htp.title(wf_core.translate('WFE_EDIT_'||l_type||'_TITLE'));
1671: if (l_type <> 'EVENT') then
1672: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVGPM');
1673: else
1674: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVT');

Line 1681: htp.headClose;

1677: fnd_document_management.get_open_dm_display_window;
1678:
1679: Wfe_Html_Util.generate_check_all;
1680:
1681: htp.headClose;
1682:
1683: -- Page header
1684: wfa_sec.Header(FALSE,
1685: owa_util.get_owa_service_path||'wf_event_html.FindEvent',

Line 1690: htp.formOpen(curl=>owa_util.get_owa_service_path||

1686: wf_core.translate('WFE_EDIT_'||l_type||'_TITLE'),
1687: TRUE);
1688:
1689: -- Form
1690: htp.formOpen(curl=>owa_util.get_owa_service_path||
1691: 'wf_event_html.SubmitEvent',
1692: cmethod=>'Get',
1693: cattributes=>'TARGET="_top" NAME="WF_EVENT_EDIT"');
1694:

Line 1698: htp.p('');

1694:
1695: -- GUID
1696: -- do not display it if it is null
1697: if (h_guid is not null) then
1698: htp.p('');
1699: end if;
1700: htp.formHidden('h_guid', rawtohex(h_guid));
1701:
1702: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

Line 1700: htp.formHidden('h_guid', rawtohex(h_guid));

1696: -- do not display it if it is null
1697: if (h_guid is not null) then
1698: htp.p('');
1699: end if;
1700: htp.formHidden('h_guid', rawtohex(h_guid));
1701:
1702: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
1703:
1704: -- Name

Line 1702: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

1698: htp.p('');
1699: end if;
1700: htp.formHidden('h_guid', rawtohex(h_guid));
1701:
1702: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
1703:
1704: -- Name
1705: htp.tableRowOpen;
1706: htp.tableData(cvalue=>'

Line 1705: htp.tableRowOpen;

1701:
1702: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
1703:
1704: -- Name
1705: htp.tableRowOpen;
1706: htp.tableData(cvalue=>'', calign=>'Right',
1709: cattributes=>'id=""');

Line 1706: htp.tableData(cvalue=>'

1702: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
1703:
1704: -- Name
1705: htp.tableRowOpen;
1706: htp.tableData(cvalue=>'1707: wf_core.translate('NAME') ||
1708: '', calign=>'Right',
1709: cattributes=>'id=""');
1710: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,

Line 1710: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,

1706: htp.tableData(cvalue=>'', calign=>'Right',
1709: cattributes=>'id=""');
1710: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,
1711: cmaxlength=>240,
1712: cvalue=>l_name,
1713: cattributes=>'id="i_name"'),
1714: calign=>'Left',

Line 1717: htp.tableRowClose;

1713: cattributes=>'id="i_name"'),
1714: calign=>'Left',
1715: cattributes=>'id=""');
1716:
1717: htp.tableRowClose;
1718:
1719: -- Display Name
1720: htp.tableRowOpen;
1721: htp.tableData(cvalue=>'

Line 1720: htp.tableRowOpen;

1716:
1717: htp.tableRowClose;
1718:
1719: -- Display Name
1720: htp.tableRowOpen;
1721: htp.tableData(cvalue=>'',
1723: calign=>'Right', cattributes=>'id=""');
1724: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,

Line 1721: htp.tableData(cvalue=>'

1717: htp.tableRowClose;
1718:
1719: -- Display Name
1720: htp.tableRowOpen;
1721: htp.tableData(cvalue=>'1722: wf_core.translate('DISPLAY_NAME') || '',
1723: calign=>'Right', cattributes=>'id=""');
1724: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
1725: cmaxlength=>80,

Line 1724: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,

1720: htp.tableRowOpen;
1721: htp.tableData(cvalue=>'',
1723: calign=>'Right', cattributes=>'id=""');
1724: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
1725: cmaxlength=>80,
1726: cattributes=>'id="i_display_name"'),
1727: calign=>'Left',cattributes=>'id=""');
1728: htp.tableRowClose;

Line 1728: htp.tableRowClose;

1724: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
1725: cmaxlength=>80,
1726: cattributes=>'id="i_display_name"'),
1727: calign=>'Left',cattributes=>'id=""');
1728: htp.tableRowClose;
1729:
1730: -- Description
1731: htp.tableRowOpen;
1732: htp.tableData(cvalue=>'

Line 1731: htp.tableRowOpen;

1727: calign=>'Left',cattributes=>'id=""');
1728: htp.tableRowClose;
1729:
1730: -- Description
1731: htp.tableRowOpen;
1732: htp.tableData(cvalue=>'', calign=>'Right',
1734: cattributes=>'id=""');
1735: htp.tableData(cvalue=>htf.formTextareaOpen2(

Line 1732: htp.tableData(cvalue=>'

1728: htp.tableRowClose;
1729:
1730: -- Description
1731: htp.tableRowOpen;
1732: htp.tableData(cvalue=>'1733: wf_core.translate('DESCRIPTION') || '', calign=>'Right',
1734: cattributes=>'id=""');
1735: htp.tableData(cvalue=>htf.formTextareaOpen2(
1736: cname=>'h_description',

Line 1735: htp.tableData(cvalue=>htf.formTextareaOpen2(

1731: htp.tableRowOpen;
1732: htp.tableData(cvalue=>'', calign=>'Right',
1734: cattributes=>'id=""');
1735: htp.tableData(cvalue=>htf.formTextareaOpen2(
1736: cname=>'h_description',
1737: nrows=>2,
1738: ncolumns=>60,
1739: cwrap=>'SOFT',

Line 1744: htp.tableRowClose;

1740: cattributes=>'maxlength=2000 id="i_description"')
1741: ||l_desc
1742: ||htf.formTextareaClose,
1743: calign=>'Left',cattributes=>'id=""');
1744: htp.tableRowClose;
1745:
1746: -- Type
1747: template := wf_core.translate(l_type);
1748: htp.formHidden('h_type', l_type);

Line 1748: htp.formHidden('h_type', l_type);

1744: htp.tableRowClose;
1745:
1746: -- Type
1747: template := wf_core.translate(l_type);
1748: htp.formHidden('h_type', l_type);
1749:
1750: -- Status
1751: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')
1752: ||wf_core.newline||

Line 1760: htp.tableRowOpen;

1756: htf.formSelectOption(wf_core.translate('DISABLED'),
1757: select_disable,'VALUE="DISABLED"')
1758: ||wf_core.newline||
1759: htf.formSelectClose;
1760: htp.tableRowOpen;
1761: htp.tableData(cvalue=>'',
1763: calign=>'Right',cattributes=>'id=""');
1764: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 1761: htp.tableData(cvalue=>'

1757: select_disable,'VALUE="DISABLED"')
1758: ||wf_core.newline||
1759: htf.formSelectClose;
1760: htp.tableRowOpen;
1761: htp.tableData(cvalue=>'1762: wf_core.translate('STATUS') || '',
1763: calign=>'Right',cattributes=>'id=""');
1764: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
1765: htp.tableRowClose;

Line 1764: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

1760: htp.tableRowOpen;
1761: htp.tableData(cvalue=>'',
1763: calign=>'Right',cattributes=>'id=""');
1764: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
1765: htp.tableRowClose;
1766:
1767: -- Generate Function
1768: -- no generate function for group

Line 1765: htp.tableRowClose;

1761: htp.tableData(cvalue=>'',
1763: calign=>'Right',cattributes=>'id=""');
1764: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
1765: htp.tableRowClose;
1766:
1767: -- Generate Function
1768: -- no generate function for group
1769: if (l_type <> 'GROUP') then

Line 1770: htp.tableRowOpen;

1766:
1767: -- Generate Function
1768: -- no generate function for group
1769: if (l_type <> 'GROUP') then
1770: htp.tableRowOpen;
1771: htp.tableData(cvalue=>'',
1773: calign=>'Right',cattributes=>'id=""');
1774: htp.tableData(cvalue=>htf.formText(cname=>'h_generate_function', csize=>60,

Line 1771: htp.tableData(cvalue=>'

1767: -- Generate Function
1768: -- no generate function for group
1769: if (l_type <> 'GROUP') then
1770: htp.tableRowOpen;
1771: htp.tableData(cvalue=>'1772: wf_core.translate('GENERATE_FUNCTION') || '',
1773: calign=>'Right',cattributes=>'id=""');
1774: htp.tableData(cvalue=>htf.formText(cname=>'h_generate_function', csize=>60,
1775: cmaxlength=>240, cvalue=>l_gfunc,

Line 1774: htp.tableData(cvalue=>htf.formText(cname=>'h_generate_function', csize=>60,

1770: htp.tableRowOpen;
1771: htp.tableData(cvalue=>'',
1773: calign=>'Right',cattributes=>'id=""');
1774: htp.tableData(cvalue=>htf.formText(cname=>'h_generate_function', csize=>60,
1775: cmaxlength=>240, cvalue=>l_gfunc,
1776: cattributes=>'id="i_generate_function"'),
1777: calign=>'Left',cattributes=>'id=""');
1778: htp.tableRowClose;

Line 1778: htp.tableRowClose;

1774: htp.tableData(cvalue=>htf.formText(cname=>'h_generate_function', csize=>60,
1775: cmaxlength=>240, cvalue=>l_gfunc,
1776: cattributes=>'id="i_generate_function"'),
1777: calign=>'Left',cattributes=>'id=""');
1778: htp.tableRowClose;
1779: else
1780: htp.formHidden('h_generate_function', null);
1781: end if;
1782:

Line 1780: htp.formHidden('h_generate_function', null);

1776: cattributes=>'id="i_generate_function"'),
1777: calign=>'Left',cattributes=>'id=""');
1778: htp.tableRowClose;
1779: else
1780: htp.formHidden('h_generate_function', null);
1781: end if;
1782:
1783: -- Owner Name
1784: htp.tableRowOpen;

Line 1784: htp.tableRowOpen;

1780: htp.formHidden('h_generate_function', null);
1781: end if;
1782:
1783: -- Owner Name
1784: htp.tableRowOpen;
1785: htp.tableData(cvalue=>'',
1787: calign=>'Right',cattributes=>'id=""');
1788: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,

Line 1785: htp.tableData(cvalue=>'

1781: end if;
1782:
1783: -- Owner Name
1784: htp.tableRowOpen;
1785: htp.tableData(cvalue=>'1786: wf_core.translate('OWNER_NAME') || '',
1787: calign=>'Right',cattributes=>'id=""');
1788: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,
1789: cmaxlength=>30,

Line 1788: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,

1784: htp.tableRowOpen;
1785: htp.tableData(cvalue=>'',
1787: calign=>'Right',cattributes=>'id=""');
1788: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,
1789: cmaxlength=>30,
1790: cattributes=>'id="i_owner_name"'),
1791: calign=>'Left',cattributes=>'id=""');
1792: htp.tableRowClose;

Line 1792: htp.tableRowClose;

1788: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,
1789: cmaxlength=>30,
1790: cattributes=>'id="i_owner_name"'),
1791: calign=>'Left',cattributes=>'id=""');
1792: htp.tableRowClose;
1793:
1794: -- Owner Tag
1795: htp.tableRowOpen;
1796: htp.tableData(cvalue=>'

Line 1795: htp.tableRowOpen;

1791: calign=>'Left',cattributes=>'id=""');
1792: htp.tableRowClose;
1793:
1794: -- Owner Tag
1795: htp.tableRowOpen;
1796: htp.tableData(cvalue=>'',
1798: calign=>'Right',cattributes=>'id=""');
1799: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,

Line 1796: htp.tableData(cvalue=>'

1792: htp.tableRowClose;
1793:
1794: -- Owner Tag
1795: htp.tableRowOpen;
1796: htp.tableData(cvalue=>'1797: wf_core.translate('OWNER_TAG') || '',
1798: calign=>'Right',cattributes=>'id=""');
1799: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,
1800: cmaxlength=>30,

Line 1799: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,

1795: htp.tableRowOpen;
1796: htp.tableData(cvalue=>'',
1798: calign=>'Right',cattributes=>'id=""');
1799: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,
1800: cmaxlength=>30,
1801: cattributes=>'id="i_owner_tag"'),
1802: calign=>'Left',cattributes=>'id=""');
1803: htp.tableRowClose;

Line 1803: htp.tableRowClose;

1799: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,
1800: cmaxlength=>30,
1801: cattributes=>'id="i_owner_tag"'),
1802: calign=>'Left',cattributes=>'id=""');
1803: htp.tableRowClose;
1804:
1805: -- Customization Level
1806: if wf_events_pkg.g_Mode = 'FORCE' then
1807: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')

Line 1819: htp.tableRowOpen;

1815: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_U'),
1816: select_custom_user,'VALUE="U"')
1817: ||wf_core.newline||
1818: htf.formSelectClose;
1819: htp.tableRowOpen;
1820: htp.tableData(cvalue=>'',
1822: calign=>'Right',cattributes=>'id=""');
1823: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 1820: htp.tableData(cvalue=>'

1816: select_custom_user,'VALUE="U"')
1817: ||wf_core.newline||
1818: htf.formSelectClose;
1819: htp.tableRowOpen;
1820: htp.tableData(cvalue=>'1821: wf_core.translate('WFE_CUSTOM_LEVEL') || '',
1822: calign=>'Right',cattributes=>'id=""');
1823: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
1824: htp.tableRowClose;

Line 1823: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

1819: htp.tableRowOpen;
1820: htp.tableData(cvalue=>'',
1822: calign=>'Right',cattributes=>'id=""');
1823: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
1824: htp.tableRowClose;
1825:
1826: else
1827: htp.tableRowOpen;

Line 1824: htp.tableRowClose;

1820: htp.tableData(cvalue=>'',
1822: calign=>'Right',cattributes=>'id=""');
1823: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
1824: htp.tableRowClose;
1825:
1826: else
1827: htp.tableRowOpen;
1828: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),

Line 1827: htp.tableRowOpen;

1823: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
1824: htp.tableRowClose;
1825:
1826: else
1827: htp.tableRowOpen;
1828: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
1829: calign=>'Right',cattributes=>'id=""');
1830: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level), calign=>'Left',cattributes=>'id=""');
1831: htp.formHidden('h_custom_level', l_customization_level);

Line 1828: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),

1824: htp.tableRowClose;
1825:
1826: else
1827: htp.tableRowOpen;
1828: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
1829: calign=>'Right',cattributes=>'id=""');
1830: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level), calign=>'Left',cattributes=>'id=""');
1831: htp.formHidden('h_custom_level', l_customization_level);
1832: end if;

Line 1830: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level), calign=>'Left',cattributes=>'id=""');

1826: else
1827: htp.tableRowOpen;
1828: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
1829: calign=>'Right',cattributes=>'id=""');
1830: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level), calign=>'Left',cattributes=>'id=""');
1831: htp.formHidden('h_custom_level', l_customization_level);
1832: end if;
1833:
1834: -- URL to go back to

Line 1831: htp.formHidden('h_custom_level', l_customization_level);

1827: htp.tableRowOpen;
1828: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
1829: calign=>'Right',cattributes=>'id=""');
1830: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level), calign=>'Left',cattributes=>'id=""');
1831: htp.formHidden('h_custom_level', l_customization_level);
1832: end if;
1833:
1834: -- URL to go back to
1835: if (h_guid is null and l_type = 'GROUP') then

Line 1836: htp.formHidden('url', ''); -- signal the coming back to this screen

1832: end if;
1833:
1834: -- URL to go back to
1835: if (h_guid is null and l_type = 'GROUP') then
1836: htp.formHidden('url', ''); -- signal the coming back to this screen
1837: else
1838: htp.formHidden('url', 'Wf_Event_Html.ListEvents');
1839: end if;
1840:

Line 1838: htp.formHidden('url', 'Wf_Event_Html.ListEvents');

1834: -- URL to go back to
1835: if (h_guid is null and l_type = 'GROUP') then
1836: htp.formHidden('url', ''); -- signal the coming back to this screen
1837: else
1838: htp.formHidden('url', 'Wf_Event_Html.ListEvents');
1839: end if;
1840:
1841: htp.tableClose;
1842: htp.formClose;

Line 1841: htp.tableClose;

1837: else
1838: htp.formHidden('url', 'Wf_Event_Html.ListEvents');
1839: end if;
1840:
1841: htp.tableClose;
1842: htp.formClose;
1843:
1844: -- add values that may contain double quote back through javascript
1845: if (h_guid is not null) then

Line 1842: htp.formClose;

1838: htp.formHidden('url', 'Wf_Event_Html.ListEvents');
1839: end if;
1840:
1841: htp.tableClose;
1842: htp.formClose;
1843:
1844: -- add values that may contain double quote back through javascript
1845: if (h_guid is not null) then
1846: htp.p('');

Line 1847: htp.p(' document.WF_EVENT_EDIT.h_display_name.value="'||l_dname||'"');

1843:
1844: -- add values that may contain double quote back through javascript
1845: if (h_guid is not null) then
1846: htp.p('');
1851: end if;

Line 1848: htp.p(' document.WF_EVENT_EDIT.h_owner_name.value="'||l_ownname||'"');

1844: -- add values that may contain double quote back through javascript
1845: if (h_guid is not null) then
1846: htp.p('');
1851: end if;
1852:

Line 1849: htp.p(' document.WF_EVENT_EDIT.h_owner_tag.value="'||l_owntag||'"');

1845: if (h_guid is not null) then
1846: htp.p('');
1851: end if;
1852:
1853: -- if is group, display events for deletion

Line 1850: htp.p('');

1846: htp.p('');
1851: end if;
1852:
1853: -- if is group, display events for deletion
1854: if (h_guid is not null and l_type = 'GROUP') then

Line 1871: htp.p(wf_core.translate('WFE_EVENTS_IN_GROUP'));

1867: -- there is no detail.
1868: dTab(i).hasdetail := not Wf_Event_Html.isDeletable(event.guid, 'EVENT');
1869: end loop;
1870:
1871: htp.p(wf_core.translate('WFE_EVENTS_IN_GROUP'));
1872:
1873: -- Submit Form for Add/Delete
1874: htp.formOpen(curl=>owa_util.get_owa_service_path||
1875: 'Wf_Event_Html.SubmitSelectedGEvents',

Line 1874: htp.formOpen(curl=>owa_util.get_owa_service_path||

1870:
1871: htp.p(wf_core.translate('WFE_EVENTS_IN_GROUP'));
1872:
1873: -- Submit Form for Add/Delete
1874: htp.formOpen(curl=>owa_util.get_owa_service_path||
1875: 'Wf_Event_Html.SubmitSelectedGEvents',
1876: cmethod=>'Post',
1877: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
1878: htp.formHidden('h_gguid', rawtohex(h_guid));

Line 1878: htp.formHidden('h_gguid', rawtohex(h_guid));

1874: htp.formOpen(curl=>owa_util.get_owa_service_path||
1875: 'Wf_Event_Html.SubmitSelectedGEvents',
1876: cmethod=>'Post',
1877: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
1878: htp.formHidden('h_gguid', rawtohex(h_guid));
1879:
1880: -- Hide the fields for which option you selected. ADD or DELETE
1881: htp.formHidden(cname=>'action', cvalue=>'');
1882:

Line 1881: htp.formHidden(cname=>'action', cvalue=>'');

1877: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
1878: htp.formHidden('h_gguid', rawtohex(h_guid));
1879:
1880: -- Hide the fields for which option you selected. ADD or DELETE
1881: htp.formHidden(cname=>'action', cvalue=>'');
1882:
1883: -- Url to come back to later
1884: htp.formHidden(cname=>'url',
1885: cvalue=>'Wf_Event_Html.EditEvent?h_guid='||rawtohex(h_guid));

Line 1884: htp.formHidden(cname=>'url',

1880: -- Hide the fields for which option you selected. ADD or DELETE
1881: htp.formHidden(cname=>'action', cvalue=>'');
1882:
1883: -- Url to come back to later
1884: htp.formHidden(cname=>'url',
1885: cvalue=>'Wf_Event_Html.EditEvent?h_guid='||rawtohex(h_guid));
1886:
1887: -- Add dummy fields to start both array-type input fields.
1888: -- These dummy values are needed so that the array parameters to

Line 1892: htp.formHidden('h_guids', '-1');

1888: -- These dummy values are needed so that the array parameters to
1889: -- the submit procedure will not be null even if there are no real
1890: -- response fields. This would cause a pl/sql error, because array
1891: -- parameters can't be defaulted.
1892: htp.formHidden('h_guids', '-1');
1893:
1894: -- popluate the header table
1895: i := 1;
1896: hTab(i).def_type := 'FUNCTION';

Line 1928: htp.formClose;

1924:
1925: -- render table
1926: Wfe_Html_Util.Simple_Table(hTab, dTab);
1927:
1928: htp.formClose;
1929:
1930: htp.tableOpen(cattributes=>'WIDTH=100%
1931: summary="' || wf_core.translate('WFE_EVENTS_IN_GROUP') || '"');
1932: htp.tableRowOpen;

Line 1930: htp.tableOpen(cattributes=>'WIDTH=100%

1926: Wfe_Html_Util.Simple_Table(hTab, dTab);
1927:
1928: htp.formClose;
1929:
1930: htp.tableOpen(cattributes=>'WIDTH=100%
1931: summary="' || wf_core.translate('WFE_EVENTS_IN_GROUP') || '"');
1932: htp.tableRowOpen;
1933: htp.p('');
1934:

Line 1932: htp.tableRowOpen;

1928: htp.formClose;
1929:
1930: htp.tableOpen(cattributes=>'WIDTH=100%
1931: summary="' || wf_core.translate('WFE_EVENTS_IN_GROUP') || '"');
1932: htp.tableRowOpen;
1933: htp.p('');
1934:
1935: htp.tableOpen (calign=>'RIGHT', cattributes=>'summary=""');
1936: htp.tableRowOpen;

Line 1933: htp.p('');

1929:
1930: htp.tableOpen(cattributes=>'WIDTH=100%
1931: summary="' || wf_core.translate('WFE_EVENTS_IN_GROUP') || '"');
1932: htp.tableRowOpen;
1933: htp.p('');
1934:
1935: htp.tableOpen (calign=>'RIGHT', cattributes=>'summary=""');
1936: htp.tableRowOpen;
1937: -- If table is not empty, we allow check/uncheck all/delete.

Line 1935: htp.tableOpen (calign=>'RIGHT', cattributes=>'summary=""');

1931: summary="' || wf_core.translate('WFE_EVENTS_IN_GROUP') || '"');
1932: htp.tableRowOpen;
1933: htp.p('');
1934:
1935: htp.tableOpen (calign=>'RIGHT', cattributes=>'summary=""');
1936: htp.tableRowOpen;
1937: -- If table is not empty, we allow check/uncheck all/delete.
1938: if (dTab.COUNT > 0) then
1939: htp.p('');

Line 1936: htp.tableRowOpen;

1932: htp.tableRowOpen;
1933: htp.p('');
1934:
1935: htp.tableOpen (calign=>'RIGHT', cattributes=>'summary=""');
1936: htp.tableRowOpen;
1937: -- If table is not empty, we allow check/uncheck all/delete.
1938: if (dTab.COUNT > 0) then
1939: htp.p('');
1940: wfa_html.create_reg_button (

Line 1939: htp.p('');

1935: htp.tableOpen (calign=>'RIGHT', cattributes=>'summary=""');
1936: htp.tableRowOpen;
1937: -- If table is not empty, we allow check/uncheck all/delete.
1938: if (dTab.COUNT > 0) then
1939: htp.p('');
1940: wfa_html.create_reg_button (
1941: 'javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',
1942: wf_core.translate('SELECT_ALL'),
1943: wfa_html.image_loc,

Line 1946: htp.p('');

1942: wf_core.translate('SELECT_ALL'),
1943: wfa_html.image_loc,
1944: null,
1945: wf_core.translate('SELECT_ALL'));
1946: htp.p('');
1947: htp.p('');
1948: wfa_html.create_reg_button (
1949: 'javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
1950: wf_core.translate('UNSELECT_ALL'),

Line 1947: htp.p('');

1943: wfa_html.image_loc,
1944: null,
1945: wf_core.translate('SELECT_ALL'));
1946: htp.p('');
1947: htp.p('');
1948: wfa_html.create_reg_button (
1949: 'javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
1950: wf_core.translate('UNSELECT_ALL'),
1951: wfa_html.image_loc,

Line 1954: htp.p('');

1950: wf_core.translate('UNSELECT_ALL'),
1951: wfa_html.image_loc,
1952: null,
1953: wf_core.translate('UNSELECT_ALL'));
1954: htp.p('');
1955: -- Delete Screen
1956: -- Allow user to delete selected events
1957: -- or add some more event through the find screen.
1958: htp.p('');

Line 1958: htp.p('');

1954: htp.p('');
1955: -- Delete Screen
1956: -- Allow user to delete selected events
1957: -- or add some more event through the find screen.
1958: htp.p('');
1959: wfa_html.create_reg_button (
1960: 'javascript:document.WF_GROUP_EDIT.action.value=''DELETE'';'||
1961: 'document.WF_GROUP_EDIT.submit()',
1962: wf_core.translate('DELETE'),

Line 1966: htp.p('');

1962: wf_core.translate('DELETE'),
1963: wfa_html.image_loc,
1964: null,
1965: wf_core.translate('DELETE'));
1966: htp.p('');
1967: end if;
1968: htp.p('');
1969: wfa_html.create_reg_button (
1970: 'javascript:document.WF_GROUP_EDIT.action.value=''FIND'';'||

Line 1968: htp.p('');

1964: null,
1965: wf_core.translate('DELETE'));
1966: htp.p('');
1967: end if;
1968: htp.p('');
1969: wfa_html.create_reg_button (
1970: 'javascript:document.WF_GROUP_EDIT.action.value=''FIND'';'||
1971: 'document.WF_GROUP_EDIT.submit()',
1972: wf_core.translate('WFE_ADD_EVENT'),

Line 1976: htp.p('');

1972: wf_core.translate('WFE_ADD_EVENT'),
1973: wfa_html.image_loc,
1974: null,
1975: wf_core.translate('WFE_ADD_EVENT'));
1976: htp.p('');
1977:
1978: htp.tableRowClose;
1979: htp.tableClose;
1980:

Line 1978: htp.tableRowClose;

1974: null,
1975: wf_core.translate('WFE_ADD_EVENT'));
1976: htp.p('');
1977:
1978: htp.tableRowClose;
1979: htp.tableClose;
1980:
1981: htp.p('');
1982: htp.tableRowClose;

Line 1979: htp.tableClose;

1975: wf_core.translate('WFE_ADD_EVENT'));
1976: htp.p('');
1977:
1978: htp.tableRowClose;
1979: htp.tableClose;
1980:
1981: htp.p('');
1982: htp.tableRowClose;
1983:

Line 1981: htp.p('');

1977:
1978: htp.tableRowClose;
1979: htp.tableClose;
1980:
1981: htp.p('');
1982: htp.tableRowClose;
1983:
1984: htp.tableRowOpen;
1985: htp.p('');

Line 1982: htp.tableRowClose;

1978: htp.tableRowClose;
1979: htp.tableClose;
1980:
1981: htp.p('');
1982: htp.tableRowClose;
1983:
1984: htp.tableRowOpen;
1985: htp.p('');
1986:

Line 1984: htp.tableRowOpen;

1980:
1981: htp.p('');
1982: htp.tableRowClose;
1983:
1984: htp.tableRowOpen;
1985: htp.p('');
1986:
1987: -- Add submit button
1988: htp.tableopen (calign=>'RIGHT', cattributes=>'summary=""');

Line 1985: htp.p('');

1981: htp.p('');
1982: htp.tableRowClose;
1983:
1984: htp.tableRowOpen;
1985: htp.p('');
1986:
1987: -- Add submit button
1988: htp.tableopen (calign=>'RIGHT', cattributes=>'summary=""');
1989: htp.tableRowOpen;

Line 1988: htp.tableopen (calign=>'RIGHT', cattributes=>'summary=""');

1984: htp.tableRowOpen;
1985: htp.p('');
1986:
1987: -- Add submit button
1988: htp.tableopen (calign=>'RIGHT', cattributes=>'summary=""');
1989: htp.tableRowOpen;
1990:
1991: htp.p('');
1992: wfa_html.create_reg_button ('javascript:document.WF_EVENT_EDIT.submit()',

Line 1989: htp.tableRowOpen;

1985: htp.p('');
1986:
1987: -- Add submit button
1988: htp.tableopen (calign=>'RIGHT', cattributes=>'summary=""');
1989: htp.tableRowOpen;
1990:
1991: htp.p('');
1992: wfa_html.create_reg_button ('javascript:document.WF_EVENT_EDIT.submit()',
1993: wf_core.translate('SUBMIT'),

Line 1991: htp.p('');

1987: -- Add submit button
1988: htp.tableopen (calign=>'RIGHT', cattributes=>'summary=""');
1989: htp.tableRowOpen;
1990:
1991: htp.p('');
1992: wfa_html.create_reg_button ('javascript:document.WF_EVENT_EDIT.submit()',
1993: wf_core.translate('SUBMIT'),
1994: wfa_html.image_loc,
1995: null,

Line 1997: htp.p('');

1993: wf_core.translate('SUBMIT'),
1994: wfa_html.image_loc,
1995: null,
1996: wf_core.translate('SUBMIT'));
1997: htp.p('');
1998: htp.p('');
1999: wfa_html.create_reg_button ('javascript:history.back()',
2000: wf_core.translate ('CANCEL'),
2001: wfa_html.image_loc,

Line 1998: htp.p('');

1994: wfa_html.image_loc,
1995: null,
1996: wf_core.translate('SUBMIT'));
1997: htp.p('');
1998: htp.p('');
1999: wfa_html.create_reg_button ('javascript:history.back()',
2000: wf_core.translate ('CANCEL'),
2001: wfa_html.image_loc,
2002: null,

Line 2004: htp.p('');

2000: wf_core.translate ('CANCEL'),
2001: wfa_html.image_loc,
2002: null,
2003: wf_core.translate ('CANCEL'));
2004: htp.p('');
2005:
2006: htp.tableRowClose;
2007: htp.tableClose;
2008:

Line 2006: htp.tableRowClose;

2002: null,
2003: wf_core.translate ('CANCEL'));
2004: htp.p('');
2005:
2006: htp.tableRowClose;
2007: htp.tableClose;
2008:
2009: htp.p('');
2010: htp.tableRowClose;

Line 2007: htp.tableClose;

2003: wf_core.translate ('CANCEL'));
2004: htp.p('');
2005:
2006: htp.tableRowClose;
2007: htp.tableClose;
2008:
2009: htp.p('');
2010: htp.tableRowClose;
2011: htp.tableClose;

Line 2009: htp.p('');

2005:
2006: htp.tableRowClose;
2007: htp.tableClose;
2008:
2009: htp.p('');
2010: htp.tableRowClose;
2011: htp.tableClose;
2012: else
2013:

Line 2010: htp.tableRowClose;

2006: htp.tableRowClose;
2007: htp.tableClose;
2008:
2009: htp.p('');
2010: htp.tableRowClose;
2011: htp.tableClose;
2012: else
2013:
2014: aligntext := 'CENTER';

Line 2011: htp.tableClose;

2007: htp.tableClose;
2008:
2009: htp.p('');
2010: htp.tableRowClose;
2011: htp.tableClose;
2012: else
2013:
2014: aligntext := 'CENTER';
2015:

Line 2017: htp.tableopen (calign=>aligntext, cattributes=>'summary=""');

2013:
2014: aligntext := 'CENTER';
2015:
2016: -- Add submit button
2017: htp.tableopen (calign=>aligntext, cattributes=>'summary=""');
2018: htp.tableRowOpen;
2019:
2020: htp.p('');
2021:

Line 2018: htp.tableRowOpen;

2014: aligntext := 'CENTER';
2015:
2016: -- Add submit button
2017: htp.tableopen (calign=>aligntext, cattributes=>'summary=""');
2018: htp.tableRowOpen;
2019:
2020: htp.p('');
2021:
2022: wfa_html.create_reg_button ('javascript:document.WF_EVENT_EDIT.submit()',

Line 2020: htp.p('');

2016: -- Add submit button
2017: htp.tableopen (calign=>aligntext, cattributes=>'summary=""');
2018: htp.tableRowOpen;
2019:
2020: htp.p('');
2021:
2022: wfa_html.create_reg_button ('javascript:document.WF_EVENT_EDIT.submit()',
2023: wf_core.translate('SUBMIT'),
2024: wfa_html.image_loc,

Line 2028: htp.p('');

2024: wfa_html.image_loc,
2025: null,
2026: wf_core.translate('SUBMIT'));
2027:
2028: htp.p('');
2029: htp.p('');
2030: wfa_html.create_reg_button ('javascript:history.back()',
2031: wf_core.translate ('CANCEL'),
2032: wfa_html.image_loc,

Line 2029: htp.p('');

2025: null,
2026: wf_core.translate('SUBMIT'));
2027:
2028: htp.p('');
2029: htp.p('');
2030: wfa_html.create_reg_button ('javascript:history.back()',
2031: wf_core.translate ('CANCEL'),
2032: wfa_html.image_loc,
2033: null,

Line 2036: htp.p('');

2032: wfa_html.image_loc,
2033: null,
2034: wf_core.translate ('CANCEL'));
2035:
2036: htp.p('');
2037:
2038: htp.tableRowClose;
2039: htp.tableClose;
2040: end if;

Line 2038: htp.tableRowClose;

2034: wf_core.translate ('CANCEL'));
2035:
2036: htp.p('');
2037:
2038: htp.tableRowClose;
2039: htp.tableClose;
2040: end if;
2041:
2042: wfa_sec.Footer;

Line 2039: htp.tableClose;

2035:
2036: htp.p('');
2037:
2038: htp.tableRowClose;
2039: htp.tableClose;
2040: end if;
2041:
2042: wfa_sec.Footer;
2043: htp.htmlClose;

Line 2043: htp.htmlClose;

2039: htp.tableClose;
2040: end if;
2041:
2042: wfa_sec.Footer;
2043: htp.htmlClose;
2044:
2045: exception
2046: when others then
2047: rollback;

Line 2122: htp.htmlOpen;

2118: wf_event_html.isAccessible('EVENTS');
2119:
2120:
2121: -- Render page
2122: htp.htmlOpen;
2123:
2124: -- Set page title
2125: htp.headOpen;
2126:

Line 2125: htp.headOpen;

2121: -- Render page
2122: htp.htmlOpen;
2123:
2124: -- Set page title
2125: htp.headOpen;
2126:
2127: -- list does not get updated after edit, so we add the
2128: -- following tag to force the reload of page.
2129: htp.p('');

Line 2129: htp.p('');

2125: htp.headOpen;
2126:
2127: -- list does not get updated after edit, so we add the
2128: -- following tag to force the reload of page.
2129: htp.p('');
2130:
2131: htp.title(wf_core.translate('WFE_EDIT_GROUP_TITLE'));
2132: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVGPM');
2133: fnd_document_management.get_open_dm_display_window;

Line 2131: htp.title(wf_core.translate('WFE_EDIT_GROUP_TITLE'));

2127: -- list does not get updated after edit, so we add the
2128: -- following tag to force the reload of page.
2129: htp.p('');
2130:
2131: htp.title(wf_core.translate('WFE_EDIT_GROUP_TITLE'));
2132: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVGPM');
2133: fnd_document_management.get_open_dm_display_window;
2134:
2135: Wfe_Html_Util.generate_check_all;

Line 2137: htp.headClose;

2133: fnd_document_management.get_open_dm_display_window;
2134:
2135: Wfe_Html_Util.generate_check_all;
2136:
2137: htp.headClose;
2138:
2139: -- Page header
2140: wfa_sec.Header(FALSE, null,
2141: wf_core.translate('WFE_EDIT_GROUP_TITLE'),

Line 2159: htp.tableOpen(calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');

2155: when NO_DATA_FOUND then
2156: wf_core.raise('WFE_EVENT_NOTEXIST');
2157: end;
2158:
2159: htp.tableOpen(calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');
2160:
2161: htp.tableRowOpen;
2162: wf_core.token('GROUP',''||l_name||'');
2163: htp.tableData(cvalue=>wf_core.translate('WFE_ADD_SELECTED_TO_GRP'),

Line 2161: htp.tableRowOpen;

2157: end;
2158:
2159: htp.tableOpen(calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');
2160:
2161: htp.tableRowOpen;
2162: wf_core.token('GROUP',''||l_name||'');
2163: htp.tableData(cvalue=>wf_core.translate('WFE_ADD_SELECTED_TO_GRP'),
2164: calign=>'Left',cattributes=>'id=""');
2165: htp.tableRowClose;

Line 2163: htp.tableData(cvalue=>wf_core.translate('WFE_ADD_SELECTED_TO_GRP'),

2159: htp.tableOpen(calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');
2160:
2161: htp.tableRowOpen;
2162: wf_core.token('GROUP',''||l_name||'');
2163: htp.tableData(cvalue=>wf_core.translate('WFE_ADD_SELECTED_TO_GRP'),
2164: calign=>'Left',cattributes=>'id=""');
2165: htp.tableRowClose;
2166:
2167: htp.tableClose;

Line 2165: htp.tableRowClose;

2161: htp.tableRowOpen;
2162: wf_core.token('GROUP',''||l_name||'');
2163: htp.tableData(cvalue=>wf_core.translate('WFE_ADD_SELECTED_TO_GRP'),
2164: calign=>'Left',cattributes=>'id=""');
2165: htp.tableRowClose;
2166:
2167: htp.tableClose;
2168:
2169: -- populate the data table

Line 2167: htp.tableClose;

2163: htp.tableData(cvalue=>wf_core.translate('WFE_ADD_SELECTED_TO_GRP'),
2164: calign=>'Left',cattributes=>'id=""');
2165: htp.tableRowClose;
2166:
2167: htp.tableClose;
2168:
2169: -- populate the data table
2170: i := 0;
2171:

Line 2200: htp.formOpen(curl=>owa_util.get_owa_service_path||

2196: end loop;
2197: end if;
2198:
2199: -- Submit Form for Add/Delete
2200: htp.formOpen(curl=>owa_util.get_owa_service_path||
2201: 'Wf_Event_Html.SubmitSelectedGEvents',
2202: cmethod=>'Get',
2203: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
2204: htp.formHidden('h_gguid', rawtohex(h_guid));

Line 2204: htp.formHidden('h_gguid', rawtohex(h_guid));

2200: htp.formOpen(curl=>owa_util.get_owa_service_path||
2201: 'Wf_Event_Html.SubmitSelectedGEvents',
2202: cmethod=>'Get',
2203: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
2204: htp.formHidden('h_gguid', rawtohex(h_guid));
2205:
2206: -- Hide the fields for which option you selected. ADD or DELETE
2207: htp.formHidden(cname=>'action', cvalue=>'');
2208:

Line 2207: htp.formHidden(cname=>'action', cvalue=>'');

2203: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
2204: htp.formHidden('h_gguid', rawtohex(h_guid));
2205:
2206: -- Hide the fields for which option you selected. ADD or DELETE
2207: htp.formHidden(cname=>'action', cvalue=>'');
2208:
2209: -- Url to come back to later
2210: htp.formHidden(cname=>'url',
2211: cvalue=>'Wf_Event_Html.EditEvent?h_guid='||rawtohex(h_guid));

Line 2210: htp.formHidden(cname=>'url',

2206: -- Hide the fields for which option you selected. ADD or DELETE
2207: htp.formHidden(cname=>'action', cvalue=>'');
2208:
2209: -- Url to come back to later
2210: htp.formHidden(cname=>'url',
2211: cvalue=>'Wf_Event_Html.EditEvent?h_guid='||rawtohex(h_guid));
2212:
2213: -- Add dummy fields to start both array-type input fields.
2214: -- These dummy values are needed so that the array parameters to

Line 2218: htp.formHidden('h_guids', '-1');

2214: -- These dummy values are needed so that the array parameters to
2215: -- the submit procedure will not be null even if there are no real
2216: -- response fields. This would cause a pl/sql error, because array
2217: -- parameters can't be defaulted.
2218: htp.formHidden('h_guids', '-1');
2219:
2220: -- popluate the header table
2221: i := 1;
2222: hTab(i).def_type := 'TITLE';

Line 2237: htp.formClose;

2233:
2234: -- render table
2235: Wfe_Html_Util.Simple_Table(hTab, dTab);
2236:
2237: htp.formClose;
2238:
2239: -- If we generate simple table, we create this check/uncheck all.
2240: if (i > 0) then
2241: htp.tableOpen (calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');

Line 2241: htp.tableOpen (calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');

2237: htp.formClose;
2238:
2239: -- If we generate simple table, we create this check/uncheck all.
2240: if (i > 0) then
2241: htp.tableOpen (calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');
2242: htp.tableRowOpen;
2243: htp.p('');
2244: htp.anchor('javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',
2245: wf_core.translate('SELECT_ALL'), null);

Line 2242: htp.tableRowOpen;

2238:
2239: -- If we generate simple table, we create this check/uncheck all.
2240: if (i > 0) then
2241: htp.tableOpen (calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');
2242: htp.tableRowOpen;
2243: htp.p('');
2244: htp.anchor('javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',
2245: wf_core.translate('SELECT_ALL'), null);
2246: htp.anchor('javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',

Line 2243: htp.p('');

2239: -- If we generate simple table, we create this check/uncheck all.
2240: if (i > 0) then
2241: htp.tableOpen (calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');
2242: htp.tableRowOpen;
2243: htp.p('');
2244: htp.anchor('javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',
2245: wf_core.translate('SELECT_ALL'), null);
2246: htp.anchor('javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
2247: wf_core.translate('UNSELECT_ALL'), null);

Line 2244: htp.anchor('javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',

2240: if (i > 0) then
2241: htp.tableOpen (calign=>'CENTER',cattributes=>'WIDTH=100% summary=""');
2242: htp.tableRowOpen;
2243: htp.p('');
2244: htp.anchor('javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',
2245: wf_core.translate('SELECT_ALL'), null);
2246: htp.anchor('javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
2247: wf_core.translate('UNSELECT_ALL'), null);
2248: htp.p('');

Line 2246: htp.anchor('javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',

2242: htp.tableRowOpen;
2243: htp.p('');
2244: htp.anchor('javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',
2245: wf_core.translate('SELECT_ALL'), null);
2246: htp.anchor('javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
2247: wf_core.translate('UNSELECT_ALL'), null);
2248: htp.p('');
2249: htp.tableRowClose;
2250: htp.tableClose;

Line 2248: htp.p('');

2244: htp.anchor('javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',
2245: wf_core.translate('SELECT_ALL'), null);
2246: htp.anchor('javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
2247: wf_core.translate('UNSELECT_ALL'), null);
2248: htp.p('');
2249: htp.tableRowClose;
2250: htp.tableClose;
2251: end if;
2252:

Line 2249: htp.tableRowClose;

2245: wf_core.translate('SELECT_ALL'), null);
2246: htp.anchor('javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
2247: wf_core.translate('UNSELECT_ALL'), null);
2248: htp.p('');
2249: htp.tableRowClose;
2250: htp.tableClose;
2251: end if;
2252:
2253: htp.tableOpen (calign=>'CENTER', cattributes=>'summary=""');

Line 2250: htp.tableClose;

2246: htp.anchor('javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
2247: wf_core.translate('UNSELECT_ALL'), null);
2248: htp.p('');
2249: htp.tableRowClose;
2250: htp.tableClose;
2251: end if;
2252:
2253: htp.tableOpen (calign=>'CENTER', cattributes=>'summary=""');
2254: htp.tableRowOpen;

Line 2253: htp.tableOpen (calign=>'CENTER', cattributes=>'summary=""');

2249: htp.tableRowClose;
2250: htp.tableClose;
2251: end if;
2252:
2253: htp.tableOpen (calign=>'CENTER', cattributes=>'summary=""');
2254: htp.tableRowOpen;
2255: if (h_func = 'DELETE') then
2256:
2257: -- Delete Screen

Line 2254: htp.tableRowOpen;

2250: htp.tableClose;
2251: end if;
2252:
2253: htp.tableOpen (calign=>'CENTER', cattributes=>'summary=""');
2254: htp.tableRowOpen;
2255: if (h_func = 'DELETE') then
2256:
2257: -- Delete Screen
2258: -- Allow user to delete selected events

Line 2260: htp.p('');

2256:
2257: -- Delete Screen
2258: -- Allow user to delete selected events
2259: -- or add some more event through the find screen.
2260: htp.p('');
2261: wfa_html.create_reg_button (
2262: 'javascript:document.WF_GROUP_EDIT.action.value=''DELETE'';'||
2263: 'document.WF_GROUP_EDIT.submit()',
2264: wf_core.translate('DELETE_SELECTED'),

Line 2268: htp.p('');

2264: wf_core.translate('DELETE_SELECTED'),
2265: wfa_html.image_loc,
2266: null,
2267: wf_core.translate('DELETE_SELECTED'));
2268: htp.p('');
2269: htp.p('');
2270: wfa_html.create_reg_button (
2271: 'javascript:document.WF_GROUP_EDIT.action.value=''FIND'';'||
2272: 'document.WF_GROUP_EDIT.submit()',

Line 2269: htp.p('');

2265: wfa_html.image_loc,
2266: null,
2267: wf_core.translate('DELETE_SELECTED'));
2268: htp.p('');
2269: htp.p('');
2270: wfa_html.create_reg_button (
2271: 'javascript:document.WF_GROUP_EDIT.action.value=''FIND'';'||
2272: 'document.WF_GROUP_EDIT.submit()',
2273: wf_core.translate('ADD'),

Line 2277: htp.p('');

2273: wf_core.translate('ADD'),
2274: wfa_html.image_loc,
2275: null,
2276: wf_core.translate('ADD'));
2277: htp.p('');
2278: else
2279:
2280: -- Add screen
2281: -- Come back from the Find, now you can add selected events to the group.

Line 2282: htp.p('');

2278: else
2279:
2280: -- Add screen
2281: -- Come back from the Find, now you can add selected events to the group.
2282: htp.p('');
2283: wfa_html.create_reg_button (
2284: 'javascript:document.WF_GROUP_EDIT.action.value=''ADD'';'||
2285: 'document.WF_GROUP_EDIT.submit()',
2286: wf_core.translate('ADD_SELECTED'),

Line 2290: htp.p('');

2286: wf_core.translate('ADD_SELECTED'),
2287: wfa_html.image_loc,
2288: null,
2289: wf_core.translate('ADD_SELECTED'));
2290: htp.p('');
2291: htp.p('');
2292: wfa_html.create_reg_button ('javascript:history.back()',
2293: wf_core.translate ('CANCEL'),
2294: wfa_html.image_loc,

Line 2291: htp.p('');

2287: wfa_html.image_loc,
2288: null,
2289: wf_core.translate('ADD_SELECTED'));
2290: htp.p('');
2291: htp.p('');
2292: wfa_html.create_reg_button ('javascript:history.back()',
2293: wf_core.translate ('CANCEL'),
2294: wfa_html.image_loc,
2295: null,

Line 2298: htp.p('');

2294: wfa_html.image_loc,
2295: null,
2296: wf_core.translate ('CANCEL'));
2297:
2298: htp.p('');
2299: end if;
2300: htp.tableRowClose;
2301: htp.tableClose;
2302:

Line 2300: htp.tableRowClose;

2296: wf_core.translate ('CANCEL'));
2297:
2298: htp.p('');
2299: end if;
2300: htp.tableRowClose;
2301: htp.tableClose;
2302:
2303: wfa_sec.Footer;
2304: htp.htmlClose;

Line 2301: htp.tableClose;

2297:
2298: htp.p('');
2299: end if;
2300: htp.tableRowClose;
2301: htp.tableClose;
2302:
2303: wfa_sec.Footer;
2304: htp.htmlClose;
2305: exception

Line 2304: htp.htmlClose;

2300: htp.tableRowClose;
2301: htp.tableClose;
2302:
2303: wfa_sec.Footer;
2304: htp.htmlClose;
2305: exception
2306: when others then
2307: rollback;
2308: wf_core.context('WF_EVENT_HTML', 'EditGroup', rawtohex(h_guid));

Line 2356: htp.htmlOpen;

2352: -- Check if Accessible
2353: wf_event_html.isAccessible('SYSTEM');
2354:
2355: -- Set page title
2356: htp.htmlOpen;
2357: htp.headOpen;
2358:
2359: htp.title(wf_core.translate('WFE_EDIT_SYSTEM_TITLE'));
2360: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVSYS');

Line 2357: htp.headOpen;

2353: wf_event_html.isAccessible('SYSTEM');
2354:
2355: -- Set page title
2356: htp.htmlOpen;
2357: htp.headOpen;
2358:
2359: htp.title(wf_core.translate('WFE_EDIT_SYSTEM_TITLE'));
2360: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVSYS');
2361: fnd_document_management.get_open_dm_display_window;

Line 2359: htp.title(wf_core.translate('WFE_EDIT_SYSTEM_TITLE'));

2355: -- Set page title
2356: htp.htmlOpen;
2357: htp.headOpen;
2358:
2359: htp.title(wf_core.translate('WFE_EDIT_SYSTEM_TITLE'));
2360: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVSYS');
2361: fnd_document_management.get_open_dm_display_window;
2362:
2363: htp.headClose;

Line 2363: htp.headClose;

2359: htp.title(wf_core.translate('WFE_EDIT_SYSTEM_TITLE'));
2360: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVSYS');
2361: fnd_document_management.get_open_dm_display_window;
2362:
2363: htp.headClose;
2364:
2365: -- Page header
2366: wfa_sec.Header(FALSE,
2367: owa_util.get_owa_service_path||'wf_event_html.FindEvent',

Line 2407: htp.formOpen(curl=>owa_util.get_owa_service_path||

2403:
2404:
2405: end if;
2406: -- Form
2407: htp.formOpen(curl=>owa_util.get_owa_service_path||
2408: 'wf_event_html.SubmitSystem',
2409: cmethod=>'Get',
2410: cattributes=>'TARGET="_top" NAME="WF_SYSTEM_EDIT"');
2411:

Line 2415: htp.p('');

2411:
2412: -- GUID
2413: -- do not display it if it is null
2414: if (h_guid is not null) then
2415: htp.p('');
2416: end if;
2417: htp.formHidden('h_guid', rawtohex(h_guid));
2418:
2419: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

Line 2417: htp.formHidden('h_guid', rawtohex(h_guid));

2413: -- do not display it if it is null
2414: if (h_guid is not null) then
2415: htp.p('');
2416: end if;
2417: htp.formHidden('h_guid', rawtohex(h_guid));
2418:
2419: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
2420:
2421: -- Name

Line 2419: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

2415: htp.p('');
2416: end if;
2417: htp.formHidden('h_guid', rawtohex(h_guid));
2418:
2419: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
2420:
2421: -- Name
2422: htp.tableRowOpen;
2423: htp.tableData(cvalue=>'

Line 2422: htp.tableRowOpen;

2418:
2419: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
2420:
2421: -- Name
2422: htp.tableRowOpen;
2423: htp.tableData(cvalue=>'',
2425: calign=>'Right', cattributes=>'id=""');
2426: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,

Line 2423: htp.tableData(cvalue=>'

2419: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
2420:
2421: -- Name
2422: htp.tableRowOpen;
2423: htp.tableData(cvalue=>'2424: wf_core.translate('NAME') || '',
2425: calign=>'Right', cattributes=>'id=""');
2426: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,
2427: cmaxlength=>240, cvalue=>l_name,

Line 2426: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,

2422: htp.tableRowOpen;
2423: htp.tableData(cvalue=>'',
2425: calign=>'Right', cattributes=>'id=""');
2426: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,
2427: cmaxlength=>240, cvalue=>l_name,
2428: cattributes=>'id="i_name"'),
2429: calign=>'Left',cattributes=>'id=""');
2430: htp.tableRowClose;

Line 2430: htp.tableRowClose;

2426: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,
2427: cmaxlength=>240, cvalue=>l_name,
2428: cattributes=>'id="i_name"'),
2429: calign=>'Left',cattributes=>'id=""');
2430: htp.tableRowClose;
2431:
2432: -- Display Name
2433: htp.tableRowOpen;
2434: htp.tableData(cvalue=>'

Line 2433: htp.tableRowOpen;

2429: calign=>'Left',cattributes=>'id=""');
2430: htp.tableRowClose;
2431:
2432: -- Display Name
2433: htp.tableRowOpen;
2434: htp.tableData(cvalue=>'',
2436: calign=>'Right', cattributes=>'id=""');
2437: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,

Line 2434: htp.tableData(cvalue=>'

2430: htp.tableRowClose;
2431:
2432: -- Display Name
2433: htp.tableRowOpen;
2434: htp.tableData(cvalue=>'2435: wf_core.translate('DISPLAY_NAME') || '',
2436: calign=>'Right', cattributes=>'id=""');
2437: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
2438: cmaxlength=>80,

Line 2437: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,

2433: htp.tableRowOpen;
2434: htp.tableData(cvalue=>'',
2436: calign=>'Right', cattributes=>'id=""');
2437: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
2438: cmaxlength=>80,
2439: cattributes=>'id="i_display_name"'),
2440: calign=>'Left', cattributes=>'id=""');
2441: htp.tableRowClose;

Line 2441: htp.tableRowClose;

2437: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
2438: cmaxlength=>80,
2439: cattributes=>'id="i_display_name"'),
2440: calign=>'Left', cattributes=>'id=""');
2441: htp.tableRowClose;
2442:
2443: -- Description
2444: htp.tableRowOpen;
2445: htp.tableData(cvalue=>'

Line 2444: htp.tableRowOpen;

2440: calign=>'Left', cattributes=>'id=""');
2441: htp.tableRowClose;
2442:
2443: -- Description
2444: htp.tableRowOpen;
2445: htp.tableData(cvalue=>'',
2447: calign=>'Right', cattributes=>'id=""');
2448: htp.tableData(cvalue=>htf.formTextareaOpen2(

Line 2445: htp.tableData(cvalue=>'

2441: htp.tableRowClose;
2442:
2443: -- Description
2444: htp.tableRowOpen;
2445: htp.tableData(cvalue=>'2446: wf_core.translate('DESCRIPTION') || '',
2447: calign=>'Right', cattributes=>'id=""');
2448: htp.tableData(cvalue=>htf.formTextareaOpen2(
2449: cname=>'h_description',

Line 2448: htp.tableData(cvalue=>htf.formTextareaOpen2(

2444: htp.tableRowOpen;
2445: htp.tableData(cvalue=>'',
2447: calign=>'Right', cattributes=>'id=""');
2448: htp.tableData(cvalue=>htf.formTextareaOpen2(
2449: cname=>'h_description',
2450: nrows=>2,
2451: ncolumns=>60,
2452: cwrap=>'SOFT',

Line 2459: htp.tableRowClose;

2455: ||l_desc
2456: ||htf.formTextareaClose,
2457: calign=>'Left',
2458: cattributes=>'id=""');
2459: htp.tableRowClose;
2460:
2461: -- Master GUID
2462: htp.tableRowOpen;
2463: htp.tableData(cvalue=>'

Line 2462: htp.tableRowOpen;

2458: cattributes=>'id=""');
2459: htp.tableRowClose;
2460:
2461: -- Master GUID
2462: htp.tableRowOpen;
2463: htp.tableData(cvalue=>'',
2465: calign=>'right',cattributes=>'id=""');
2466: htp.formHidden('h_master_guid', l_mguid);

Line 2463: htp.tableData(cvalue=>'

2459: htp.tableRowClose;
2460:
2461: -- Master GUID
2462: htp.tableRowOpen;
2463: htp.tableData(cvalue=>'2464: wf_core.translate('MASTER') || '',
2465: calign=>'right',cattributes=>'id=""');
2466: htp.formHidden('h_master_guid', l_mguid);
2467: -- add LOV here:

Line 2466: htp.formHidden('h_master_guid', l_mguid);

2462: htp.tableRowOpen;
2463: htp.tableData(cvalue=>'',
2465: calign=>'right',cattributes=>'id=""');
2466: htp.formHidden('h_master_guid', l_mguid);
2467: -- add LOV here:
2468: -- Note: The REPLACE function replaces all the space characters with
2469: -- the proper escape sequence.
2470: l_url := 'javascript:fnd_open_dm_display_window('||''''||

Line 2481: htp.tabledata(htf.formText(cname=>'display_master', csize=>32,

2477: '&p_dest_display_field=top.opener.parent.document.WF_SYSTEM_EDIT.display_master.value',
2478: ' ', '%20')||''''||',500,500)';
2479:
2480: -- print everything together so there is no gap.
2481: htp.tabledata(htf.formText(cname=>'display_master', csize=>32,
2482: cmaxlength=>240,
2483: cattributes=>'id="i_master"')||
2484: ''||
2485: ''||<br>
</p>
<h5>Line 2490:   htp.tableRowClose;<br>
</h5><p>
2486:                   l_message||'
',
2488: cattributes=>'id=""');
2489:
2490: htp.tableRowClose;
2491:
2492: -- URL to go back to
2493: htp.formHidden('url', 'Wf_Event_Html.ListSystems');
2494:

Line 2493: htp.formHidden('url', 'Wf_Event_Html.ListSystems');

2489:
2490: htp.tableRowClose;
2491:
2492: -- URL to go back to
2493: htp.formHidden('url', 'Wf_Event_Html.ListSystems');
2494:
2495: htp.tableClose;
2496: htp.formClose;
2497:

Line 2495: htp.tableClose;

2491:
2492: -- URL to go back to
2493: htp.formHidden('url', 'Wf_Event_Html.ListSystems');
2494:
2495: htp.tableClose;
2496: htp.formClose;
2497:
2498: -- add values that may contain double quote back through javascript
2499: if (h_guid is not null) then

Line 2496: htp.formClose;

2492: -- URL to go back to
2493: htp.formHidden('url', 'Wf_Event_Html.ListSystems');
2494:
2495: htp.tableClose;
2496: htp.formClose;
2497:
2498: -- add values that may contain double quote back through javascript
2499: if (h_guid is not null) then
2500: htp.p('');
2504: end if;

Line 2501: htp.p(' document.WF_SYSTEM_EDIT.h_display_name.value="'||l_dname||'"');

2497:
2498: -- add values that may contain double quote back through javascript
2499: if (h_guid is not null) then
2500: htp.p('');
2504: end if;
2505:

Line 2502: htp.p(' document.WF_SYSTEM_EDIT.display_master.value="'||l_mname||'"');

2498: -- add values that may contain double quote back through javascript
2499: if (h_guid is not null) then
2500: htp.p('');
2504: end if;
2505:
2506: -- Add submit button

Line 2503: htp.p('');

2499: if (h_guid is not null) then
2500: htp.p('');
2504: end if;
2505:
2506: -- Add submit button
2507: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

Line 2507: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

2503: htp.p('');
2504: end if;
2505:
2506: -- Add submit button
2507: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
2508: htp.tableRowOpen;
2509:
2510: htp.p('');
2511:

Line 2508: htp.tableRowOpen;

2504: end if;
2505:
2506: -- Add submit button
2507: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
2508: htp.tableRowOpen;
2509:
2510: htp.p('');
2511:
2512: wfa_html.create_reg_button ('javascript:document.WF_SYSTEM_EDIT.submit()',

Line 2510: htp.p('');

2506: -- Add submit button
2507: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
2508: htp.tableRowOpen;
2509:
2510: htp.p('');
2511:
2512: wfa_html.create_reg_button ('javascript:document.WF_SYSTEM_EDIT.submit()',
2513: wf_core.translate('SUBMIT'),
2514: wfa_html.image_loc,

Line 2518: htp.p('');

2514: wfa_html.image_loc,
2515: null,
2516: wf_core.translate('SUBMIT'));
2517:
2518: htp.p('');
2519: htp.p('');
2520: wfa_html.create_reg_button ('javascript:history.back()',
2521: wf_core.translate ('CANCEL'),
2522: wfa_html.image_loc,

Line 2519: htp.p('');

2515: null,
2516: wf_core.translate('SUBMIT'));
2517:
2518: htp.p('');
2519: htp.p('');
2520: wfa_html.create_reg_button ('javascript:history.back()',
2521: wf_core.translate ('CANCEL'),
2522: wfa_html.image_loc,
2523: null,

Line 2526: htp.p('');

2522: wfa_html.image_loc,
2523: null,
2524: wf_core.translate ('CANCEL'));
2525:
2526: htp.p('');
2527:
2528: htp.tableRowClose;
2529: htp.tableClose;
2530:

Line 2528: htp.tableRowClose;

2524: wf_core.translate ('CANCEL'));
2525:
2526: htp.p('');
2527:
2528: htp.tableRowClose;
2529: htp.tableClose;
2530:
2531: wfa_sec.Footer;
2532: htp.htmlClose;

Line 2529: htp.tableClose;

2525:
2526: htp.p('');
2527:
2528: htp.tableRowClose;
2529: htp.tableClose;
2530:
2531: wfa_sec.Footer;
2532: htp.htmlClose;
2533:

Line 2532: htp.htmlClose;

2528: htp.tableRowClose;
2529: htp.tableClose;
2530:
2531: wfa_sec.Footer;
2532: htp.htmlClose;
2533:
2534: exception
2535: when others then
2536: rollback;

Line 2605: htp.htmlOpen;

2601: -- Check if Accessible
2602: wf_event_html.isAccessible('AGENTS');
2603:
2604: -- Set page title
2605: htp.htmlOpen;
2606: htp.headOpen;
2607:
2608: htp.title(wf_core.translate('WFE_EDIT_AGENT_TITLE'));
2609: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVAGT');

Line 2606: htp.headOpen;

2602: wf_event_html.isAccessible('AGENTS');
2603:
2604: -- Set page title
2605: htp.htmlOpen;
2606: htp.headOpen;
2607:
2608: htp.title(wf_core.translate('WFE_EDIT_AGENT_TITLE'));
2609: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVAGT');
2610: fnd_document_management.get_open_dm_display_window;

Line 2608: htp.title(wf_core.translate('WFE_EDIT_AGENT_TITLE'));

2604: -- Set page title
2605: htp.htmlOpen;
2606: htp.headOpen;
2607:
2608: htp.title(wf_core.translate('WFE_EDIT_AGENT_TITLE'));
2609: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVAGT');
2610: fnd_document_management.get_open_dm_display_window;
2611:
2612: htp.headClose;

Line 2612: htp.headClose;

2608: htp.title(wf_core.translate('WFE_EDIT_AGENT_TITLE'));
2609: wfa_html.create_help_function('wf/links/t_d.htm?T_DEFEVAGT');
2610: fnd_document_management.get_open_dm_display_window;
2611:
2612: htp.headClose;
2613:
2614: -- Page header
2615: wfa_sec.Header(FALSE,
2616: owa_util.get_owa_service_path||'wf_event_html.FindAgent',

Line 2663: htp.formOpen(curl=>owa_util.get_owa_service_path||

2659:
2660: end if;
2661:
2662: -- Form
2663: htp.formOpen(curl=>owa_util.get_owa_service_path||
2664: 'wf_event_html.SubmitAgent',
2665: cmethod=>'Get',
2666: cattributes=>'TARGET="_top" NAME="WF_AGENT_EDIT"');
2667:

Line 2671: htp.p('');

2667:
2668: -- GUID
2669: -- do not display it if it is null
2670: if (h_guid is not null) then
2671: htp.p('');
2672: end if;
2673: htp.formHidden('h_guid', rawtohex(h_guid));
2674:
2675: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

Line 2673: htp.formHidden('h_guid', rawtohex(h_guid));

2669: -- do not display it if it is null
2670: if (h_guid is not null) then
2671: htp.p('');
2672: end if;
2673: htp.formHidden('h_guid', rawtohex(h_guid));
2674:
2675: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
2676:
2677: -- Name

Line 2675: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

2671: htp.p('');
2672: end if;
2673: htp.formHidden('h_guid', rawtohex(h_guid));
2674:
2675: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
2676:
2677: -- Name
2678: htp.tableRowOpen;
2679: htp.tableData(cvalue=>'

Line 2678: htp.tableRowOpen;

2674:
2675: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
2676:
2677: -- Name
2678: htp.tableRowOpen;
2679: htp.tableData(cvalue=>'',
2681: calign=>'Right',cattributes=>'id=""');
2682: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>60,

Line 2679: htp.tableData(cvalue=>'

2675: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
2676:
2677: -- Name
2678: htp.tableRowOpen;
2679: htp.tableData(cvalue=>'2680: wf_core.translate('NAME') || '',
2681: calign=>'Right',cattributes=>'id=""');
2682: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>60,
2683: cmaxlength=>80, cvalue=>l_name,

Line 2682: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>60,

2678: htp.tableRowOpen;
2679: htp.tableData(cvalue=>'',
2681: calign=>'Right',cattributes=>'id=""');
2682: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>60,
2683: cmaxlength=>80, cvalue=>l_name,
2684: cattributes=>'id="i_name"'),
2685: calign=>'Left',cattributes=>'id=""');
2686: htp.tableRowClose;

Line 2686: htp.tableRowClose;

2682: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>60,
2683: cmaxlength=>80, cvalue=>l_name,
2684: cattributes=>'id="i_name"'),
2685: calign=>'Left',cattributes=>'id=""');
2686: htp.tableRowClose;
2687:
2688: -- Display Name
2689: htp.tableRowOpen;
2690: htp.tableData(cvalue=>'

Line 2689: htp.tableRowOpen;

2685: calign=>'Left',cattributes=>'id=""');
2686: htp.tableRowClose;
2687:
2688: -- Display Name
2689: htp.tableRowOpen;
2690: htp.tableData(cvalue=>'',
2692: calign=>'Right',cattributes=>'id=""');
2693: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,

Line 2690: htp.tableData(cvalue=>'

2686: htp.tableRowClose;
2687:
2688: -- Display Name
2689: htp.tableRowOpen;
2690: htp.tableData(cvalue=>'2691: wf_core.translate('DISPLAY_NAME') || '',
2692: calign=>'Right',cattributes=>'id=""');
2693: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
2694: cmaxlength=>80,

Line 2693: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,

2689: htp.tableRowOpen;
2690: htp.tableData(cvalue=>'',
2692: calign=>'Right',cattributes=>'id=""');
2693: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
2694: cmaxlength=>80,
2695: cattributes=>'id="i_display_name"'),
2696: calign=>'Left',cattributes=>'id=""');
2697: htp.tableRowClose;

Line 2697: htp.tableRowClose;

2693: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
2694: cmaxlength=>80,
2695: cattributes=>'id="i_display_name"'),
2696: calign=>'Left',cattributes=>'id=""');
2697: htp.tableRowClose;
2698:
2699: -- Description
2700: htp.tableRowOpen;
2701: htp.tableData(cvalue=>'

Line 2700: htp.tableRowOpen;

2696: calign=>'Left',cattributes=>'id=""');
2697: htp.tableRowClose;
2698:
2699: -- Description
2700: htp.tableRowOpen;
2701: htp.tableData(cvalue=>'',
2703: calign=>'Right', cattributes=>'id=""');
2704: htp.tableData(cvalue=>htf.formTextareaOpen2(

Line 2701: htp.tableData(cvalue=>'

2697: htp.tableRowClose;
2698:
2699: -- Description
2700: htp.tableRowOpen;
2701: htp.tableData(cvalue=>'2702: wf_core.translate('DESCRIPTION') || '',
2703: calign=>'Right', cattributes=>'id=""');
2704: htp.tableData(cvalue=>htf.formTextareaOpen2(
2705: cname=>'h_description',

Line 2704: htp.tableData(cvalue=>htf.formTextareaOpen2(

2700: htp.tableRowOpen;
2701: htp.tableData(cvalue=>'',
2703: calign=>'Right', cattributes=>'id=""');
2704: htp.tableData(cvalue=>htf.formTextareaOpen2(
2705: cname=>'h_description',
2706: nrows=>2,
2707: ncolumns=>60,
2708: cwrap=>'SOFT',

Line 2713: htp.tableRowClose;

2709: cattributes=>'maxlength=2000 id="i_description"')
2710: ||l_desc
2711: ||htf.formTextareaClose,
2712: calign=>'Left',cattributes=>'id=""');
2713: htp.tableRowClose;
2714:
2715: -- Protocol
2716: template := htf.formSelectOpen('h_protocol',cattributes=>'id="i_protocol"')
2717: ||wf_core.newline;

Line 2748: htp.tableRowOpen;

2744: selected := TRUE;
2745: end if;
2746: template := template||htf.formSelectClose;
2747:
2748: htp.tableRowOpen;
2749: htp.tableData(cvalue=>'',
2751: calign=>'Right', cattributes=>'id=""');
2752: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 2749: htp.tableData(cvalue=>'

2745: end if;
2746: template := template||htf.formSelectClose;
2747:
2748: htp.tableRowOpen;
2749: htp.tableData(cvalue=>'2750: wf_core.translate('PROTOCOL') || '',
2751: calign=>'Right', cattributes=>'id=""');
2752: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2753: -- htp.tableData(cvalue=>htf.formText(cname=>'h_protocol', csize=>8,

Line 2752: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

2748: htp.tableRowOpen;
2749: htp.tableData(cvalue=>'',
2751: calign=>'Right', cattributes=>'id=""');
2752: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2753: -- htp.tableData(cvalue=>htf.formText(cname=>'h_protocol', csize=>8,
2754: -- cmaxlength=>8, cvalue=>l_protocol),
2755: -- calign=>'Left',cattributes=>'id=""');
2756: htp.tableRowClose;

Line 2753: -- htp.tableData(cvalue=>htf.formText(cname=>'h_protocol', csize=>8,

2749: htp.tableData(cvalue=>'',
2751: calign=>'Right', cattributes=>'id=""');
2752: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2753: -- htp.tableData(cvalue=>htf.formText(cname=>'h_protocol', csize=>8,
2754: -- cmaxlength=>8, cvalue=>l_protocol),
2755: -- calign=>'Left',cattributes=>'id=""');
2756: htp.tableRowClose;
2757:

Line 2756: htp.tableRowClose;

2752: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2753: -- htp.tableData(cvalue=>htf.formText(cname=>'h_protocol', csize=>8,
2754: -- cmaxlength=>8, cvalue=>l_protocol),
2755: -- calign=>'Left',cattributes=>'id=""');
2756: htp.tableRowClose;
2757:
2758: -- Address
2759: htp.tableRowOpen;
2760: htp.tableData(cvalue=>'

Line 2759: htp.tableRowOpen;

2755: -- calign=>'Left',cattributes=>'id=""');
2756: htp.tableRowClose;
2757:
2758: -- Address
2759: htp.tableRowOpen;
2760: htp.tableData(cvalue=>'',
2762: calign=>'Right',cattributes=>'id=""');
2763: htp.tableData(cvalue=>htf.formText(cname=>'h_address', csize=>80,

Line 2760: htp.tableData(cvalue=>'

2756: htp.tableRowClose;
2757:
2758: -- Address
2759: htp.tableRowOpen;
2760: htp.tableData(cvalue=>'2761: wf_core.translate('ADDRESS') || '',
2762: calign=>'Right',cattributes=>'id=""');
2763: htp.tableData(cvalue=>htf.formText(cname=>'h_address', csize=>80,
2764: cmaxlength=>240, cvalue=>l_address,

Line 2763: htp.tableData(cvalue=>htf.formText(cname=>'h_address', csize=>80,

2759: htp.tableRowOpen;
2760: htp.tableData(cvalue=>'',
2762: calign=>'Right',cattributes=>'id=""');
2763: htp.tableData(cvalue=>htf.formText(cname=>'h_address', csize=>80,
2764: cmaxlength=>240, cvalue=>l_address,
2765: cattributes=>'id="i_address"'),
2766: calign=>'Left',cattributes=>'id=""');
2767: htp.tableRowClose;

Line 2767: htp.tableRowClose;

2763: htp.tableData(cvalue=>htf.formText(cname=>'h_address', csize=>80,
2764: cmaxlength=>240, cvalue=>l_address,
2765: cattributes=>'id="i_address"'),
2766: calign=>'Left',cattributes=>'id=""');
2767: htp.tableRowClose;
2768:
2769: -- System
2770: htp.tableRowOpen;
2771: htp.tableData(cvalue=>'

Line 2770: htp.tableRowOpen;

2766: calign=>'Left',cattributes=>'id=""');
2767: htp.tableRowClose;
2768:
2769: -- System
2770: htp.tableRowOpen;
2771: htp.tableData(cvalue=>'',
2773: calign=>'right',cattributes=>'id=""');
2774: htp.formHidden('h_system_guid', null);

Line 2771: htp.tableData(cvalue=>'

2767: htp.tableRowClose;
2768:
2769: -- System
2770: htp.tableRowOpen;
2771: htp.tableData(cvalue=>'2772: wf_core.translate('SYSTEM') || '',
2773: calign=>'right',cattributes=>'id=""');
2774: htp.formHidden('h_system_guid', null);
2775: -- add LOV here:

Line 2774: htp.formHidden('h_system_guid', null);

2770: htp.tableRowOpen;
2771: htp.tableData(cvalue=>'',
2773: calign=>'right',cattributes=>'id=""');
2774: htp.formHidden('h_system_guid', null);
2775: -- add LOV here:
2776: -- Note: The REPLACE function replaces all the space characters with
2777: -- the proper escape sequence.
2778: l_url := 'javascript:fnd_open_dm_display_window('||''''||

Line 2789: htp.tabledata(htf.formText(cname=>'display_system', csize=>32,

2785: '&p_dest_display_field=top.opener.parent.document.WF_AGENT_EDIT.display_system.value',
2786: ' ', '%20')||''''||',500,500)';
2787:
2788: -- print everything together so there is no gap.
2789: htp.tabledata(htf.formText(cname=>'display_system', csize=>32,
2790: cmaxlength=>240,cattributes=>'id="i_system"')||
2791: ''||
2792: ''||<br>
2793:                   l_message||'
',
2795: cattributes=>'id=""');
2796:
2797: htp.tableRowClose;
2798:
2799: -- Queue Handler
2800: htp.tableRowOpen;
2801: htp.tableData(cvalue=>'

Line 2800: htp.tableRowOpen;

2796:
2797: htp.tableRowClose;
2798:
2799: -- Queue Handler
2800: htp.tableRowOpen;
2801: htp.tableData(cvalue=>'',
2803: calign=>'Right',cattributes=>'id=""');
2804: htp.tableData(cvalue=>htf.formText(cname=>'h_qhandler', csize=>60,

Line 2801: htp.tableData(cvalue=>'

2797: htp.tableRowClose;
2798:
2799: -- Queue Handler
2800: htp.tableRowOpen;
2801: htp.tableData(cvalue=>'2802: wf_core.translate('QUEUE_HANDLER') || '',
2803: calign=>'Right',cattributes=>'id=""');
2804: htp.tableData(cvalue=>htf.formText(cname=>'h_qhandler', csize=>60,
2805: cmaxlength=>240, cvalue=>l_qhandler,

Line 2804: htp.tableData(cvalue=>htf.formText(cname=>'h_qhandler', csize=>60,

2800: htp.tableRowOpen;
2801: htp.tableData(cvalue=>'',
2803: calign=>'Right',cattributes=>'id=""');
2804: htp.tableData(cvalue=>htf.formText(cname=>'h_qhandler', csize=>60,
2805: cmaxlength=>240, cvalue=>l_qhandler,
2806: cattributes=>'id="i_queue_handler"'),
2807: calign=>'Left',cattributes=>'id=""');
2808: htp.tableRowClose;

Line 2808: htp.tableRowClose;

2804: htp.tableData(cvalue=>htf.formText(cname=>'h_qhandler', csize=>60,
2805: cmaxlength=>240, cvalue=>l_qhandler,
2806: cattributes=>'id="i_queue_handler"'),
2807: calign=>'Left',cattributes=>'id=""');
2808: htp.tableRowClose;
2809:
2810: -- Queue Name
2811: htp.tableRowOpen;
2812: htp.tableData(cvalue=>'

Line 2811: htp.tableRowOpen;

2807: calign=>'Left',cattributes=>'id=""');
2808: htp.tableRowClose;
2809:
2810: -- Queue Name
2811: htp.tableRowOpen;
2812: htp.tableData(cvalue=>'', calign=>'Right',
2814: cattributes=>'id=""');
2815: htp.tableData(cvalue=>htf.formText(cname=>'h_qname', csize=>60,

Line 2812: htp.tableData(cvalue=>'

2808: htp.tableRowClose;
2809:
2810: -- Queue Name
2811: htp.tableRowOpen;
2812: htp.tableData(cvalue=>'2813: wf_core.translate('QUEUE_NAME') || '', calign=>'Right',
2814: cattributes=>'id=""');
2815: htp.tableData(cvalue=>htf.formText(cname=>'h_qname', csize=>60,
2816: cmaxlength=>80, cvalue=>l_qname,

Line 2815: htp.tableData(cvalue=>htf.formText(cname=>'h_qname', csize=>60,

2811: htp.tableRowOpen;
2812: htp.tableData(cvalue=>'', calign=>'Right',
2814: cattributes=>'id=""');
2815: htp.tableData(cvalue=>htf.formText(cname=>'h_qname', csize=>60,
2816: cmaxlength=>80, cvalue=>l_qname,
2817: cattributes=>'id="i_queue_name"'),
2818: calign=>'Left',cattributes=>'id=""');
2819: htp.tableRowClose;

Line 2819: htp.tableRowClose;

2815: htp.tableData(cvalue=>htf.formText(cname=>'h_qname', csize=>60,
2816: cmaxlength=>80, cvalue=>l_qname,
2817: cattributes=>'id="i_queue_name"'),
2818: calign=>'Left',cattributes=>'id=""');
2819: htp.tableRowClose;
2820:
2821: -- Direction
2822: template := htf.formSelectOpen('h_direction', cattributes=>'id="i_direction"')||wf_core.newline||
2823: /*

Line 2835: htp.tableRowOpen;

2831: htf.formSelectOption(wf_core.translate('OUT'),
2832: select_out,'VALUE="OUT"')
2833: ||wf_core.newline||
2834: htf.formSelectClose;
2835: htp.tableRowOpen;
2836: htp.tableData(cvalue=>'',
2838: calign=>'Right',cattributes=>'id=""');
2839: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 2836: htp.tableData(cvalue=>'

2832: select_out,'VALUE="OUT"')
2833: ||wf_core.newline||
2834: htf.formSelectClose;
2835: htp.tableRowOpen;
2836: htp.tableData(cvalue=>'2837: wf_core.translate('DIRECTION') || '',
2838: calign=>'Right',cattributes=>'id=""');
2839: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2840: htp.tableRowClose;

Line 2839: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

2835: htp.tableRowOpen;
2836: htp.tableData(cvalue=>'',
2838: calign=>'Right',cattributes=>'id=""');
2839: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2840: htp.tableRowClose;
2841:
2842: -- Status
2843: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')

Line 2840: htp.tableRowClose;

2836: htp.tableData(cvalue=>'',
2838: calign=>'Right',cattributes=>'id=""');
2839: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2840: htp.tableRowClose;
2841:
2842: -- Status
2843: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')
2844: ||wf_core.newline||

Line 2852: htp.tableRowOpen;

2848: htf.formSelectOption(wf_core.translate('DISABLED'),
2849: select_disable,'VALUE="DISABLED"')
2850: ||wf_core.newline||
2851: htf.formSelectClose;
2852: htp.tableRowOpen;
2853: htp.tableData(cvalue=>'',
2855: calign=>'Right',cattributes=>'id=""');
2856: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 2853: htp.tableData(cvalue=>'

2849: select_disable,'VALUE="DISABLED"')
2850: ||wf_core.newline||
2851: htf.formSelectClose;
2852: htp.tableRowOpen;
2853: htp.tableData(cvalue=>'2854: wf_core.translate('STATUS') || '',
2855: calign=>'Right',cattributes=>'id=""');
2856: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2857: htp.tableRowClose;

Line 2856: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

2852: htp.tableRowOpen;
2853: htp.tableData(cvalue=>'',
2855: calign=>'Right',cattributes=>'id=""');
2856: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2857: htp.tableRowClose;
2858:
2859: -- URL to go back to
2860: htp.formHidden('url', 'Wf_Event_Html.ListAgents');

Line 2857: htp.tableRowClose;

2853: htp.tableData(cvalue=>'',
2855: calign=>'Right',cattributes=>'id=""');
2856: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2857: htp.tableRowClose;
2858:
2859: -- URL to go back to
2860: htp.formHidden('url', 'Wf_Event_Html.ListAgents');
2861:

Line 2860: htp.formHidden('url', 'Wf_Event_Html.ListAgents');

2856: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
2857: htp.tableRowClose;
2858:
2859: -- URL to go back to
2860: htp.formHidden('url', 'Wf_Event_Html.ListAgents');
2861:
2862: htp.tableClose;
2863: htp.formClose;
2864:

Line 2862: htp.tableClose;

2858:
2859: -- URL to go back to
2860: htp.formHidden('url', 'Wf_Event_Html.ListAgents');
2861:
2862: htp.tableClose;
2863: htp.formClose;
2864:
2865: -- add values that may contain double quote back through javascript
2866: if (h_guid is not null) then

Line 2863: htp.formClose;

2859: -- URL to go back to
2860: htp.formHidden('url', 'Wf_Event_Html.ListAgents');
2861:
2862: htp.tableClose;
2863: htp.formClose;
2864:
2865: -- add values that may contain double quote back through javascript
2866: if (h_guid is not null) then
2867: htp.p('');
2871: end if;

Line 2868: htp.p(' document.WF_AGENT_EDIT.h_display_name.value="'||l_dname||'"');

2864:
2865: -- add values that may contain double quote back through javascript
2866: if (h_guid is not null) then
2867: htp.p('');
2871: end if;
2872:

Line 2869: htp.p(' document.WF_AGENT_EDIT.display_system.value="'||l_system||'"');

2865: -- add values that may contain double quote back through javascript
2866: if (h_guid is not null) then
2867: htp.p('');
2871: end if;
2872:
2873: -- Add submit button

Line 2870: htp.p('');

2866: if (h_guid is not null) then
2867: htp.p('');
2871: end if;
2872:
2873: -- Add submit button
2874: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

Line 2874: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

2870: htp.p('');
2871: end if;
2872:
2873: -- Add submit button
2874: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
2875: htp.tableRowOpen;
2876:
2877: htp.p('');
2878:

Line 2875: htp.tableRowOpen;

2871: end if;
2872:
2873: -- Add submit button
2874: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
2875: htp.tableRowOpen;
2876:
2877: htp.p('');
2878:
2879: wfa_html.create_reg_button ('javascript:document.WF_AGENT_EDIT.submit()',

Line 2877: htp.p('');

2873: -- Add submit button
2874: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
2875: htp.tableRowOpen;
2876:
2877: htp.p('');
2878:
2879: wfa_html.create_reg_button ('javascript:document.WF_AGENT_EDIT.submit()',
2880: wf_core.translate('SUBMIT'),
2881: wfa_html.image_loc,

Line 2885: htp.p('');

2881: wfa_html.image_loc,
2882: null,
2883: wf_core.translate('SUBMIT'));
2884:
2885: htp.p('');
2886: htp.p('');
2887: wfa_html.create_reg_button ('javascript:history.back()',
2888: wf_core.translate ('CANCEL'),
2889: wfa_html.image_loc,

Line 2886: htp.p('');

2882: null,
2883: wf_core.translate('SUBMIT'));
2884:
2885: htp.p('');
2886: htp.p('');
2887: wfa_html.create_reg_button ('javascript:history.back()',
2888: wf_core.translate ('CANCEL'),
2889: wfa_html.image_loc,
2890: null,

Line 2893: htp.p('');

2889: wfa_html.image_loc,
2890: null,
2891: wf_core.translate ('CANCEL'));
2892:
2893: htp.p('');
2894:
2895: htp.tableRowClose;
2896: htp.tableClose;
2897:

Line 2895: htp.tableRowClose;

2891: wf_core.translate ('CANCEL'));
2892:
2893: htp.p('');
2894:
2895: htp.tableRowClose;
2896: htp.tableClose;
2897:
2898: wfa_sec.Footer;
2899: htp.htmlClose;

Line 2896: htp.tableClose;

2892:
2893: htp.p('');
2894:
2895: htp.tableRowClose;
2896: htp.tableClose;
2897:
2898: wfa_sec.Footer;
2899: htp.htmlClose;
2900:

Line 2899: htp.htmlClose;

2895: htp.tableRowClose;
2896: htp.tableClose;
2897:
2898: wfa_sec.Footer;
2899: htp.htmlClose;
2900:
2901: exception
2902: when others then
2903: rollback;

Line 3002: htp.headOpen;

2998: -- Check if Accessible
2999: wf_event_html.isAccessible('SUBSCRIPTIONS');
3000:
3001: -- Set page title
3002: htp.headOpen;
3003:
3004: htp.title(wf_core.translate('WFE_EDIT_SUBSC_TITLE'));
3005: wfa_html.create_help_function('wf/links/t_d.htm?'||'T_DEFEVSUB');
3006: fnd_document_management.get_open_dm_display_window;

Line 3004: htp.title(wf_core.translate('WFE_EDIT_SUBSC_TITLE'));

3000:
3001: -- Set page title
3002: htp.headOpen;
3003:
3004: htp.title(wf_core.translate('WFE_EDIT_SUBSC_TITLE'));
3005: wfa_html.create_help_function('wf/links/t_d.htm?'||'T_DEFEVSUB');
3006: fnd_document_management.get_open_dm_display_window;
3007:
3008: -- JavaScript for checkagent

Line 3011: htp.p('');
3024: **/
3025:
3026: htp.headClose;

Line 3023: htp.p('');

3019: }
3020: }'
3021: );
3022: htp.p('');
3023: htp.p('');
3024: **/
3025:
3026: htp.headClose;
3027:

Line 3026: htp.headClose;

3022: htp.p('');
3023: htp.p('');
3024: **/
3025:
3026: htp.headClose;
3027:
3028: -- Page header
3029: wfa_sec.Header(FALSE,
3030: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',

Line 3279: htp.p('
');

3275: end if;
3276: end if;
3277:
3278: -- Hidden Form
3279: htp.p('');
3280: htp.formHidden('h_out', 'OUT');
3281: htp.formHidden('h_in', 'IN');
3282: htp.formClose;
3283:

Line 3280: htp.formHidden('h_out', 'OUT');

3276: end if;
3277:
3278: -- Hidden Form
3279: htp.p('');
3280: htp.formHidden('h_out', 'OUT');
3281: htp.formHidden('h_in', 'IN');
3282: htp.formClose;
3283:
3284: -- Form

Line 3281: htp.formHidden('h_in', 'IN');

3277:
3278: -- Hidden Form
3279: htp.p('');
3280: htp.formHidden('h_out', 'OUT');
3281: htp.formHidden('h_in', 'IN');
3282: htp.formClose;
3283:
3284: -- Form
3285: htp.formOpen(curl=>owa_util.get_owa_service_path||

Line 3282: htp.formClose;

3278: -- Hidden Form
3279: htp.p('');
3280: htp.formHidden('h_out', 'OUT');
3281: htp.formHidden('h_in', 'IN');
3282: htp.formClose;
3283:
3284: -- Form
3285: htp.formOpen(curl=>owa_util.get_owa_service_path||
3286: 'wf_event_html.SubmitSubscription',

Line 3285: htp.formOpen(curl=>owa_util.get_owa_service_path||

3281: htp.formHidden('h_in', 'IN');
3282: htp.formClose;
3283:
3284: -- Form
3285: htp.formOpen(curl=>owa_util.get_owa_service_path||
3286: 'wf_event_html.SubmitSubscription',
3287: cmethod=>'Get',
3288: cattributes=>'TARGET="_top" NAME="WF_SUBSC_EDIT"');
3289:

Line 3293: htp.p('');

3289:
3290: -- GUID
3291: -- do not display
3292: if (h_guid is not null) then
3293: htp.p('');
3294: end if;
3295: htp.formHidden('h_guid', rawtohex(h_guid));
3296:
3297: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 width=100%

Line 3295: htp.formHidden('h_guid', rawtohex(h_guid));

3291: -- do not display
3292: if (h_guid is not null) then
3293: htp.p('');
3294: end if;
3295: htp.formHidden('h_guid', rawtohex(h_guid));
3296:
3297: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 width=100%
3298: summary=""');
3299:

Line 3297: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 width=100%

3293: htp.p('');
3294: end if;
3295: htp.formHidden('h_guid', rawtohex(h_guid));
3296:
3297: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 width=100%
3298: summary=""');
3299:
3300: -- Subscriber
3301: htp.tableRowOpen;

Line 3301: htp.tableRowOpen;

3297: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 width=100%
3298: summary=""');
3299:
3300: -- Subscriber
3301: htp.tableRowOpen;
3302: htp.tableData(cvalue=>''||wf_core.translate('SUBSCRIBER')||'',
3303: calign=>'Left',
3304: ccolspan=>'2',
3305: cattributes=>'id=""');

Line 3302: htp.tableData(cvalue=>''||wf_core.translate('SUBSCRIBER')||'',

3298: summary=""');
3299:
3300: -- Subscriber
3301: htp.tableRowOpen;
3302: htp.tableData(cvalue=>''||wf_core.translate('SUBSCRIBER')||'',
3303: calign=>'Left',
3304: ccolspan=>'2',
3305: cattributes=>'id=""');
3306: htp.tableRowClose;

Line 3306: htp.tableRowClose;

3302: htp.tableData(cvalue=>''||wf_core.translate('SUBSCRIBER')||'',
3303: calign=>'Left',
3304: ccolspan=>'2',
3305: cattributes=>'id=""');
3306: htp.tableRowClose;
3307:
3308: -- System GUID
3309: htp.tableRowOpen;
3310: htp.tableData(cvalue=>'

Line 3309: htp.tableRowOpen;

3305: cattributes=>'id=""');
3306: htp.tableRowClose;
3307:
3308: -- System GUID
3309: htp.tableRowOpen;
3310: htp.tableData(cvalue=>'',
3312: calign=>'Right',cattributes=>'id=""');
3313: htp.formHidden('h_system_guid', l_sysguid);

Line 3310: htp.tableData(cvalue=>'

3306: htp.tableRowClose;
3307:
3308: -- System GUID
3309: htp.tableRowOpen;
3310: htp.tableData(cvalue=>'3311: wf_core.translate('SYSTEM') || '',
3312: calign=>'Right',cattributes=>'id=""');
3313: htp.formHidden('h_system_guid', l_sysguid);
3314: -- add LOV here:

Line 3313: htp.formHidden('h_system_guid', l_sysguid);

3309: htp.tableRowOpen;
3310: htp.tableData(cvalue=>'',
3312: calign=>'Right',cattributes=>'id=""');
3313: htp.formHidden('h_system_guid', l_sysguid);
3314: -- add LOV here:
3315: -- Note: The REPLACE function replaces all the space characters with
3316: -- the proper escape sequence.
3317: l_url := 'javascript:fnd_open_dm_display_window('||''''||

Line 3328: htp.tabledata(htf.formText(cname=>'display_system', csize=>32,

3324: '&p_dest_display_field=top.opener.parent.document.WF_SUBSC_EDIT.display_system.value',
3325: ' ', '%20')||''''||',500,500)';
3326:
3327: -- print everything together so there is no gap.
3328: htp.tabledata(htf.formText(cname=>'display_system', csize=>32,
3329: cmaxlength=>240,cattributes=>'id="i_system"')||
3330: ''||
3331: ''||<br>
3332:                   l_message||'
',
3334: cattributes=>'id=""');
3335:
3336: htp.tableRowClose;
3337:
3338: -- Trigger
3339: htp.tableRowOpen;
3340: htp.tableData(cvalue=>''||wf_core.translate('TRIGGER')||'',

Line 3339: htp.tableRowOpen;

3335:
3336: htp.tableRowClose;
3337:
3338: -- Trigger
3339: htp.tableRowOpen;
3340: htp.tableData(cvalue=>''||wf_core.translate('TRIGGER')||'',
3341: calign=>'Left',
3342: ccolspan=>'2',cattributes=>'id=""');
3343: htp.tableRowClose;

Line 3340: htp.tableData(cvalue=>''||wf_core.translate('TRIGGER')||'',

3336: htp.tableRowClose;
3337:
3338: -- Trigger
3339: htp.tableRowOpen;
3340: htp.tableData(cvalue=>''||wf_core.translate('TRIGGER')||'',
3341: calign=>'Left',
3342: ccolspan=>'2',cattributes=>'id=""');
3343: htp.tableRowClose;
3344:

Line 3343: htp.tableRowClose;

3339: htp.tableRowOpen;
3340: htp.tableData(cvalue=>''||wf_core.translate('TRIGGER')||'',
3341: calign=>'Left',
3342: ccolspan=>'2',cattributes=>'id=""');
3343: htp.tableRowClose;
3344:
3345: -- Source Type
3346: template := htf.formSelectOpen('h_source_type',cattributes=>'id="i_source_type"')
3347: ||wf_core.newline||

Line 3358: htp.tableRowOpen;

3354: htf.formSelectOption(wf_core.translate('ERROR'),
3355: select_error,'VALUE="ERROR"')
3356: ||wf_core.newline||
3357: htf.formSelectClose;
3358: htp.tableRowOpen;
3359: htp.tableData(cvalue=>'',
3361: calign=>'Right',cattributes=>'id=""');
3362: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 3359: htp.tableData(cvalue=>'

3355: select_error,'VALUE="ERROR"')
3356: ||wf_core.newline||
3357: htf.formSelectClose;
3358: htp.tableRowOpen;
3359: htp.tableData(cvalue=>'3360: wf_core.translate('SOURCE_TYPE') || '',
3361: calign=>'Right',cattributes=>'id=""');
3362: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3363: htp.tableRowClose;

Line 3362: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

3358: htp.tableRowOpen;
3359: htp.tableData(cvalue=>'',
3361: calign=>'Right',cattributes=>'id=""');
3362: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3363: htp.tableRowClose;
3364:
3365: -- Event Filter GUID
3366: htp.tableRowOpen;

Line 3363: htp.tableRowClose;

3359: htp.tableData(cvalue=>'',
3361: calign=>'Right',cattributes=>'id=""');
3362: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3363: htp.tableRowClose;
3364:
3365: -- Event Filter GUID
3366: htp.tableRowOpen;
3367: htp.tableData(cvalue=>'

Line 3366: htp.tableRowOpen;

3362: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3363: htp.tableRowClose;
3364:
3365: -- Event Filter GUID
3366: htp.tableRowOpen;
3367: htp.tableData(cvalue=>'',
3369: calign=>'right',cattributes=>'id=""');
3370: htp.formHidden('h_event_guid', l_evtguid);

Line 3367: htp.tableData(cvalue=>'

3363: htp.tableRowClose;
3364:
3365: -- Event Filter GUID
3366: htp.tableRowOpen;
3367: htp.tableData(cvalue=>'3368: wf_core.translate('EVENT_FILTER') || '',
3369: calign=>'right',cattributes=>'id=""');
3370: htp.formHidden('h_event_guid', l_evtguid);
3371:

Line 3370: htp.formHidden('h_event_guid', l_evtguid);

3366: htp.tableRowOpen;
3367: htp.tableData(cvalue=>'',
3369: calign=>'right',cattributes=>'id=""');
3370: htp.formHidden('h_event_guid', l_evtguid);
3371:
3372: -- add LOV here:
3373: -- Note: The REPLACE function replaces all the space characters with
3374: -- the proper escape sequence.

Line 3386: htp.tabledata(htf.formText(cname=>'display_event', csize=>60,

3382: '&p_dest_display_field=top.opener.parent.document.WF_SUBSC_EDIT.display_event.value',
3383: ' ', '%20')||''''||',500,500)';
3384:
3385: -- print everything together so there is no gap.
3386: htp.tabledata(htf.formText(cname=>'display_event', csize=>60,
3387: cmaxlength=>240,cattributes=>'id="i_event"')||
3388: ''||
3389: ''||<br>
3390:                   l_message||'
',
3392: cattributes=>'id=""');
3393:
3394: htp.tableRowClose;
3395:
3396: -- Source Agent GUID
3397: htp.tableRowOpen;
3398: htp.tableData(cvalue=>'

Line 3397: htp.tableRowOpen;

3393:
3394: htp.tableRowClose;
3395:
3396: -- Source Agent GUID
3397: htp.tableRowOpen;
3398: htp.tableData(cvalue=>'',
3400: calign=>'right',cattributes=>'id=""');
3401: htp.formHidden('h_source_agent_guid', l_srcagnguid);

Line 3398: htp.tableData(cvalue=>'

3394: htp.tableRowClose;
3395:
3396: -- Source Agent GUID
3397: htp.tableRowOpen;
3398: htp.tableData(cvalue=>'3399: wf_core.translate('SOURCE_AGENT') || '',
3400: calign=>'right',cattributes=>'id=""');
3401: htp.formHidden('h_source_agent_guid', l_srcagnguid);
3402:

Line 3401: htp.formHidden('h_source_agent_guid', l_srcagnguid);

3397: htp.tableRowOpen;
3398: htp.tableData(cvalue=>'',
3400: calign=>'right',cattributes=>'id=""');
3401: htp.formHidden('h_source_agent_guid', l_srcagnguid);
3402:
3403: -- add LOV here:
3404: -- Note: The REPLACE function replaces all the space characters with
3405: -- the proper escape sequence.

Line 3417: htp.tabledata(htf.formText(cname=>'display_source_agent', csize=>60,

3413: '&p_dest_display_field=top.opener.parent.document.WF_SUBSC_EDIT.display_source_agent.value',
3414: ' ', '%20')||''''||',500,500)';
3415:
3416: -- print everything together so there is no gap.
3417: htp.tabledata(htf.formText(cname=>'display_source_agent', csize=>60,
3418: cmaxlength=>240,cattributes=>'id="i_source_agent"')||
3419: ''||
3420: ''||<br>
3421:                   l_message||'
',
3423: cattributes=>'id=""');
3424:
3425: htp.tableRowClose;
3426:
3427: -- Execution Control
3428: htp.tableRowOpen;
3429: htp.tableData(cvalue=>''||wf_core.translate('EXECUTION_CONTROL')||'',

Line 3428: htp.tableRowOpen;

3424:
3425: htp.tableRowClose;
3426:
3427: -- Execution Control
3428: htp.tableRowOpen;
3429: htp.tableData(cvalue=>''||wf_core.translate('EXECUTION_CONTROL')||'',
3430: calign=>'Left',
3431: ccolspan=>'2',cattributes=>'id=""');
3432: htp.tableRowClose;

Line 3429: htp.tableData(cvalue=>''||wf_core.translate('EXECUTION_CONTROL')||'',

3425: htp.tableRowClose;
3426:
3427: -- Execution Control
3428: htp.tableRowOpen;
3429: htp.tableData(cvalue=>''||wf_core.translate('EXECUTION_CONTROL')||'',
3430: calign=>'Left',
3431: ccolspan=>'2',cattributes=>'id=""');
3432: htp.tableRowClose;
3433:

Line 3432: htp.tableRowClose;

3428: htp.tableRowOpen;
3429: htp.tableData(cvalue=>''||wf_core.translate('EXECUTION_CONTROL')||'',
3430: calign=>'Left',
3431: ccolspan=>'2',cattributes=>'id=""');
3432: htp.tableRowClose;
3433:
3434: -- Phase
3435: htp.tableRowOpen;
3436: htp.tableData(cvalue=>'

Line 3435: htp.tableRowOpen;

3431: ccolspan=>'2',cattributes=>'id=""');
3432: htp.tableRowClose;
3433:
3434: -- Phase
3435: htp.tableRowOpen;
3436: htp.tableData(cvalue=>'',
3438: calign=>'Right',cattributes=>'id=""');
3439: htp.tableData(cvalue=>htf.formText(cname=>'h_phase', csize=>16,

Line 3436: htp.tableData(cvalue=>'

3432: htp.tableRowClose;
3433:
3434: -- Phase
3435: htp.tableRowOpen;
3436: htp.tableData(cvalue=>'3437: wf_core.translate('PHASE') || '',
3438: calign=>'Right',cattributes=>'id=""');
3439: htp.tableData(cvalue=>htf.formText(cname=>'h_phase', csize=>16,
3440: cmaxlength=>16, cvalue=>to_char(l_phase),

Line 3439: htp.tableData(cvalue=>htf.formText(cname=>'h_phase', csize=>16,

3435: htp.tableRowOpen;
3436: htp.tableData(cvalue=>'',
3438: calign=>'Right',cattributes=>'id=""');
3439: htp.tableData(cvalue=>htf.formText(cname=>'h_phase', csize=>16,
3440: cmaxlength=>16, cvalue=>to_char(l_phase),
3441: cattributes=>'id="i_phase"'),
3442: calign=>'Left',cattributes=>'id=""');
3443: htp.tableRowClose;

Line 3443: htp.tableRowClose;

3439: htp.tableData(cvalue=>htf.formText(cname=>'h_phase', csize=>16,
3440: cmaxlength=>16, cvalue=>to_char(l_phase),
3441: cattributes=>'id="i_phase"'),
3442: calign=>'Left',cattributes=>'id=""');
3443: htp.tableRowClose;
3444:
3445: -- Status
3446: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')
3447: ||wf_core.newline||

Line 3455: htp.tableRowOpen;

3451: htf.formSelectOption(wf_core.translate('DISABLED'),
3452: select_disable,'VALUE="DISABLED"')
3453: ||wf_core.newline||
3454: htf.formSelectClose;
3455: htp.tableRowOpen;
3456: htp.tableData(cvalue=>'',
3458: calign=>'Right',cattributes=>'id=""');
3459: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 3456: htp.tableData(cvalue=>'

3452: select_disable,'VALUE="DISABLED"')
3453: ||wf_core.newline||
3454: htf.formSelectClose;
3455: htp.tableRowOpen;
3456: htp.tableData(cvalue=>'3457: wf_core.translate('STATUS') || '',
3458: calign=>'Right',cattributes=>'id=""');
3459: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3460: htp.tableRowClose;

Line 3459: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

3455: htp.tableRowOpen;
3456: htp.tableData(cvalue=>'',
3458: calign=>'Right',cattributes=>'id=""');
3459: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3460: htp.tableRowClose;
3461:
3462: -- Rule Data
3463: template := htf.formSelectOpen('h_rule_data',cattributes=>'id="i_rule_data"')

Line 3460: htp.tableRowClose;

3456: htp.tableData(cvalue=>'',
3458: calign=>'Right',cattributes=>'id=""');
3459: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3460: htp.tableRowClose;
3461:
3462: -- Rule Data
3463: template := htf.formSelectOpen('h_rule_data',cattributes=>'id="i_rule_data"')
3464: ||wf_core.newline||

Line 3472: htp.tableRowOpen;

3468: htf.formSelectOption(wf_core.translate('MESSAGE'),
3469: select_message,'VALUE="MESSAGE"')
3470: ||wf_core.newline||
3471: htf.formSelectClose;
3472: htp.tableRowOpen;
3473: htp.tableData(cvalue=>'',
3475: calign=>'Right', cattributes=>'id=""');
3476: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 3473: htp.tableData(cvalue=>'

3469: select_message,'VALUE="MESSAGE"')
3470: ||wf_core.newline||
3471: htf.formSelectClose;
3472: htp.tableRowOpen;
3473: htp.tableData(cvalue=>'3474: wf_core.translate('RULE_DATA') || '',
3475: calign=>'Right', cattributes=>'id=""');
3476: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3477: htp.tableRowClose;

Line 3476: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

3472: htp.tableRowOpen;
3473: htp.tableData(cvalue=>'',
3475: calign=>'Right', cattributes=>'id=""');
3476: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3477: htp.tableRowClose;
3478:
3479: -- Action
3480: htp.tableRowOpen;

Line 3477: htp.tableRowClose;

3473: htp.tableData(cvalue=>'',
3475: calign=>'Right', cattributes=>'id=""');
3476: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3477: htp.tableRowClose;
3478:
3479: -- Action
3480: htp.tableRowOpen;
3481: htp.tableData(cvalue=>''||wf_core.translate('ACTION')||'',

Line 3480: htp.tableRowOpen;

3476: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3477: htp.tableRowClose;
3478:
3479: -- Action
3480: htp.tableRowOpen;
3481: htp.tableData(cvalue=>''||wf_core.translate('ACTION')||'',
3482: calign=>'Left',
3483: ccolspan=>'2',cattributes=>'id=""');
3484: htp.tableRowClose;

Line 3481: htp.tableData(cvalue=>''||wf_core.translate('ACTION')||'',

3477: htp.tableRowClose;
3478:
3479: -- Action
3480: htp.tableRowOpen;
3481: htp.tableData(cvalue=>''||wf_core.translate('ACTION')||'',
3482: calign=>'Left',
3483: ccolspan=>'2',cattributes=>'id=""');
3484: htp.tableRowClose;
3485:

Line 3484: htp.tableRowClose;

3480: htp.tableRowOpen;
3481: htp.tableData(cvalue=>''||wf_core.translate('ACTION')||'',
3482: calign=>'Left',
3483: ccolspan=>'2',cattributes=>'id=""');
3484: htp.tableRowClose;
3485:
3486: -- Rule Function
3487: htp.tableRowOpen;
3488: htp.tableData(cvalue=>'

Line 3487: htp.tableRowOpen;

3483: ccolspan=>'2',cattributes=>'id=""');
3484: htp.tableRowClose;
3485:
3486: -- Rule Function
3487: htp.tableRowOpen;
3488: htp.tableData(cvalue=>'',
3490: calign=>'Right',cattributes=>'id=""');
3491: htp.tableData(cvalue=>htf.formText(cname=>'h_rule_function', csize=>60,

Line 3488: htp.tableData(cvalue=>'

3484: htp.tableRowClose;
3485:
3486: -- Rule Function
3487: htp.tableRowOpen;
3488: htp.tableData(cvalue=>'3489: wf_core.translate('RULE_FUNCTION') || '',
3490: calign=>'Right',cattributes=>'id=""');
3491: htp.tableData(cvalue=>htf.formText(cname=>'h_rule_function', csize=>60,
3492: cmaxlength=>240, cvalue=>l_rulef,

Line 3491: htp.tableData(cvalue=>htf.formText(cname=>'h_rule_function', csize=>60,

3487: htp.tableRowOpen;
3488: htp.tableData(cvalue=>'',
3490: calign=>'Right',cattributes=>'id=""');
3491: htp.tableData(cvalue=>htf.formText(cname=>'h_rule_function', csize=>60,
3492: cmaxlength=>240, cvalue=>l_rulef,
3493: cattributes=>'id="i_rule_function"' ),
3494: calign=>'Left',cattributes=>'id=""');
3495: htp.tableRowClose;

Line 3495: htp.tableRowClose;

3491: htp.tableData(cvalue=>htf.formText(cname=>'h_rule_function', csize=>60,
3492: cmaxlength=>240, cvalue=>l_rulef,
3493: cattributes=>'id="i_rule_function"' ),
3494: calign=>'Left',cattributes=>'id=""');
3495: htp.tableRowClose;
3496:
3497: -- WF Process Type
3498: htp.tableRowOpen;
3499: htp.tableData(cvalue=>'

Line 3498: htp.tableRowOpen;

3494: calign=>'Left',cattributes=>'id=""');
3495: htp.tableRowClose;
3496:
3497: -- WF Process Type
3498: htp.tableRowOpen;
3499: htp.tableData(cvalue=>'',
3501: calign=>'Right',cattributes=>'id=""');
3502: htp.formHidden('h_wfptype_dname', l_wfptype_dname);

Line 3499: htp.tableData(cvalue=>'

3495: htp.tableRowClose;
3496:
3497: -- WF Process Type
3498: htp.tableRowOpen;
3499: htp.tableData(cvalue=>'3500: wf_core.translate('WF_PROCESS_TYPE') || '',
3501: calign=>'Right',cattributes=>'id=""');
3502: htp.formHidden('h_wfptype_dname', l_wfptype_dname);
3503:

Line 3502: htp.formHidden('h_wfptype_dname', l_wfptype_dname);

3498: htp.tableRowOpen;
3499: htp.tableData(cvalue=>'',
3501: calign=>'Right',cattributes=>'id=""');
3502: htp.formHidden('h_wfptype_dname', l_wfptype_dname);
3503:
3504: -- add LOV here:
3505: -- Note: The REPLACE function replaces all the space characters with
3506: -- the proper escape sequence.

Line 3518: htp.tableData(cvalue=>htf.formText(cname=>'h_wfptype', csize=>30,

3514: '&p_dest_display_field=top.opener.parent.document.WF_SUBSC_EDIT.h_wfptype.value',
3515: ' ', '%20')||''''||',500,500)';
3516:
3517: -- print everything together so there is no gap.
3518: htp.tableData(cvalue=>htf.formText(cname=>'h_wfptype', csize=>30,
3519: cmaxlength=>30, cvalue=>l_wfptype,
3520: cattributes=>'id="i_process_type"')||
3521: ''||
3522: ''||<br>
</p>
<h5>Line 3526:   htp.tableRowClose;<br>
</h5><p>
3522:                 '<IMG src=
',
3525: calign=>'Left',cattributes=>'id=""');
3526: htp.tableRowClose;
3527:
3528: -- WF Process Name
3529: htp.tableRowOpen;
3530: htp.tableData(cvalue=>'

Line 3529: htp.tableRowOpen;

3525: calign=>'Left',cattributes=>'id=""');
3526: htp.tableRowClose;
3527:
3528: -- WF Process Name
3529: htp.tableRowOpen;
3530: htp.tableData(cvalue=>'',
3532: calign=>'Right',cattributes=>'id=""');
3533: htp.formHidden('h_wfptn'); -- holding the hidden field value

Line 3530: htp.tableData(cvalue=>'

3526: htp.tableRowClose;
3527:
3528: -- WF Process Name
3529: htp.tableRowOpen;
3530: htp.tableData(cvalue=>'3531: wf_core.translate('WF_PROCESS_NAME') || '',
3532: calign=>'Right',cattributes=>'id=""');
3533: htp.formHidden('h_wfptn'); -- holding the hidden field value
3534:

Line 3533: htp.formHidden('h_wfptn'); -- holding the hidden field value

3529: htp.tableRowOpen;
3530: htp.tableData(cvalue=>'',
3532: calign=>'Right',cattributes=>'id=""');
3533: htp.formHidden('h_wfptn'); -- holding the hidden field value
3534:
3535: -- add LOV here:
3536: -- Note: The REPLACE function replaces all the space characters with
3537: -- the proper escape sequence.

Line 3550: htp.tableData(cvalue=>htf.formText(cname=>'h_wfpname', csize=>30,

3546: '&p_param1=top.opener.parent.document.WF_SUBSC_EDIT.h_wfptype.value',
3547: ' ', '%20')||''''||',500,500)';
3548:
3549: -- print everything together so there is no gap.
3550: htp.tableData(cvalue=>htf.formText(cname=>'h_wfpname', csize=>30,
3551: cmaxlength=>30, cvalue=>l_wfpname,
3552: cattributes=>'id="i_process_name"')||
3553: ''||
3554: ''||<br>
</p>
<h5>Line 3559:   htp.tableRowClose;<br>
</h5><p>
3555:                   l_message||'
',
3557: calign=>'Left',cattributes=>'id=""');
3558:
3559: htp.tableRowClose;
3560:
3561: -- Out Agent GUID
3562: htp.tableRowOpen;
3563: htp.tableData(cvalue=>'

Line 3562: htp.tableRowOpen;

3558:
3559: htp.tableRowClose;
3560:
3561: -- Out Agent GUID
3562: htp.tableRowOpen;
3563: htp.tableData(cvalue=>'',
3565: calign=>'right',cattributes=>'id=""');
3566: htp.formHidden('h_out_agent_guid', l_outagnguid);

Line 3563: htp.tableData(cvalue=>'

3559: htp.tableRowClose;
3560:
3561: -- Out Agent GUID
3562: htp.tableRowOpen;
3563: htp.tableData(cvalue=>'3564: wf_core.translate('OUT_AGENT') || '',
3565: calign=>'right',cattributes=>'id=""');
3566: htp.formHidden('h_out_agent_guid', l_outagnguid);
3567:

Line 3566: htp.formHidden('h_out_agent_guid', l_outagnguid);

3562: htp.tableRowOpen;
3563: htp.tableData(cvalue=>'',
3565: calign=>'right',cattributes=>'id=""');
3566: htp.formHidden('h_out_agent_guid', l_outagnguid);
3567:
3568: -- add LOV here:
3569: -- Note: The REPLACE function replaces all the space characters with
3570: -- the proper escape sequence.

Line 3584: htp.tabledata(htf.formText(cname=>'display_out_agent', csize=>60,

3580: '&p_param2=top.opener.parent.document.WF_SUBSC_EDIT.display_system.value',
3581: ' ', '%20')||''''||',500,500)';
3582:
3583: -- print everything together so there is no gap.
3584: htp.tabledata(htf.formText(cname=>'display_out_agent', csize=>60,
3585: cmaxlength=>240,
3586: cattributes=>'id="i_out_agent"')||
3587: ''||
3588: ''||<br>
</p>
<h5>Line 3593:   htp.tableRowClose;<br>
</h5><p>
3589:                   l_message||'
',
3591: cattributes=>'id=""');
3592:
3593: htp.tableRowClose;
3594:
3595: -- To Agent GUID
3596: htp.tableRowOpen;
3597: htp.tableData(cvalue=>'

Line 3596: htp.tableRowOpen;

3592:
3593: htp.tableRowClose;
3594:
3595: -- To Agent GUID
3596: htp.tableRowOpen;
3597: htp.tableData(cvalue=>'',
3599: calign=>'right',cattributes=>'id=""');
3600: htp.formHidden('h_to_agent_guid', l_toagnguid);

Line 3597: htp.tableData(cvalue=>'

3593: htp.tableRowClose;
3594:
3595: -- To Agent GUID
3596: htp.tableRowOpen;
3597: htp.tableData(cvalue=>'3598: ||wf_core.translate('TO_AGENT') || '',
3599: calign=>'right',cattributes=>'id=""');
3600: htp.formHidden('h_to_agent_guid', l_toagnguid);
3601:

Line 3600: htp.formHidden('h_to_agent_guid', l_toagnguid);

3596: htp.tableRowOpen;
3597: htp.tableData(cvalue=>'',
3599: calign=>'right',cattributes=>'id=""');
3600: htp.formHidden('h_to_agent_guid', l_toagnguid);
3601:
3602: -- add LOV here:
3603: -- Note: The REPLACE function replaces all the space characters with
3604: -- the proper escape sequence.

Line 3617: htp.tabledata(htf.formText(cname=>'display_to_agent', csize=>60,

3613: '&p_param1=top.opener.parent.document.WF_HIDDEN.h_in.value',
3614: ' ', '%20')||''''||',500,500)';
3615:
3616: -- print everything together so there is no gap.
3617: htp.tabledata(htf.formText(cname=>'display_to_agent', csize=>60,
3618: cmaxlength=>240,
3619: cattributes=>'id="i_to_agent"')||
3620: ''||
3621: ''||<br>
</p>
<h5>Line 3626:   htp.tableRowClose;<br>
</h5><p>
3622:                   l_message||'
',
3624: cattributes=>'id=""');
3625:
3626: htp.tableRowClose;
3627:
3628: -- Priority
3629: template := htf.formSelectOpen('h_priority',cattributes=>'id="i_priority"')
3630: ||wf_core.newline||

Line 3641: htp.tableRowOpen;

3637: htf.formSelectOption(wf_core.translate('LOW'),
3638: select_low,'VALUE='||l_low)
3639: ||wf_core.newline||
3640: htf.formSelectClose;
3641: htp.tableRowOpen;
3642: htp.tableData(cvalue=>'',
3644: calign=>'Right',cattributes=>'id=""');
3645: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 3642: htp.tableData(cvalue=>'

3638: select_low,'VALUE='||l_low)
3639: ||wf_core.newline||
3640: htf.formSelectClose;
3641: htp.tableRowOpen;
3642: htp.tableData(cvalue=>'3643: wf_core.translate('PRIORITY') || '',
3644: calign=>'Right',cattributes=>'id=""');
3645: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3646: htp.tableRowClose;

Line 3645: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

3641: htp.tableRowOpen;
3642: htp.tableData(cvalue=>'',
3644: calign=>'Right',cattributes=>'id=""');
3645: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3646: htp.tableRowClose;
3647:
3648: -- Parameters
3649: htp.tableRowOpen;

Line 3646: htp.tableRowClose;

3642: htp.tableData(cvalue=>'',
3644: calign=>'Right',cattributes=>'id=""');
3645: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3646: htp.tableRowClose;
3647:
3648: -- Parameters
3649: htp.tableRowOpen;
3650: htp.tableData(cvalue=>'

Line 3649: htp.tableRowOpen;

3645: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3646: htp.tableRowClose;
3647:
3648: -- Parameters
3649: htp.tableRowOpen;
3650: htp.tableData(cvalue=>'',
3652: calign=>'Right',cattributes=>'id=""');
3653: htp.tableData(cvalue=>htf.formTextareaOpen2(

Line 3650: htp.tableData(cvalue=>'

3646: htp.tableRowClose;
3647:
3648: -- Parameters
3649: htp.tableRowOpen;
3650: htp.tableData(cvalue=>'3651: wf_core.translate('PARAMETERS') || '',
3652: calign=>'Right',cattributes=>'id=""');
3653: htp.tableData(cvalue=>htf.formTextareaOpen2(
3654: cname=>'h_parameters',

Line 3653: htp.tableData(cvalue=>htf.formTextareaOpen2(

3649: htp.tableRowOpen;
3650: htp.tableData(cvalue=>'',
3652: calign=>'Right',cattributes=>'id=""');
3653: htp.tableData(cvalue=>htf.formTextareaOpen2(
3654: cname=>'h_parameters',
3655: nrows=>2,
3656: ncolumns=>60,
3657: cwrap=>'SOFT',

Line 3663: htp.tableRowClose;

3659: id="i_parameters"')
3660: ||l_param
3661: ||htf.formTextareaClose,
3662: calign=>'Left',cattributes=>'id=""');
3663: htp.tableRowClose;
3664:
3665: -- Documentation
3666: htp.tableRowOpen;
3667: htp.tableData(cvalue=>''||wf_core.translate('DOCUMENTATION')||'',

Line 3666: htp.tableRowOpen;

3662: calign=>'Left',cattributes=>'id=""');
3663: htp.tableRowClose;
3664:
3665: -- Documentation
3666: htp.tableRowOpen;
3667: htp.tableData(cvalue=>''||wf_core.translate('DOCUMENTATION')||'',
3668: calign=>'Left',
3669: ccolspan=>'2',cattributes=>'id=""');
3670: htp.tableRowClose;

Line 3667: htp.tableData(cvalue=>''||wf_core.translate('DOCUMENTATION')||'',

3663: htp.tableRowClose;
3664:
3665: -- Documentation
3666: htp.tableRowOpen;
3667: htp.tableData(cvalue=>''||wf_core.translate('DOCUMENTATION')||'',
3668: calign=>'Left',
3669: ccolspan=>'2',cattributes=>'id=""');
3670: htp.tableRowClose;
3671:

Line 3670: htp.tableRowClose;

3666: htp.tableRowOpen;
3667: htp.tableData(cvalue=>''||wf_core.translate('DOCUMENTATION')||'',
3668: calign=>'Left',
3669: ccolspan=>'2',cattributes=>'id=""');
3670: htp.tableRowClose;
3671:
3672: -- Owner Name
3673: htp.tableRowOpen;
3674: htp.tableData(cvalue=>'

Line 3673: htp.tableRowOpen;

3669: ccolspan=>'2',cattributes=>'id=""');
3670: htp.tableRowClose;
3671:
3672: -- Owner Name
3673: htp.tableRowOpen;
3674: htp.tableData(cvalue=>'',
3676: calign=>'Right',cattributes=>'id=""');
3677: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,

Line 3674: htp.tableData(cvalue=>'

3670: htp.tableRowClose;
3671:
3672: -- Owner Name
3673: htp.tableRowOpen;
3674: htp.tableData(cvalue=>'3675: wf_core.translate('OWNER_NAME') || '',
3676: calign=>'Right',cattributes=>'id=""');
3677: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,
3678: cmaxlength=>30,

Line 3677: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,

3673: htp.tableRowOpen;
3674: htp.tableData(cvalue=>'',
3676: calign=>'Right',cattributes=>'id=""');
3677: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,
3678: cmaxlength=>30,
3679: cattributes=>'id="i_owner_name"'),
3680: calign=>'Left',cattributes=>'id=""');
3681: htp.tableRowClose;

Line 3681: htp.tableRowClose;

3677: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_name', csize=>30,
3678: cmaxlength=>30,
3679: cattributes=>'id="i_owner_name"'),
3680: calign=>'Left',cattributes=>'id=""');
3681: htp.tableRowClose;
3682:
3683: -- Owner Tag
3684: htp.tableRowOpen;
3685: htp.tableData(cvalue=>'

Line 3684: htp.tableRowOpen;

3680: calign=>'Left',cattributes=>'id=""');
3681: htp.tableRowClose;
3682:
3683: -- Owner Tag
3684: htp.tableRowOpen;
3685: htp.tableData(cvalue=>'',
3687: calign=>'Right',cattributes=>'id=""');
3688: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,

Line 3685: htp.tableData(cvalue=>'

3681: htp.tableRowClose;
3682:
3683: -- Owner Tag
3684: htp.tableRowOpen;
3685: htp.tableData(cvalue=>'3686: wf_core.translate('OWNER_TAG') || '',
3687: calign=>'Right',cattributes=>'id=""');
3688: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,
3689: cmaxlength=>30,

Line 3688: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,

3684: htp.tableRowOpen;
3685: htp.tableData(cvalue=>'',
3687: calign=>'Right',cattributes=>'id=""');
3688: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,
3689: cmaxlength=>30,
3690: cattributes=>'id="i_owner_tag"'),
3691: calign=>'Left',cattributes=>'id=""');
3692: htp.tableRowClose;

Line 3692: htp.tableRowClose;

3688: htp.tableData(cvalue=>htf.formText(cname=>'h_owner_tag', csize=>30,
3689: cmaxlength=>30,
3690: cattributes=>'id="i_owner_tag"'),
3691: calign=>'Left',cattributes=>'id=""');
3692: htp.tableRowClose;
3693:
3694: -- Customization Level
3695: if wf_events_pkg.g_Mode = 'FORCE' then
3696: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')

Line 3708: htp.tableRowOpen;

3704: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_U'),
3705: select_custom_user,'VALUE="U"')
3706: ||wf_core.newline||
3707: htf.formSelectClose;
3708: htp.tableRowOpen;
3709: htp.tableData(cvalue=>'',
3711: calign=>'Right',cattributes=>'id=""');
3712: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 3709: htp.tableData(cvalue=>'

3705: select_custom_user,'VALUE="U"')
3706: ||wf_core.newline||
3707: htf.formSelectClose;
3708: htp.tableRowOpen;
3709: htp.tableData(cvalue=>'3710: wf_core.translate('WFE_CUSTOM_LEVEL') || '',
3711: calign=>'Right',cattributes=>'id=""');
3712: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3713: htp.tableRowClose;

Line 3712: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

3708: htp.tableRowOpen;
3709: htp.tableData(cvalue=>'',
3711: calign=>'Right',cattributes=>'id=""');
3712: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3713: htp.tableRowClose;
3714: else
3715: if l_customization_level='L' then -- Bug 2756800
3716: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')

Line 3713: htp.tableRowClose;

3709: htp.tableData(cvalue=>'',
3711: calign=>'Right',cattributes=>'id=""');
3712: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3713: htp.tableRowClose;
3714: else
3715: if l_customization_level='L' then -- Bug 2756800
3716: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')
3717: ||wf_core.newline||

Line 3725: htp.tableRowOpen;

3721: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),
3722: select_custom_limit,'VALUE="L"')
3723: ||wf_core.newline||
3724: htf.formSelectClose;
3725: htp.tableRowOpen;
3726: htp.tableData(cvalue=>'',
3728: calign=>'Right',cattributes=>'id=""');
3729: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 3726: htp.tableData(cvalue=>'

3722: select_custom_limit,'VALUE="L"')
3723: ||wf_core.newline||
3724: htf.formSelectClose;
3725: htp.tableRowOpen;
3726: htp.tableData(cvalue=>'3727: wf_core.translate('WFE_CUSTOM_LEVEL') || '',
3728: calign=>'Right',cattributes=>'id=""');
3729: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3730: htp.tableRowClose;

Line 3729: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

3725: htp.tableRowOpen;
3726: htp.tableData(cvalue=>'',
3728: calign=>'Right',cattributes=>'id=""');
3729: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3730: htp.tableRowClose;
3731: else
3732: htp.tableRowOpen;
3733: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),

Line 3730: htp.tableRowClose;

3726: htp.tableData(cvalue=>'',
3728: calign=>'Right',cattributes=>'id=""');
3729: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3730: htp.tableRowClose;
3731: else
3732: htp.tableRowOpen;
3733: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
3734: calign=>'Right',cattributes=>'id=""');

Line 3732: htp.tableRowOpen;

3728: calign=>'Right',cattributes=>'id=""');
3729: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3730: htp.tableRowClose;
3731: else
3732: htp.tableRowOpen;
3733: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
3734: calign=>'Right',cattributes=>'id=""');
3735: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level),
3736: calign=>'Left',cattributes=>'id=""');

Line 3733: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),

3729: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
3730: htp.tableRowClose;
3731: else
3732: htp.tableRowOpen;
3733: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
3734: calign=>'Right',cattributes=>'id=""');
3735: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level),
3736: calign=>'Left',cattributes=>'id=""');
3737: htp.formHidden('h_custom_level', l_customization_level);

Line 3735: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level),

3731: else
3732: htp.tableRowOpen;
3733: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
3734: calign=>'Right',cattributes=>'id=""');
3735: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level),
3736: calign=>'Left',cattributes=>'id=""');
3737: htp.formHidden('h_custom_level', l_customization_level);
3738: end if; -- Bug 2756800
3739: end if;

Line 3737: htp.formHidden('h_custom_level', l_customization_level);

3733: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL'),
3734: calign=>'Right',cattributes=>'id=""');
3735: htp.tableData(cvalue=>wf_core.translate('WFE_CUSTOM_LEVEL_'||l_customization_level),
3736: calign=>'Left',cattributes=>'id=""');
3737: htp.formHidden('h_custom_level', l_customization_level);
3738: end if; -- Bug 2756800
3739: end if;
3740:
3741: -- Description

Line 3742: htp.tableRowOpen;

3738: end if; -- Bug 2756800
3739: end if;
3740:
3741: -- Description
3742: htp.tableRowOpen;
3743: htp.tableData(cvalue=>'',
3745: calign=>'Right',cattributes=>'id=""');
3746: htp.tableData(cvalue=>htf.formTextareaOpen2(

Line 3743: htp.tableData(cvalue=>'

3739: end if;
3740:
3741: -- Description
3742: htp.tableRowOpen;
3743: htp.tableData(cvalue=>'3744: wf_core.translate('DESCRIPTION') || '',
3745: calign=>'Right',cattributes=>'id=""');
3746: htp.tableData(cvalue=>htf.formTextareaOpen2(
3747: cname=>'h_description',

Line 3746: htp.tableData(cvalue=>htf.formTextareaOpen2(

3742: htp.tableRowOpen;
3743: htp.tableData(cvalue=>'',
3745: calign=>'Right',cattributes=>'id=""');
3746: htp.tableData(cvalue=>htf.formTextareaOpen2(
3747: cname=>'h_description',
3748: nrows=>2,
3749: ncolumns=>60,
3750: cwrap=>'SOFT',

Line 3755: htp.tableRowClose;

3751: cattributes=>'maxlength=240 id="i_description"')
3752: ||l_desc
3753: ||htf.formTextareaClose,
3754: calign=>'Left',cattributes=>'id=""');
3755: htp.tableRowClose;
3756:
3757: -- URL to go back to
3758: htp.formHidden('url', 'Wf_Event_Html.ListSubscriptions');
3759:

Line 3758: htp.formHidden('url', 'Wf_Event_Html.ListSubscriptions');

3754: calign=>'Left',cattributes=>'id=""');
3755: htp.tableRowClose;
3756:
3757: -- URL to go back to
3758: htp.formHidden('url', 'Wf_Event_Html.ListSubscriptions');
3759:
3760: htp.tableClose;
3761: htp.formClose;
3762:

Line 3760: htp.tableClose;

3756:
3757: -- URL to go back to
3758: htp.formHidden('url', 'Wf_Event_Html.ListSubscriptions');
3759:
3760: htp.tableClose;
3761: htp.formClose;
3762:
3763: -- add values that may contain double quote back through javascript
3764: -- ### although some of the values are now the internal name; hence,

Line 3761: htp.formClose;

3757: -- URL to go back to
3758: htp.formHidden('url', 'Wf_Event_Html.ListSubscriptions');
3759:
3760: htp.tableClose;
3761: htp.formClose;
3762:
3763: -- add values that may contain double quote back through javascript
3764: -- ### although some of the values are now the internal name; hence,
3765: -- ### no more double quote for them, but we left this mechanism behind

Line 3768: htp.p('');

Line 3778: htp.p(' document.WF_SUBSC_EDIT.display_to_agent.value="'||

3774: htp.p(' document.WF_SUBSC_EDIT.display_source_agent.value="'||
3775: l_srcagn_dname||'"');
3776: htp.p(' document.WF_SUBSC_EDIT.display_out_agent.value="'||
3777: l_outagn_dname||'"');
3778: htp.p(' document.WF_SUBSC_EDIT.display_to_agent.value="'||
3779: l_toagn_dname||'"');
3780: htp.p('');
3781:
3782: -- Add submit button

Line 3780: htp.p('');

3776: htp.p(' document.WF_SUBSC_EDIT.display_out_agent.value="'||
3777: l_outagn_dname||'"');
3778: htp.p(' document.WF_SUBSC_EDIT.display_to_agent.value="'||
3779: l_toagn_dname||'"');
3780: htp.p('');
3781:
3782: -- Add submit button
3783: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
3784: htp.tableRowOpen;

Line 3783: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

3779: l_toagn_dname||'"');
3780: htp.p('');
3781:
3782: -- Add submit button
3783: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
3784: htp.tableRowOpen;
3785:
3786: htp.p('');
3787:

Line 3784: htp.tableRowOpen;

3780: htp.p('');
3781:
3782: -- Add submit button
3783: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
3784: htp.tableRowOpen;
3785:
3786: htp.p('');
3787:
3788: wfa_html.create_reg_button ('javascript:document.WF_SUBSC_EDIT.submit()',

Line 3786: htp.p('');

3782: -- Add submit button
3783: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
3784: htp.tableRowOpen;
3785:
3786: htp.p('');
3787:
3788: wfa_html.create_reg_button ('javascript:document.WF_SUBSC_EDIT.submit()',
3789: wf_core.translate('SUBMIT'),
3790: wfa_html.image_loc,

Line 3794: htp.p('');

3790: wfa_html.image_loc,
3791: null,
3792: wf_core.translate('SUBMIT'));
3793:
3794: htp.p('');
3795: htp.p('');
3796: wfa_html.create_reg_button ('javascript:history.back()',
3797: wf_core.translate ('CANCEL'),
3798: wfa_html.image_loc,

Line 3795: htp.p('');

3791: null,
3792: wf_core.translate('SUBMIT'));
3793:
3794: htp.p('');
3795: htp.p('');
3796: wfa_html.create_reg_button ('javascript:history.back()',
3797: wf_core.translate ('CANCEL'),
3798: wfa_html.image_loc,
3799: null,

Line 3802: htp.p('');

3798: wfa_html.image_loc,
3799: null,
3800: wf_core.translate ('CANCEL'));
3801:
3802: htp.p('');
3803:
3804: htp.tableRowClose;
3805: htp.tableClose;
3806:

Line 3804: htp.tableRowClose;

3800: wf_core.translate ('CANCEL'));
3801:
3802: htp.p('');
3803:
3804: htp.tableRowClose;
3805: htp.tableClose;
3806:
3807: wfa_sec.Footer;
3808: htp.htmlClose;

Line 3805: htp.tableClose;

3801:
3802: htp.p('');
3803:
3804: htp.tableRowClose;
3805: htp.tableClose;
3806:
3807: wfa_sec.Footer;
3808: htp.htmlClose;
3809:

Line 3808: htp.htmlClose;

3804: htp.tableRowClose;
3805: htp.tableClose;
3806:
3807: wfa_sec.Footer;
3808: htp.htmlClose;
3809:
3810: exception
3811: when OTHERS then
3812: rollback;

Line 4376: -- htp.p(wf_core.translate('WFE_FIND_FOR_GROUP'));

4372: end;
4373:
4374: -- also print a message about adding to group
4375: -- E.g. Narrow selection for adding to group
4376: -- htp.p(wf_core.translate('WFE_FIND_FOR_GROUP'));
4377:
4378: title := wf_core.translate('WFE_ADD_TO_GROUP')||': '||l_name;
4379: helptext := 'wf/links/t_d.htm?T_DEFEVGPM';
4380: else

Line 4387: htp.htmlOpen;

4383: helptext := 'wf/links/t_f.htm?T_FDEVT';
4384: end if;
4385:
4386: -- Render page
4387: htp.htmlOpen;
4388:
4389: -- Set page title
4390: htp.headOpen;
4391:

Line 4390: htp.headOpen;

4386: -- Render page
4387: htp.htmlOpen;
4388:
4389: -- Set page title
4390: htp.headOpen;
4391:
4392: -- only expire page if there is potential of having a list
4393:
4394: if (x_gguid is not null and h_guid is not null) then

Line 4397: htp.p('');

4393:
4394: if (x_gguid is not null and h_guid is not null) then
4395: -- list does not get updated after edit, so we add the
4396: -- following tag to force the reload of page.
4397: htp.p('');
4398: end if;
4399:
4400: htp.title(title);
4401: wfa_html.create_help_function(helptext);

Line 4400: htp.title(title);

4396: -- following tag to force the reload of page.
4397: htp.p('');
4398: end if;
4399:
4400: htp.title(title);
4401: wfa_html.create_help_function(helptext);
4402: fnd_document_management.get_open_dm_display_window;
4403:
4404: Wfe_Html_Util.generate_check_all;

Line 4406: htp.headClose;

4402: fnd_document_management.get_open_dm_display_window;
4403:
4404: Wfe_Html_Util.generate_check_all;
4405:
4406: htp.headClose;
4407:
4408: -- Page header
4409: wfa_sec.Header(FALSE, null, title, TRUE);
4410:

Line 4412: htp.formOpen(curl=>owa_util.get_owa_service_path||l_url,

4408: -- Page header
4409: wfa_sec.Header(FALSE, null, title, TRUE);
4410:
4411: -- Form
4412: htp.formOpen(curl=>owa_util.get_owa_service_path||l_url,
4413: cmethod=>'Get',
4414: cattributes=>'TARGET="_top" NAME="WF_EVENT_FIND"');
4415:
4416: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

Line 4416: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

4412: htp.formOpen(curl=>owa_util.get_owa_service_path||l_url,
4413: cmethod=>'Get',
4414: cattributes=>'TARGET="_top" NAME="WF_EVENT_FIND"');
4415:
4416: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
4417:
4418: -- hidden attribute for FindEvent
4419: if (x_gguid is not null) then
4420: htp.formHidden('x_gguid', x_gguid);

Line 4420: htp.formHidden('x_gguid', x_gguid);

4416: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
4417:
4418: -- hidden attribute for FindEvent
4419: if (x_gguid is not null) then
4420: htp.formHidden('x_gguid', x_gguid);
4421: htp.formHidden('h_guid', x_gguid);
4422: end if;
4423:
4424: -- Name

Line 4421: htp.formHidden('h_guid', x_gguid);

4417:
4418: -- hidden attribute for FindEvent
4419: if (x_gguid is not null) then
4420: htp.formHidden('x_gguid', x_gguid);
4421: htp.formHidden('h_guid', x_gguid);
4422: end if;
4423:
4424: -- Name
4425: htp.tableRowOpen;

Line 4425: htp.tableRowOpen;

4421: htp.formHidden('h_guid', x_gguid);
4422: end if;
4423:
4424: -- Name
4425: htp.tableRowOpen;
4426: htp.tableData(cvalue=>'',
4428: calign=>'Right', cattributes=>'id=""');
4429: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,

Line 4426: htp.tableData(cvalue=>'

4422: end if;
4423:
4424: -- Name
4425: htp.tableRowOpen;
4426: htp.tableData(cvalue=>'4427: wf_core.translate('NAME') || '',
4428: calign=>'Right', cattributes=>'id=""');
4429: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,
4430: cmaxlength=>240,

Line 4429: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,

4425: htp.tableRowOpen;
4426: htp.tableData(cvalue=>'',
4428: calign=>'Right', cattributes=>'id=""');
4429: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,
4430: cmaxlength=>240,
4431: cattributes=>'id="i_name"'),
4432: calign=>'Left',cattributes=>'id=""');
4433: htp.tableRowClose;

Line 4433: htp.tableRowClose;

4429: htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>40,
4430: cmaxlength=>240,
4431: cattributes=>'id="i_name"'),
4432: calign=>'Left',cattributes=>'id=""');
4433: htp.tableRowClose;
4434:
4435: -- Display Name
4436: htp.tableRowOpen;
4437: htp.tableData(cvalue=>'

Line 4436: htp.tableRowOpen;

4432: calign=>'Left',cattributes=>'id=""');
4433: htp.tableRowClose;
4434:
4435: -- Display Name
4436: htp.tableRowOpen;
4437: htp.tableData(cvalue=>'',
4439: calign=>'Right',cattributes=>'id=""');
4440: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,

Line 4437: htp.tableData(cvalue=>'

4433: htp.tableRowClose;
4434:
4435: -- Display Name
4436: htp.tableRowOpen;
4437: htp.tableData(cvalue=>'4438: wf_core.translate('DISPLAY_NAME') || '',
4439: calign=>'Right',cattributes=>'id=""');
4440: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
4441: cmaxlength=>80,

Line 4440: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,

4436: htp.tableRowOpen;
4437: htp.tableData(cvalue=>'',
4439: calign=>'Right',cattributes=>'id=""');
4440: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
4441: cmaxlength=>80,
4442: cattributes=>'id="i_display_name"'),
4443: calign=>'Left',cattributes=>'id=""');
4444: htp.tableRowClose;

Line 4444: htp.tableRowClose;

4440: htp.tableData(cvalue=>htf.formText(cname=>'h_display_name', csize=>60,
4441: cmaxlength=>80,
4442: cattributes=>'id="i_display_name"'),
4443: calign=>'Left',cattributes=>'id=""');
4444: htp.tableRowClose;
4445:
4446: -- Status
4447: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')
4448: ||wf_core.newline;

Line 4476: htp.tableRowOpen;

4472: selected := TRUE;
4473: end if;
4474: template := template||wf_core.newline||htf.formSelectClose;
4475:
4476: htp.tableRowOpen;
4477: htp.tableData(cvalue=>'',
4479: calign=>'Right',cattributes=>'id=""');
4480: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 4477: htp.tableData(cvalue=>'

4473: end if;
4474: template := template||wf_core.newline||htf.formSelectClose;
4475:
4476: htp.tableRowOpen;
4477: htp.tableData(cvalue=>'4478: wf_core.translate('STATUS') || '',
4479: calign=>'Right',cattributes=>'id=""');
4480: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
4481: htp.tableRowClose;

Line 4480: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

4476: htp.tableRowOpen;
4477: htp.tableData(cvalue=>'',
4479: calign=>'Right',cattributes=>'id=""');
4480: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
4481: htp.tableRowClose;
4482:
4483: -- Type
4484: -- This is a regular find, allow select of type.

Line 4481: htp.tableRowClose;

4477: htp.tableData(cvalue=>'',
4479: calign=>'Right',cattributes=>'id=""');
4480: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
4481: htp.tableRowClose;
4482:
4483: -- Type
4484: -- This is a regular find, allow select of type.
4485: -- Type can only be EVENT for "Add to Group".

Line 4499: htp.tableRowOpen;

4495: htf.formSelectOption(wf_core.translate('GROUP'),
4496: null,'VALUE="GROUP"')
4497: ||wf_core.newline||
4498: htf.formSelectClose;
4499: htp.tableRowOpen;
4500: htp.tableData(cvalue=>'',
4502: calign=>'Right',cattributes=>'id=""');
4503: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 4500: htp.tableData(cvalue=>'

4496: null,'VALUE="GROUP"')
4497: ||wf_core.newline||
4498: htf.formSelectClose;
4499: htp.tableRowOpen;
4500: htp.tableData(cvalue=>'4501: wf_core.translate('TYPE') || '',
4502: calign=>'Right',cattributes=>'id=""');
4503: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
4504: htp.tableRowClose;

Line 4503: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

4499: htp.tableRowOpen;
4500: htp.tableData(cvalue=>'',
4502: calign=>'Right',cattributes=>'id=""');
4503: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
4504: htp.tableRowClose;
4505: end if;
4506:
4507: htp.tableClose;

Line 4504: htp.tableRowClose;

4500: htp.tableData(cvalue=>'',
4502: calign=>'Right',cattributes=>'id=""');
4503: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
4504: htp.tableRowClose;
4505: end if;
4506:
4507: htp.tableClose;
4508:

Line 4507: htp.tableClose;

4503: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
4504: htp.tableRowClose;
4505: end if;
4506:
4507: htp.tableClose;
4508:
4509: if (x_gguid is null) then
4510: htp.formHidden('resetcookie','T');
4511: end if;

Line 4510: htp.formHidden('resetcookie','T');

4506:
4507: htp.tableClose;
4508:
4509: if (x_gguid is null) then
4510: htp.formHidden('resetcookie','T');
4511: end if;
4512: htp.formClose;
4513:
4514: -- Add submit button

Line 4512: htp.formClose;

4508:
4509: if (x_gguid is null) then
4510: htp.formHidden('resetcookie','T');
4511: end if;
4512: htp.formClose;
4513:
4514: -- Add submit button
4515: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
4516: htp.tableRowOpen;

Line 4515: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

4511: end if;
4512: htp.formClose;
4513:
4514: -- Add submit button
4515: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
4516: htp.tableRowOpen;
4517:
4518: htp.p('');
4519:

Line 4516: htp.tableRowOpen;

4512: htp.formClose;
4513:
4514: -- Add submit button
4515: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
4516: htp.tableRowOpen;
4517:
4518: htp.p('');
4519:
4520: wfa_html.create_reg_button ('javascript:document.WF_EVENT_FIND.submit()',

Line 4518: htp.p('');

4514: -- Add submit button
4515: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
4516: htp.tableRowOpen;
4517:
4518: htp.p('');
4519:
4520: wfa_html.create_reg_button ('javascript:document.WF_EVENT_FIND.submit()',
4521: wf_core.translate('GO'),
4522: wfa_html.image_loc,

Line 4526: htp.p('');

4522: wfa_html.image_loc,
4523: null,
4524: wf_core.translate('GO'));
4525:
4526: htp.p('');
4527:
4528: htp.tableRowClose;
4529: htp.tableClose;
4530:

Line 4528: htp.tableRowClose;

4524: wf_core.translate('GO'));
4525:
4526: htp.p('');
4527:
4528: htp.tableRowClose;
4529: htp.tableClose;
4530:
4531: -- if a find condition is entered, populate the search fields and
4532: -- run the query to generate the event list.

Line 4529: htp.tableClose;

4525:
4526: htp.p('');
4527:
4528: htp.tableRowClose;
4529: htp.tableClose;
4530:
4531: -- if a find condition is entered, populate the search fields and
4532: -- run the query to generate the event list.
4533: if (h_guid is not null) then

Line 4535: htp.p('');

Line 4536: htp.p(' document.WF_EVENT_FIND.h_name.value="'||h_name||'"');

4532: -- run the query to generate the event list.
4533: if (h_guid is not null) then
4534: -- populate the search fields
4535: htp.p('');
4540:

Line 4537: htp.p(' document.WF_EVENT_FIND.h_display_name.value="'

4533: if (h_guid is not null) then
4534: -- populate the search fields
4535: htp.p('');
4540:
4541: -- populate the data table

Line 4539: htp.p('');

4535: htp.p('');
4540:
4541: -- populate the data table
4542: i := 0;
4543: for event in aevcurs loop

Line 4556: htp.formOpen(curl=>owa_util.get_owa_service_path||

4552: dTab(i).hasdetail := FALSE;
4553: end loop;
4554:
4555: -- Submit Form for Add/Delete
4556: htp.formOpen(curl=>owa_util.get_owa_service_path||
4557: 'Wf_Event_Html.SubmitSelectedGEvents',
4558: cmethod=>'Post',
4559: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
4560: htp.formHidden('h_gguid', rawtohex(h_guid));

Line 4560: htp.formHidden('h_gguid', rawtohex(h_guid));

4556: htp.formOpen(curl=>owa_util.get_owa_service_path||
4557: 'Wf_Event_Html.SubmitSelectedGEvents',
4558: cmethod=>'Post',
4559: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
4560: htp.formHidden('h_gguid', rawtohex(h_guid));
4561:
4562: -- Hide the fields for which option you selected. Must be ADD here.
4563: htp.formHidden(cname=>'action', cvalue=>'');
4564:

Line 4563: htp.formHidden(cname=>'action', cvalue=>'');

4559: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
4560: htp.formHidden('h_gguid', rawtohex(h_guid));
4561:
4562: -- Hide the fields for which option you selected. Must be ADD here.
4563: htp.formHidden(cname=>'action', cvalue=>'');
4564:
4565: -- Url to come back to later
4566: htp.formHidden(cname=>'url',
4567: cvalue=>'Wf_Event_Html.EditEvent?h_guid='||rawtohex(h_guid));

Line 4566: htp.formHidden(cname=>'url',

4562: -- Hide the fields for which option you selected. Must be ADD here.
4563: htp.formHidden(cname=>'action', cvalue=>'');
4564:
4565: -- Url to come back to later
4566: htp.formHidden(cname=>'url',
4567: cvalue=>'Wf_Event_Html.EditEvent?h_guid='||rawtohex(h_guid));
4568:
4569: -- Add dummy fields to start both array-type input fields.
4570: -- These dummy values are needed so that the array parameters to

Line 4574: htp.formHidden('h_guids', '-1');

4570: -- These dummy values are needed so that the array parameters to
4571: -- the submit procedure will not be null even if there are no real
4572: -- response fields. This would cause a pl/sql error, because array
4573: -- parameters can't be defaulted.
4574: htp.formHidden('h_guids', '-1');
4575:
4576: -- popluate the header table
4577: i := 1;
4578: hTab(i).def_type := 'TITLE';

Line 4593: htp.formClose;

4589:
4590: -- render table
4591: Wfe_Html_Util.Simple_Table(hTab, dTab);
4592:
4593: htp.formClose;
4594:
4595: -- Buttons Area
4596: htp.tableOpen (calign=>'RIGHT',cattributes=>'summary=""');
4597: htp.tableRowOpen;

Line 4596: htp.tableOpen (calign=>'RIGHT',cattributes=>'summary=""');

4592:
4593: htp.formClose;
4594:
4595: -- Buttons Area
4596: htp.tableOpen (calign=>'RIGHT',cattributes=>'summary=""');
4597: htp.tableRowOpen;
4598: -- If table is not empty, we allow check/uncheck all/delete.
4599: if (dTab.COUNT > 0) then
4600: htp.p('');

Line 4597: htp.tableRowOpen;

4593: htp.formClose;
4594:
4595: -- Buttons Area
4596: htp.tableOpen (calign=>'RIGHT',cattributes=>'summary=""');
4597: htp.tableRowOpen;
4598: -- If table is not empty, we allow check/uncheck all/delete.
4599: if (dTab.COUNT > 0) then
4600: htp.p('');
4601: wfa_html.create_reg_button (

Line 4600: htp.p('');

4596: htp.tableOpen (calign=>'RIGHT',cattributes=>'summary=""');
4597: htp.tableRowOpen;
4598: -- If table is not empty, we allow check/uncheck all/delete.
4599: if (dTab.COUNT > 0) then
4600: htp.p('');
4601: wfa_html.create_reg_button (
4602: 'javascript:checkAll(document.WF_GROUP_EDIT.h_guids)',
4603: wf_core.translate('SELECT_ALL'),
4604: wfa_html.image_loc,

Line 4607: htp.p('');

4603: wf_core.translate('SELECT_ALL'),
4604: wfa_html.image_loc,
4605: null,
4606: wf_core.translate('SELECT_ALL'));
4607: htp.p('');
4608: htp.p('');
4609: wfa_html.create_reg_button (
4610: 'javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
4611: wf_core.translate('UNSELECT_ALL'),

Line 4608: htp.p('');

4604: wfa_html.image_loc,
4605: null,
4606: wf_core.translate('SELECT_ALL'));
4607: htp.p('');
4608: htp.p('');
4609: wfa_html.create_reg_button (
4610: 'javascript:uncheckAll(document.WF_GROUP_EDIT.h_guids)',
4611: wf_core.translate('UNSELECT_ALL'),
4612: wfa_html.image_loc,

Line 4615: htp.p('');

4611: wf_core.translate('UNSELECT_ALL'),
4612: wfa_html.image_loc,
4613: null,
4614: wf_core.translate('UNSELECT_ALL'));
4615: htp.p('');
4616: htp.p('');
4617: wfa_html.create_reg_button (
4618: 'javascript:document.WF_GROUP_EDIT.action.value=''ADD'';'||
4619: 'document.WF_GROUP_EDIT.submit()',

Line 4616: htp.p('');

4612: wfa_html.image_loc,
4613: null,
4614: wf_core.translate('UNSELECT_ALL'));
4615: htp.p('');
4616: htp.p('');
4617: wfa_html.create_reg_button (
4618: 'javascript:document.WF_GROUP_EDIT.action.value=''ADD'';'||
4619: 'document.WF_GROUP_EDIT.submit()',
4620: wf_core.translate('ADD'),

Line 4624: htp.p('');

4620: wf_core.translate('ADD'),
4621: wfa_html.image_loc,
4622: null,
4623: wf_core.translate('ADD'));
4624: htp.p('');
4625: end if;
4626: htp.p('');
4627: wfa_html.create_reg_button ('javascript:history.back()',
4628: wf_core.translate ('CANCEL'),

Line 4626: htp.p('');

4622: null,
4623: wf_core.translate('ADD'));
4624: htp.p('');
4625: end if;
4626: htp.p('');
4627: wfa_html.create_reg_button ('javascript:history.back()',
4628: wf_core.translate ('CANCEL'),
4629: wfa_html.image_loc,
4630: null,

Line 4632: htp.p('');

4628: wf_core.translate ('CANCEL'),
4629: wfa_html.image_loc,
4630: null,
4631: wf_core.translate ('CANCEL'));
4632: htp.p('');
4633: htp.tableRowClose;
4634: htp.tableClose;
4635:
4636: end if; -- end generating the event list for adding to group

Line 4633: htp.tableRowClose;

4629: wfa_html.image_loc,
4630: null,
4631: wf_core.translate ('CANCEL'));
4632: htp.p('');
4633: htp.tableRowClose;
4634: htp.tableClose;
4635:
4636: end if; -- end generating the event list for adding to group
4637:

Line 4634: htp.tableClose;

4630: null,
4631: wf_core.translate ('CANCEL'));
4632: htp.p('');
4633: htp.tableRowClose;
4634: htp.tableClose;
4635:
4636: end if; -- end generating the event list for adding to group
4637:
4638: wfa_sec.Footer;

Line 4639: htp.htmlClose;

4635:
4636: end if; -- end generating the event list for adding to group
4637:
4638: wfa_sec.Footer;
4639: htp.htmlClose;
4640:
4641: exception
4642: when others then
4643: rollback;

Line 4743: htp.p('');
4747:

Line 4744: htp.p(' window.location.replace("'||

4740: end if;
4741:
4742: -- go back to ListSystems
4743: htp.p('');
4747:
4748: exception

Line 4746: htp.p('');

4742: -- go back to ListSystems
4743: htp.p('');
4747:
4748: exception
4749: when others then
4750: rollback;

Line 4771: htp.p('');
4775:

Line 4772: htp.p(' window.location.replace("'||

4768: end if;
4769:
4770: -- go back to ListAgents
4771: htp.p('');
4775:
4776: exception

Line 4774: htp.p('');

4770: -- go back to ListAgents
4771: htp.p('');
4775:
4776: exception
4777: when others then
4778: rollback;

Line 4798: htp.p('');
4802:

Line 4799: htp.p(' window.location.replace("'||

4795: end if;
4796:
4797: -- go back to ListSubscriptions
4798: htp.p('');
4802:
4803: exception

Line 4801: htp.p('');

4797: -- go back to ListSubscriptions
4798: htp.p('');
4802:
4803: exception
4804: when others then
4805: rollback;

Line 5991: htp.htmlOpen;

5987: else
5988: wf_core.raise('WF_NOTADMIN');
5989: end if;
5990:
5991: htp.htmlOpen;
5992: htp.headOpen;
5993: htp.title(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5994: wfa_html.create_help_function('wf/links/t_r.htm?T_RAISEVNT');
5995: wfa_sec.header(background_only=>FALSE,

Line 5992: htp.headOpen;

5988: wf_core.raise('WF_NOTADMIN');
5989: end if;
5990:
5991: htp.htmlOpen;
5992: htp.headOpen;
5993: htp.title(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5994: wfa_html.create_help_function('wf/links/t_r.htm?T_RAISEVNT');
5995: wfa_sec.header(background_only=>FALSE,
5996: page_title=>wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));

Line 5993: htp.title(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));

5989: end if;
5990:
5991: htp.htmlOpen;
5992: htp.headOpen;
5993: htp.title(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5994: wfa_html.create_help_function('wf/links/t_r.htm?T_RAISEVNT');
5995: wfa_sec.header(background_only=>FALSE,
5996: page_title=>wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5997: htp.headClose;

Line 5997: htp.headClose;

5993: htp.title(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5994: wfa_html.create_help_function('wf/links/t_r.htm?T_RAISEVNT');
5995: wfa_sec.header(background_only=>FALSE,
5996: page_title=>wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5997: htp.headClose;
5998:
5999: htp.br;
6000: htp.br;
6001: htp.br;

Line 5999: htp.br;

5995: wfa_sec.header(background_only=>FALSE,
5996: page_title=>wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5997: htp.headClose;
5998:
5999: htp.br;
6000: htp.br;
6001: htp.br;
6002: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6003: htp.tableRowOpen;

Line 6000: htp.br;

5996: page_title=>wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5997: htp.headClose;
5998:
5999: htp.br;
6000: htp.br;
6001: htp.br;
6002: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6003: htp.tableRowOpen;
6004: htp.p('');

Line 6001: htp.br;

5997: htp.headClose;
5998:
5999: htp.br;
6000: htp.br;
6001: htp.br;
6002: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6003: htp.tableRowOpen;
6004: htp.p('');
6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name

Line 6002: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

5998:
5999: htp.br;
6000: htp.br;
6001: htp.br;
6002: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6003: htp.tableRowOpen;
6004: htp.p('');
6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name
6006: ||' / '||p_event_key);

Line 6003: htp.tableRowOpen;

5999: htp.br;
6000: htp.br;
6001: htp.br;
6002: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6003: htp.tableRowOpen;
6004: htp.p('');
6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name
6006: ||' / '||p_event_key);
6007: htp.p('');

Line 6004: htp.p('');

6000: htp.br;
6001: htp.br;
6002: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6003: htp.tableRowOpen;
6004: htp.p('');
6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name
6006: ||' / '||p_event_key);
6007: htp.p('');
6008: htp.tableRowClose;

Line 6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name

6001: htp.br;
6002: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6003: htp.tableRowOpen;
6004: htp.p('');
6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name
6006: ||' / '||p_event_key);
6007: htp.p('');
6008: htp.tableRowClose;
6009: htp.tableClose;

Line 6007: htp.p('');

6003: htp.tableRowOpen;
6004: htp.p('');
6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name
6006: ||' / '||p_event_key);
6007: htp.p('');
6008: htp.tableRowClose;
6009: htp.tableClose;
6010:
6011: htp.br;

Line 6008: htp.tableRowClose;

6004: htp.p('');
6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name
6006: ||' / '||p_event_key);
6007: htp.p('');
6008: htp.tableRowClose;
6009: htp.tableClose;
6010:
6011: htp.br;
6012:

Line 6009: htp.tableClose;

6005: htp.bold(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED')||': '||p_event_name
6006: ||' / '||p_event_key);
6007: htp.p('');
6008: htp.tableRowClose;
6009: htp.tableClose;
6010:
6011: htp.br;
6012:
6013: htp.tableopen (cattributes =>'align=CENTER border=0 summary=""');

Line 6011: htp.br;

6007: htp.p('');
6008: htp.tableRowClose;
6009: htp.tableClose;
6010:
6011: htp.br;
6012:
6013: htp.tableopen (cattributes =>'align=CENTER border=0 summary=""');
6014: htp.tableRowOpen;
6015: htp.p('');

Line 6013: htp.tableopen (cattributes =>'align=CENTER border=0 summary=""');

6009: htp.tableClose;
6010:
6011: htp.br;
6012:
6013: htp.tableopen (cattributes =>'align=CENTER border=0 summary=""');
6014: htp.tableRowOpen;
6015: htp.p('');
6016: wfa_html.create_reg_button (wfa_html.base_url||
6017: '/Wf_Event_Html.entereventdetails'||

Line 6014: htp.tableRowOpen;

6010:
6011: htp.br;
6012:
6013: htp.tableopen (cattributes =>'align=CENTER border=0 summary=""');
6014: htp.tableRowOpen;
6015: htp.p('');
6016: wfa_html.create_reg_button (wfa_html.base_url||
6017: '/Wf_Event_Html.entereventdetails'||
6018: '?p_event_name=%',

Line 6015: htp.p('');

6011: htp.br;
6012:
6013: htp.tableopen (cattributes =>'align=CENTER border=0 summary=""');
6014: htp.tableRowOpen;
6015: htp.p('');
6016: wfa_html.create_reg_button (wfa_html.base_url||
6017: '/Wf_Event_Html.entereventdetails'||
6018: '?p_event_name=%',
6019: wf_core.translate('WFMON_OK'),

Line 6024: htp.p('');

6020: wfa_html.image_loc,
6021: null,
6022: wf_core.translate('WFMON_OK'));
6023:
6024: htp.p('');
6025: htp.tableRowClose;
6026: htp.tableClose;
6027:
6028: wfa_sec.Footer;

Line 6025: htp.tableRowClose;

6021: null,
6022: wf_core.translate('WFMON_OK'));
6023:
6024: htp.p('');
6025: htp.tableRowClose;
6026: htp.tableClose;
6027:
6028: wfa_sec.Footer;
6029: htp.htmlClose;

Line 6026: htp.tableClose;

6022: wf_core.translate('WFMON_OK'));
6023:
6024: htp.p('');
6025: htp.tableRowClose;
6026: htp.tableClose;
6027:
6028: wfa_sec.Footer;
6029: htp.htmlClose;
6030: exception

Line 6029: htp.htmlClose;

6025: htp.tableRowClose;
6026: htp.tableClose;
6027:
6028: wfa_sec.Footer;
6029: htp.htmlClose;
6030: exception
6031: when OTHERS then
6032: rollback;
6033: wf_core.context('WF_EVENT_HTML', 'RaiseEventConfirm');

Line 6104: htp.p(l_dtd);

6100: owa_util.mime_header('text/xml', TRUE);
6101:
6102: owa_util.http_header_close;
6103:
6104: htp.p(l_dtd);
6105:
6106: exception
6107: when OTHERS then
6108: rollback;

Line 6179: htp.htmlOpen;

6175: -- Check if Accessible
6176: wf_event_html.isAccessible('AGENTS');
6177:
6178: -- Set page title
6179: htp.htmlOpen;
6180: htp.headOpen;
6181: htp.p('');
6182: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
6183: wfa_html.create_help_function('wf/links/t_r.htm?T_REVQUE');

Line 6180: htp.headOpen;

6176: wf_event_html.isAccessible('AGENTS');
6177:
6178: -- Set page title
6179: htp.htmlOpen;
6180: htp.headOpen;
6181: htp.p('');
6182: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
6183: wfa_html.create_help_function('wf/links/t_r.htm?T_REVQUE');
6184: htp.headClose;

Line 6181: htp.p('');

6177:
6178: -- Set page title
6179: htp.htmlOpen;
6180: htp.headOpen;
6181: htp.p('');
6182: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
6183: wfa_html.create_help_function('wf/links/t_r.htm?T_REVQUE');
6184: htp.headClose;
6185: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);

Line 6182: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));

6178: -- Set page title
6179: htp.htmlOpen;
6180: htp.headOpen;
6181: htp.p('');
6182: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
6183: wfa_html.create_help_function('wf/links/t_r.htm?T_REVQUE');
6184: htp.headClose;
6185: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);
6186: htp.br;

Line 6184: htp.headClose;

6180: htp.headOpen;
6181: htp.p('');
6182: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
6183: wfa_html.create_help_function('wf/links/t_r.htm?T_REVQUE');
6184: htp.headClose;
6185: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);
6186: htp.br;
6187:
6188: -- This page is deprecated since Agent Activity link in Workflow Manager also shows the

Line 6186: htp.br;

6182: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
6183: wfa_html.create_help_function('wf/links/t_r.htm?T_REVQUE');
6184: htp.headClose;
6185: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);
6186: htp.br;
6187:
6188: -- This page is deprecated since Agent Activity link in Workflow Manager also shows the
6189: -- same details
6190: htp.center(Wf_Core.Translate('WFE_QUEUEPAGE_DEPRECATED'));

Line 6190: htp.center(Wf_Core.Translate('WFE_QUEUEPAGE_DEPRECATED'));

6186: htp.br;
6187:
6188: -- This page is deprecated since Agent Activity link in Workflow Manager also shows the
6189: -- same details
6190: htp.center(Wf_Core.Translate('WFE_QUEUEPAGE_DEPRECATED'));
6191: htp.htmlClose;
6192: return;
6193:
6194: IF (admin_mode = 'N') THEN

Line 6191: htp.htmlClose;

6187:
6188: -- This page is deprecated since Agent Activity link in Workflow Manager also shows the
6189: -- same details
6190: htp.center(Wf_Core.Translate('WFE_QUEUEPAGE_DEPRECATED'));
6191: htp.htmlClose;
6192: return;
6193:
6194: IF (admin_mode = 'N') THEN
6195:

Line 6196: htp.center(htf.bold(l_error_msg));

6192: return;
6193:
6194: IF (admin_mode = 'N') THEN
6195:
6196: htp.center(htf.bold(l_error_msg));
6197: return;
6198:
6199: END IF;
6200:

Line 6202: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"

6198:
6199: END IF;
6200:
6201: -- Column headers
6202: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"
6203: summary="' || wf_core.translate('WFGENERIC_QUEUE_TITLE') || '"');
6204: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
6205:
6206: htp.tableHeader(cvalue=>''||

Line 6204: htp.tableRowOpen(cattributes=>'bgcolor=#006699');

6200:
6201: -- Column headers
6202: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"
6203: summary="' || wf_core.translate('WFGENERIC_QUEUE_TITLE') || '"');
6204: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
6205:
6206: htp.tableHeader(cvalue=>''||
6207: wf_core.translate('PROTOCOL')||'
',
6208: calign=>'Center',

Line 6206: htp.tableHeader(cvalue=>''||

6202: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"
6203: summary="' || wf_core.translate('WFGENERIC_QUEUE_TITLE') || '"');
6204: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
6205:
6206: htp.tableHeader(cvalue=>''||
6207: wf_core.translate('PROTOCOL')||'',
6208: calign=>'Center',
6209: cattributes=>'id="' ||
6210: wf_core.translate('PROTOCOL') || '"');

Line 6211: htp.tableHeader(cvalue=>''||

6207: wf_core.translate('PROTOCOL')||'',
6208: calign=>'Center',
6209: cattributes=>'id="' ||
6210: wf_core.translate('PROTOCOL') || '"');
6211: htp.tableHeader(cvalue=>''||
6212: wf_core.translate('AGENT_NAME')||'',
6213: calign=>'Center',
6214: cattributes=>'id="' ||
6215: wf_core.translate('AGENT_NAME') || '"');

Line 6216: htp.tableHeader(cvalue=>''||

6212: wf_core.translate('AGENT_NAME')||'',
6213: calign=>'Center',
6214: cattributes=>'id="' ||
6215: wf_core.translate('AGENT_NAME') || '"');
6216: htp.tableHeader(cvalue=>''||
6217: wf_core.translate('INBOUND_PROMPT')||'',
6218: calign=>'Center',
6219: cattributes=>'id="' ||
6220: wf_core.translate('INBOUND_PROMPT') || '"');

Line 6221: htp.tableHeader(cvalue=>''||

6217: wf_core.translate('INBOUND_PROMPT')||'',
6218: calign=>'Center',
6219: cattributes=>'id="' ||
6220: wf_core.translate('INBOUND_PROMPT') || '"');
6221: htp.tableHeader(cvalue=>''||
6222: wf_core.translate('QUEUE_COUNT')||'',
6223: calign=>'Center',
6224: cattributes=>'id="' ||
6225: wf_core.translate('QUEUE_COUNT') || '"');

Line 6226: htp.tableHeader(cvalue=>''||

6222: wf_core.translate('QUEUE_COUNT')||'',
6223: calign=>'Center',
6224: cattributes=>'id="' ||
6225: wf_core.translate('QUEUE_COUNT') || '"');
6226: htp.tableHeader(cvalue=>''||
6227: wf_core.translate('VIEW_DETAIL')||'',
6228: calign=>'Center',
6229: cattributes=>'id="' ||
6230: wf_core.translate('VIEW_DETAIL') || '"');

Line 6232: htp.tableRowClose;

6228: calign=>'Center',
6229: cattributes=>'id="' ||
6230: wf_core.translate('VIEW_DETAIL') || '"');
6231:
6232: htp.tableRowClose;
6233: htp.tableRowOpen;
6234: htp.tableRowClose;
6235:
6236: -- Show all nodes

Line 6233: htp.tableRowOpen;

6229: cattributes=>'id="' ||
6230: wf_core.translate('VIEW_DETAIL') || '"');
6231:
6232: htp.tableRowClose;
6233: htp.tableRowOpen;
6234: htp.tableRowClose;
6235:
6236: -- Show all nodes
6237: for queues in queues_cursor loop

Line 6234: htp.tableRowClose;

6230: wf_core.translate('VIEW_DETAIL') || '"');
6231:
6232: htp.tableRowClose;
6233: htp.tableRowOpen;
6234: htp.tableRowClose;
6235:
6236: -- Show all nodes
6237: for queues in queues_cursor loop
6238: l_sqlstmt := 'SELECT COUNT(*) FROM '||queues.queue_table||

Line 6243: htp.tableRowOpen(null, 'TOP');

6239: ' WHERE Q_NAME = :b1';
6240:
6241: EXECUTE IMMEDIATE l_sqlstmt INTO l_count USING queues.queue_name;
6242:
6243: htp.tableRowOpen(null, 'TOP');
6244:
6245: htp.tableData(queues.protocol, 'center',
6246: cattributes=>'headers="' ||
6247: wf_core.translate('PROTOCOL') || '"');

Line 6245: htp.tableData(queues.protocol, 'center',

6241: EXECUTE IMMEDIATE l_sqlstmt INTO l_count USING queues.queue_name;
6242:
6243: htp.tableRowOpen(null, 'TOP');
6244:
6245: htp.tableData(queues.protocol, 'center',
6246: cattributes=>'headers="' ||
6247: wf_core.translate('PROTOCOL') || '"');
6248:
6249: htp.tableData(nvl(queues.display_name,'&'||'nbsp'), 'left',

Line 6249: htp.tableData(nvl(queues.display_name,'&'||'nbsp'), 'left',

6245: htp.tableData(queues.protocol, 'center',
6246: cattributes=>'headers="' ||
6247: wf_core.translate('PROTOCOL') || '"');
6248:
6249: htp.tableData(nvl(queues.display_name,'&'||'nbsp'), 'left',
6250: cattributes=>'headers="' ||
6251: wf_core.translate('AGENT_NAME') || '"');
6252:
6253: htp.tableData(queues.direction, 'center',

Line 6253: htp.tableData(queues.direction, 'center',

6249: htp.tableData(nvl(queues.display_name,'&'||'nbsp'), 'left',
6250: cattributes=>'headers="' ||
6251: wf_core.translate('AGENT_NAME') || '"');
6252:
6253: htp.tableData(queues.direction, 'center',
6254: cattributes=>'headers="' ||
6255: wf_core.translate('INBOUND_PROMPT') || '"');
6256:
6257: htp.tableData(nvl(l_count,0), 'center',

Line 6257: htp.tableData(nvl(l_count,0), 'center',

6253: htp.tableData(queues.direction, 'center',
6254: cattributes=>'headers="' ||
6255: wf_core.translate('INBOUND_PROMPT') || '"');
6256:
6257: htp.tableData(nvl(l_count,0), 'center',
6258: cattributes=>'headers="' ||
6259: wf_core.translate('QUEUE_COUNT') || '"');
6260:
6261: --

Line 6277: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||

6273: queues.schema_queue_name,
6274: '',
6275: l_rc);
6276: IF l_rc = 1 then
6277: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
6278: '/wf_event_html.FindQueueMessage?p_queue_name='||
6279: queues.queue_name||'&p_type=WF_EVENT_T',
6280: ctext=>'' ||<br>
</p>
<h5>Line 6300:            htp.tableData(htf.anchor2(curl=>wfa_html.base_url||<br>
</h5><p>
6296:                                     '',<br>
6297:                                     l_rc);<br>
6298: <br>
6299:         IF l_rc = 1 then<br>
<b>6300:            htp.tableData(htf.anchor2(curl=>wfa_html.base_url||<br>
</b>6301:            '/wf_event_html.FindECXMSGQueueMessage?p_queue_name='||<br>
6302:                                   queues.queue_name||'&p_type=ECX_MSG',<br>
6303:                               ctext=>'<IMG SRC= 6338: END IF;
6339:
6340: exception

Line 6342: htp.tableData(wf_core.translate('WFE_NOT_AVAILABLE'),'center',

6338: END IF;
6339:
6340: exception
6341: when others then
6342: htp.tableData(wf_core.translate('WFE_NOT_AVAILABLE'),'center',
6343: cattributes=>'id=""');
6344: end;
6345: l_knowndatatype := FALSE;
6346: end loop;

Line 6348: htp.tableclose;

6344: end;
6345: l_knowndatatype := FALSE;
6346: end loop;
6347:
6348: htp.tableclose;
6349:
6350: htp.br;
6351:
6352: wfa_sec.Footer;

Line 6350: htp.br;

6346: end loop;
6347:
6348: htp.tableclose;
6349:
6350: htp.br;
6351:
6352: wfa_sec.Footer;
6353: htp.htmlClose;
6354:

Line 6353: htp.htmlClose;

6349:
6350: htp.br;
6351:
6352: wfa_sec.Footer;
6353: htp.htmlClose;
6354:
6355: exception
6356: when others then
6357: rollback;

Line 6422: htp.htmlOpen;

6418: title := wf_core.translate('WFE_FIND_QUEUE_MESSAGES_TITLE');
6419: helptext := 'wf/links/t_f.htm?T_FDQMSG';
6420:
6421: -- Render page
6422: htp.htmlOpen;
6423:
6424: -- Set page title
6425: htp.headOpen;
6426: htp.title(title);

Line 6425: htp.headOpen;

6421: -- Render page
6422: htp.htmlOpen;
6423:
6424: -- Set page title
6425: htp.headOpen;
6426: htp.title(title);
6427: wfa_html.create_help_function(helptext);
6428: fnd_document_management.get_open_dm_display_window;
6429: htp.headClose;

Line 6426: htp.title(title);

6422: htp.htmlOpen;
6423:
6424: -- Set page title
6425: htp.headOpen;
6426: htp.title(title);
6427: wfa_html.create_help_function(helptext);
6428: fnd_document_management.get_open_dm_display_window;
6429: htp.headClose;
6430:

Line 6429: htp.headClose;

6425: htp.headOpen;
6426: htp.title(title);
6427: wfa_html.create_help_function(helptext);
6428: fnd_document_management.get_open_dm_display_window;
6429: htp.headClose;
6430:
6431: -- Page header
6432: wfa_sec.Header(FALSE, null, title, TRUE);
6433:

Line 6435: htp.formOpen(curl=>l_url,

6431: -- Page header
6432: wfa_sec.Header(FALSE, null, title, TRUE);
6433:
6434: -- Form
6435: htp.formOpen(curl=>l_url,
6436: cmethod=>'Post',
6437: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6438: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6439:

Line 6438: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

6434: -- Form
6435: htp.formOpen(curl=>l_url,
6436: cmethod=>'Post',
6437: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6438: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6439:
6440: -- Queue Name (pulldown list of Queue Names)
6441: htp.tableRowOpen;
6442: htp.tableData(cvalue=>'

Line 6441: htp.tableRowOpen;

6437: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6438: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6439:
6440: -- Queue Name (pulldown list of Queue Names)
6441: htp.tableRowOpen;
6442: htp.tableData(cvalue=>'',
6444: calign=>'right',
6445: cattributes=>'valign=middle id=""');

Line 6442: htp.tableData(cvalue=>'

6438: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6439:
6440: -- Queue Name (pulldown list of Queue Names)
6441: htp.tableRowOpen;
6442: htp.tableData(cvalue=>'6443: wf_core.translate('QUEUE_NAME') || '',
6444: calign=>'right',
6445: cattributes=>'valign=middle id=""');
6446: htp.p('');

Line 6446: htp.p('');

6442: htp.tableData(cvalue=>'',
6444: calign=>'right',
6445: cattributes=>'valign=middle id=""');
6446: htp.p('');
6447: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6448: for i in queues_cursor loop
6449: htp.formSelectOption(cvalue=>i.queue_name
6450: ,cattributes=>'value='||i.queue_name);

Line 6447: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');

6443: wf_core.translate('QUEUE_NAME') || '',
6444: calign=>'right',
6445: cattributes=>'valign=middle id=""');
6446: htp.p('');
6447: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6448: for i in queues_cursor loop
6449: htp.formSelectOption(cvalue=>i.queue_name
6450: ,cattributes=>'value='||i.queue_name);
6451: end loop;

Line 6449: htp.formSelectOption(cvalue=>i.queue_name

6445: cattributes=>'valign=middle id=""');
6446: htp.p('');
6447: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6448: for i in queues_cursor loop
6449: htp.formSelectOption(cvalue=>i.queue_name
6450: ,cattributes=>'value='||i.queue_name);
6451: end loop;
6452: htp.formSelectClose;
6453: htp.p('');

Line 6452: htp.formSelectClose;

6448: for i in queues_cursor loop
6449: htp.formSelectOption(cvalue=>i.queue_name
6450: ,cattributes=>'value='||i.queue_name);
6451: end loop;
6452: htp.formSelectClose;
6453: htp.p('');
6454: htp.tableRowClose;
6455:
6456: -- Event Name

Line 6453: htp.p('');

6449: htp.formSelectOption(cvalue=>i.queue_name
6450: ,cattributes=>'value='||i.queue_name);
6451: end loop;
6452: htp.formSelectClose;
6453: htp.p('');
6454: htp.tableRowClose;
6455:
6456: -- Event Name
6457: htp.tableRowOpen;

Line 6454: htp.tableRowClose;

6450: ,cattributes=>'value='||i.queue_name);
6451: end loop;
6452: htp.formSelectClose;
6453: htp.p('');
6454: htp.tableRowClose;
6455:
6456: -- Event Name
6457: htp.tableRowOpen;
6458: htp.tableData(cvalue=>'

Line 6457: htp.tableRowOpen;

6453: htp.p('');
6454: htp.tableRowClose;
6455:
6456: -- Event Name
6457: htp.tableRowOpen;
6458: htp.tableData(cvalue=>'',
6460: calign=>'Right', cattributes=>'id=""');
6461: htp.tableData(cvalue=>htf.formText(cname=>'p_event_name', csize=>40,

Line 6458: htp.tableData(cvalue=>'

6454: htp.tableRowClose;
6455:
6456: -- Event Name
6457: htp.tableRowOpen;
6458: htp.tableData(cvalue=>'6459: wf_core.translate('EVENT_NAME') || '',
6460: calign=>'Right', cattributes=>'id=""');
6461: htp.tableData(cvalue=>htf.formText(cname=>'p_event_name', csize=>40,
6462: cmaxlength=>240,

Line 6461: htp.tableData(cvalue=>htf.formText(cname=>'p_event_name', csize=>40,

6457: htp.tableRowOpen;
6458: htp.tableData(cvalue=>'',
6460: calign=>'Right', cattributes=>'id=""');
6461: htp.tableData(cvalue=>htf.formText(cname=>'p_event_name', csize=>40,
6462: cmaxlength=>240,
6463: cattributes=>'id="i_event_name"'),
6464: calign=>'Left', cattributes=>'id=""');
6465: htp.tableRowClose;

Line 6465: htp.tableRowClose;

6461: htp.tableData(cvalue=>htf.formText(cname=>'p_event_name', csize=>40,
6462: cmaxlength=>240,
6463: cattributes=>'id="i_event_name"'),
6464: calign=>'Left', cattributes=>'id=""');
6465: htp.tableRowClose;
6466:
6467: -- Event Key
6468: htp.tableRowOpen;
6469: htp.tableData(cvalue=>'

Line 6468: htp.tableRowOpen;

6464: calign=>'Left', cattributes=>'id=""');
6465: htp.tableRowClose;
6466:
6467: -- Event Key
6468: htp.tableRowOpen;
6469: htp.tableData(cvalue=>'',
6471: calign=>'Right',cattributes=>'id=""');
6472: htp.tableData(cvalue=>htf.formText(cname=>'p_event_key', csize=>40,

Line 6469: htp.tableData(cvalue=>'

6465: htp.tableRowClose;
6466:
6467: -- Event Key
6468: htp.tableRowOpen;
6469: htp.tableData(cvalue=>'6470: wf_core.translate('EVENT_KEY') || '',
6471: calign=>'Right',cattributes=>'id=""');
6472: htp.tableData(cvalue=>htf.formText(cname=>'p_event_key', csize=>40,
6473: cmaxlength=>240,

Line 6472: htp.tableData(cvalue=>htf.formText(cname=>'p_event_key', csize=>40,

6468: htp.tableRowOpen;
6469: htp.tableData(cvalue=>'',
6471: calign=>'Right',cattributes=>'id=""');
6472: htp.tableData(cvalue=>htf.formText(cname=>'p_event_key', csize=>40,
6473: cmaxlength=>240,
6474: cattributes=>'id="i_event_key"'),
6475: calign=>'Left',cattributes=>'id=""');
6476: htp.tableRowClose;

Line 6476: htp.tableRowClose;

6472: htp.tableData(cvalue=>htf.formText(cname=>'p_event_key', csize=>40,
6473: cmaxlength=>240,
6474: cattributes=>'id="i_event_key"'),
6475: calign=>'Left',cattributes=>'id=""');
6476: htp.tableRowClose;
6477:
6478: -- Message Status
6479: template := htf.formSelectOpen('p_message_status',
6480: cattributes=>'id="i_message_status"')||wf_core.newline;

Line 6494: htp.tableRowOpen;

6490: htf.formSelectOption(wf_core.translate('EXPIRED'),
6491: null,'VALUE="EXPIRED"');
6492: template := template||wf_core.newline||htf.formSelectClose;
6493:
6494: htp.tableRowOpen;
6495: htp.tableData(cvalue=>'',
6497: calign=>'Right',cattributes=>'id=""');
6498: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 6495: htp.tableData(cvalue=>'

6491: null,'VALUE="EXPIRED"');
6492: template := template||wf_core.newline||htf.formSelectClose;
6493:
6494: htp.tableRowOpen;
6495: htp.tableData(cvalue=>'6496: wf_core.translate('STATUS') || '',
6497: calign=>'Right',cattributes=>'id=""');
6498: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6499: htp.tableRowClose;

Line 6498: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

6494: htp.tableRowOpen;
6495: htp.tableData(cvalue=>'',
6497: calign=>'Right',cattributes=>'id=""');
6498: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6499: htp.tableRowClose;
6500:
6501: htp.tableClose;
6502: htp.formClose;

Line 6499: htp.tableRowClose;

6495: htp.tableData(cvalue=>'',
6497: calign=>'Right',cattributes=>'id=""');
6498: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6499: htp.tableRowClose;
6500:
6501: htp.tableClose;
6502: htp.formClose;
6503: -- Add submit button

Line 6501: htp.tableClose;

6497: calign=>'Right',cattributes=>'id=""');
6498: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6499: htp.tableRowClose;
6500:
6501: htp.tableClose;
6502: htp.formClose;
6503: -- Add submit button
6504: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6505: htp.tableRowOpen;

Line 6502: htp.formClose;

6498: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6499: htp.tableRowClose;
6500:
6501: htp.tableClose;
6502: htp.formClose;
6503: -- Add submit button
6504: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6505: htp.tableRowOpen;
6506:

Line 6504: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

6500:
6501: htp.tableClose;
6502: htp.formClose;
6503: -- Add submit button
6504: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6505: htp.tableRowOpen;
6506:
6507: htp.p('');
6508:

Line 6505: htp.tableRowOpen;

6501: htp.tableClose;
6502: htp.formClose;
6503: -- Add submit button
6504: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6505: htp.tableRowOpen;
6506:
6507: htp.p('');
6508:
6509: wfa_html.create_reg_button ('javascript:document.WF_QUEUE_MESSAGE_FIND.submit()',

Line 6507: htp.p('');

6503: -- Add submit button
6504: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6505: htp.tableRowOpen;
6506:
6507: htp.p('');
6508:
6509: wfa_html.create_reg_button ('javascript:document.WF_QUEUE_MESSAGE_FIND.submit()',
6510: wf_core.translate('GO'),
6511: wfa_html.image_loc,

Line 6515: htp.p('');

6511: wfa_html.image_loc,
6512: null,
6513: wf_core.translate('GO'));
6514:
6515: htp.p('');
6516:
6517: htp.tableRowClose;
6518: htp.tableClose;
6519:

Line 6517: htp.tableRowClose;

6513: wf_core.translate('GO'));
6514:
6515: htp.p('');
6516:
6517: htp.tableRowClose;
6518: htp.tableClose;
6519:
6520: wfa_sec.Footer;
6521: htp.htmlClose;

Line 6518: htp.tableClose;

6514:
6515: htp.p('');
6516:
6517: htp.tableRowClose;
6518: htp.tableClose;
6519:
6520: wfa_sec.Footer;
6521: htp.htmlClose;
6522:

Line 6521: htp.htmlClose;

6517: htp.tableRowClose;
6518: htp.tableClose;
6519:
6520: wfa_sec.Footer;
6521: htp.htmlClose;
6522:
6523: exception
6524: when others then
6525: rollback;

Line 6580: htp.htmlOpen;

6576: title := wf_core.translate('WFE_FIND_QUEUE_MESSAGES_TITLE');
6577: helptext := 'wf/links/t_f.htm?T_FDQMSG';
6578:
6579: -- Render page
6580: htp.htmlOpen;
6581:
6582: -- Set page title
6583: htp.headOpen;
6584: htp.title(title);

Line 6583: htp.headOpen;

6579: -- Render page
6580: htp.htmlOpen;
6581:
6582: -- Set page title
6583: htp.headOpen;
6584: htp.title(title);
6585: wfa_html.create_help_function(helptext);
6586: fnd_document_management.get_open_dm_display_window;
6587: htp.headClose;

Line 6584: htp.title(title);

6580: htp.htmlOpen;
6581:
6582: -- Set page title
6583: htp.headOpen;
6584: htp.title(title);
6585: wfa_html.create_help_function(helptext);
6586: fnd_document_management.get_open_dm_display_window;
6587: htp.headClose;
6588:

Line 6587: htp.headClose;

6583: htp.headOpen;
6584: htp.title(title);
6585: wfa_html.create_help_function(helptext);
6586: fnd_document_management.get_open_dm_display_window;
6587: htp.headClose;
6588:
6589: -- Page header
6590: wfa_sec.Header(FALSE, null, title, TRUE);
6591:

Line 6593: htp.formOpen(curl=>l_url,

6589: -- Page header
6590: wfa_sec.Header(FALSE, null, title, TRUE);
6591:
6592: -- Form
6593: htp.formOpen(curl=>l_url,
6594: cmethod=>'Post',
6595: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6596: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6597:

Line 6596: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

6592: -- Form
6593: htp.formOpen(curl=>l_url,
6594: cmethod=>'Post',
6595: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6596: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6597:
6598: -- Queue Name (pulldown list of Queue Names)
6599: htp.tableRowOpen;
6600: htp.tableData(cvalue=>'

Line 6599: htp.tableRowOpen;

6595: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6596: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6597:
6598: -- Queue Name (pulldown list of Queue Names)
6599: htp.tableRowOpen;
6600: htp.tableData(cvalue=>'',
6602: calign=>'right',
6603: cattributes=>'valign=middle id=""');

Line 6600: htp.tableData(cvalue=>'

6596: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6597:
6598: -- Queue Name (pulldown list of Queue Names)
6599: htp.tableRowOpen;
6600: htp.tableData(cvalue=>'6601: wf_core.translate('QUEUE_NAME') || '',
6602: calign=>'right',
6603: cattributes=>'valign=middle id=""');
6604: htp.p('');

Line 6604: htp.p('');

6600: htp.tableData(cvalue=>'',
6602: calign=>'right',
6603: cattributes=>'valign=middle id=""');
6604: htp.p('');
6605: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6606: for i in queues_cursor loop
6607: htp.formSelectOption(cvalue=>i.queue_name
6608: ,cattributes=>'value='||i.queue_name);

Line 6605: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');

6601: wf_core.translate('QUEUE_NAME') || '',
6602: calign=>'right',
6603: cattributes=>'valign=middle id=""');
6604: htp.p('');
6605: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6606: for i in queues_cursor loop
6607: htp.formSelectOption(cvalue=>i.queue_name
6608: ,cattributes=>'value='||i.queue_name);
6609: end loop;

Line 6607: htp.formSelectOption(cvalue=>i.queue_name

6603: cattributes=>'valign=middle id=""');
6604: htp.p('');
6605: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6606: for i in queues_cursor loop
6607: htp.formSelectOption(cvalue=>i.queue_name
6608: ,cattributes=>'value='||i.queue_name);
6609: end loop;
6610: htp.formSelectClose;
6611: htp.p('');

Line 6610: htp.formSelectClose;

6606: for i in queues_cursor loop
6607: htp.formSelectOption(cvalue=>i.queue_name
6608: ,cattributes=>'value='||i.queue_name);
6609: end loop;
6610: htp.formSelectClose;
6611: htp.p('');
6612: htp.tableRowClose;
6613:
6614: -- Transaction Type

Line 6611: htp.p('');

6607: htp.formSelectOption(cvalue=>i.queue_name
6608: ,cattributes=>'value='||i.queue_name);
6609: end loop;
6610: htp.formSelectClose;
6611: htp.p('');
6612: htp.tableRowClose;
6613:
6614: -- Transaction Type
6615: htp.tableRowOpen;

Line 6612: htp.tableRowClose;

6608: ,cattributes=>'value='||i.queue_name);
6609: end loop;
6610: htp.formSelectClose;
6611: htp.p('');
6612: htp.tableRowClose;
6613:
6614: -- Transaction Type
6615: htp.tableRowOpen;
6616: htp.tableData(cvalue=>'

Line 6615: htp.tableRowOpen;

6611: htp.p('');
6612: htp.tableRowClose;
6613:
6614: -- Transaction Type
6615: htp.tableRowOpen;
6616: htp.tableData(cvalue=>'',
6618: calign=>'Right', cattributes=>'id=""');
6619: htp.tableData(cvalue=>htf.formText(cname=>'p_transaction_type', csize=>40,

Line 6616: htp.tableData(cvalue=>'

6612: htp.tableRowClose;
6613:
6614: -- Transaction Type
6615: htp.tableRowOpen;
6616: htp.tableData(cvalue=>'6617: wf_core.translate('TRANSACTIONTYPE') || '',
6618: calign=>'Right', cattributes=>'id=""');
6619: htp.tableData(cvalue=>htf.formText(cname=>'p_transaction_type', csize=>40,
6620: cmaxlength=>240,

Line 6619: htp.tableData(cvalue=>htf.formText(cname=>'p_transaction_type', csize=>40,

6615: htp.tableRowOpen;
6616: htp.tableData(cvalue=>'',
6618: calign=>'Right', cattributes=>'id=""');
6619: htp.tableData(cvalue=>htf.formText(cname=>'p_transaction_type', csize=>40,
6620: cmaxlength=>240,
6621: cattributes=>'id="i_transaction_type"'),
6622: calign=>'Left', cattributes=>'id=""');
6623: htp.tableRowClose;

Line 6623: htp.tableRowClose;

6619: htp.tableData(cvalue=>htf.formText(cname=>'p_transaction_type', csize=>40,
6620: cmaxlength=>240,
6621: cattributes=>'id="i_transaction_type"'),
6622: calign=>'Left', cattributes=>'id=""');
6623: htp.tableRowClose;
6624:
6625: -- Document Number
6626: htp.tableRowOpen;
6627: htp.tableData(cvalue=>'

Line 6626: htp.tableRowOpen;

6622: calign=>'Left', cattributes=>'id=""');
6623: htp.tableRowClose;
6624:
6625: -- Document Number
6626: htp.tableRowOpen;
6627: htp.tableData(cvalue=>'',
6629: calign=>'Right',cattributes=>'id=""');
6630: htp.tableData(cvalue=>htf.formText(cname=>'p_document_number', csize=>40,

Line 6627: htp.tableData(cvalue=>'

6623: htp.tableRowClose;
6624:
6625: -- Document Number
6626: htp.tableRowOpen;
6627: htp.tableData(cvalue=>'6628: wf_core.translate('DOCUMENTNUMBER') || '',
6629: calign=>'Right',cattributes=>'id=""');
6630: htp.tableData(cvalue=>htf.formText(cname=>'p_document_number', csize=>40,
6631: cmaxlength=>240,

Line 6630: htp.tableData(cvalue=>htf.formText(cname=>'p_document_number', csize=>40,

6626: htp.tableRowOpen;
6627: htp.tableData(cvalue=>'',
6629: calign=>'Right',cattributes=>'id=""');
6630: htp.tableData(cvalue=>htf.formText(cname=>'p_document_number', csize=>40,
6631: cmaxlength=>240,
6632: cattributes=>'id="i_document_number"'),
6633: calign=>'Left',cattributes=>'id=""');
6634: htp.tableRowClose;

Line 6634: htp.tableRowClose;

6630: htp.tableData(cvalue=>htf.formText(cname=>'p_document_number', csize=>40,
6631: cmaxlength=>240,
6632: cattributes=>'id="i_document_number"'),
6633: calign=>'Left',cattributes=>'id=""');
6634: htp.tableRowClose;
6635:
6636: -- Party Site ID
6637: htp.tableRowOpen;
6638: htp.tableData(cvalue=>'

Line 6637: htp.tableRowOpen;

6633: calign=>'Left',cattributes=>'id=""');
6634: htp.tableRowClose;
6635:
6636: -- Party Site ID
6637: htp.tableRowOpen;
6638: htp.tableData(cvalue=>'',
6640: calign=>'Right',cattributes=>'id=""');
6641: htp.tableData(cvalue=>htf.formText(cname=>'p_party_site_id', csize=>40,

Line 6638: htp.tableData(cvalue=>'

6634: htp.tableRowClose;
6635:
6636: -- Party Site ID
6637: htp.tableRowOpen;
6638: htp.tableData(cvalue=>'6639: wf_core.translate('PARTYSITEID') || '',
6640: calign=>'Right',cattributes=>'id=""');
6641: htp.tableData(cvalue=>htf.formText(cname=>'p_party_site_id', csize=>40,
6642: cmaxlength=>240,

Line 6641: htp.tableData(cvalue=>htf.formText(cname=>'p_party_site_id', csize=>40,

6637: htp.tableRowOpen;
6638: htp.tableData(cvalue=>'',
6640: calign=>'Right',cattributes=>'id=""');
6641: htp.tableData(cvalue=>htf.formText(cname=>'p_party_site_id', csize=>40,
6642: cmaxlength=>240,
6643: cattributes=>'id="i_party_site_id"'),
6644: calign=>'Left',cattributes=>'id=""');
6645: htp.tableRowClose;

Line 6645: htp.tableRowClose;

6641: htp.tableData(cvalue=>htf.formText(cname=>'p_party_site_id', csize=>40,
6642: cmaxlength=>240,
6643: cattributes=>'id="i_party_site_id"'),
6644: calign=>'Left',cattributes=>'id=""');
6645: htp.tableRowClose;
6646:
6647: -- Message Status
6648: template := htf.formSelectOpen('p_message_status',
6649: cattributes=>'id="i_message_status"')||wf_core.newline;

Line 6663: htp.tableRowOpen;

6659: htf.formSelectOption(wf_core.translate('EXPIRED'),
6660: null,'VALUE="EXPIRED"');
6661: template := template||wf_core.newline||htf.formSelectClose;
6662:
6663: htp.tableRowOpen;
6664: htp.tableData(cvalue=>'',
6666: calign=>'Right',cattributes=>'id=""');
6667: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 6664: htp.tableData(cvalue=>'

6660: null,'VALUE="EXPIRED"');
6661: template := template||wf_core.newline||htf.formSelectClose;
6662:
6663: htp.tableRowOpen;
6664: htp.tableData(cvalue=>'6665: wf_core.translate('STATUS') || '',
6666: calign=>'Right',cattributes=>'id=""');
6667: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6668: htp.tableRowClose;

Line 6667: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

6663: htp.tableRowOpen;
6664: htp.tableData(cvalue=>'',
6666: calign=>'Right',cattributes=>'id=""');
6667: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6668: htp.tableRowClose;
6669:
6670: htp.tableClose;
6671: htp.formClose;

Line 6668: htp.tableRowClose;

6664: htp.tableData(cvalue=>'',
6666: calign=>'Right',cattributes=>'id=""');
6667: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6668: htp.tableRowClose;
6669:
6670: htp.tableClose;
6671: htp.formClose;
6672: -- Add submit button

Line 6670: htp.tableClose;

6666: calign=>'Right',cattributes=>'id=""');
6667: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6668: htp.tableRowClose;
6669:
6670: htp.tableClose;
6671: htp.formClose;
6672: -- Add submit button
6673: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6674: htp.tableRowOpen;

Line 6671: htp.formClose;

6667: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6668: htp.tableRowClose;
6669:
6670: htp.tableClose;
6671: htp.formClose;
6672: -- Add submit button
6673: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6674: htp.tableRowOpen;
6675:

Line 6673: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

6669:
6670: htp.tableClose;
6671: htp.formClose;
6672: -- Add submit button
6673: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6674: htp.tableRowOpen;
6675:
6676: htp.p('');
6677:

Line 6674: htp.tableRowOpen;

6670: htp.tableClose;
6671: htp.formClose;
6672: -- Add submit button
6673: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6674: htp.tableRowOpen;
6675:
6676: htp.p('');
6677:
6678: wfa_html.create_reg_button ('javascript:document.WF_QUEUE_MESSAGE_FIND.submit(

Line 6676: htp.p('');

6672: -- Add submit button
6673: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6674: htp.tableRowOpen;
6675:
6676: htp.p('');
6677:
6678: wfa_html.create_reg_button ('javascript:document.WF_QUEUE_MESSAGE_FIND.submit(
6679: )',
6680: wf_core.translate('GO'),

Line 6685: htp.p('');

6681: wfa_html.image_loc,
6682: null,
6683: wf_core.translate('GO'));
6684:
6685: htp.p('');
6686:
6687: htp.tableRowClose;
6688: htp.tableClose;
6689: wfa_sec.Footer;

Line 6687: htp.tableRowClose;

6683: wf_core.translate('GO'));
6684:
6685: htp.p('');
6686:
6687: htp.tableRowClose;
6688: htp.tableClose;
6689: wfa_sec.Footer;
6690: htp.htmlClose;
6691:

Line 6688: htp.tableClose;

6684:
6685: htp.p('');
6686:
6687: htp.tableRowClose;
6688: htp.tableClose;
6689: wfa_sec.Footer;
6690: htp.htmlClose;
6691:
6692: exception

Line 6690: htp.htmlClose;

6686:
6687: htp.tableRowClose;
6688: htp.tableClose;
6689: wfa_sec.Footer;
6690: htp.htmlClose;
6691:
6692: exception
6693: when others then
6694: rollback;

Line 6749: htp.htmlOpen;

6745: title := wf_core.translate('WFE_FIND_QUEUE_MESSAGES_TITLE');
6746: helptext := 'wf/links/t_f.htm?T_FDQMSG';
6747:
6748: -- Render page
6749: htp.htmlOpen;
6750:
6751: -- Set page title
6752: htp.headOpen;
6753: htp.title(title);

Line 6752: htp.headOpen;

6748: -- Render page
6749: htp.htmlOpen;
6750:
6751: -- Set page title
6752: htp.headOpen;
6753: htp.title(title);
6754: wfa_html.create_help_function(helptext);
6755: fnd_document_management.get_open_dm_display_window;
6756: htp.headClose;

Line 6753: htp.title(title);

6749: htp.htmlOpen;
6750:
6751: -- Set page title
6752: htp.headOpen;
6753: htp.title(title);
6754: wfa_html.create_help_function(helptext);
6755: fnd_document_management.get_open_dm_display_window;
6756: htp.headClose;
6757:

Line 6756: htp.headClose;

6752: htp.headOpen;
6753: htp.title(title);
6754: wfa_html.create_help_function(helptext);
6755: fnd_document_management.get_open_dm_display_window;
6756: htp.headClose;
6757:
6758: -- Page header
6759: wfa_sec.Header(FALSE, null, title, TRUE);
6760:

Line 6762: htp.formOpen(curl=>l_url,

6758: -- Page header
6759: wfa_sec.Header(FALSE, null, title, TRUE);
6760:
6761: -- Form
6762: htp.formOpen(curl=>l_url,
6763: cmethod=>'Post',
6764: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6765: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6766:

Line 6765: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

6761: -- Form
6762: htp.formOpen(curl=>l_url,
6763: cmethod=>'Post',
6764: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6765: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6766:
6767: -- Queue Name (pulldown list of Queue Names)
6768: htp.tableRowOpen;
6769: htp.tableData(cvalue=>'

Line 6768: htp.tableRowOpen;

6764: cattributes=>'NAME="WF_QUEUE_MESSAGE_FIND"');
6765: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6766:
6767: -- Queue Name (pulldown list of Queue Names)
6768: htp.tableRowOpen;
6769: htp.tableData(cvalue=>'',
6771: calign=>'right',
6772: cattributes=>'valign=middle id=""');

Line 6769: htp.tableData(cvalue=>'

6765: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');
6766:
6767: -- Queue Name (pulldown list of Queue Names)
6768: htp.tableRowOpen;
6769: htp.tableData(cvalue=>'6770: wf_core.translate('QUEUE_NAME') || '',
6771: calign=>'right',
6772: cattributes=>'valign=middle id=""');
6773: htp.p('');

Line 6773: htp.p('');

6769: htp.tableData(cvalue=>'',
6771: calign=>'right',
6772: cattributes=>'valign=middle id=""');
6773: htp.p('');
6774: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6775: for i in queues_cursor loop
6776: htp.formSelectOption(cvalue=>i.queue_name
6777: ,cattributes=>'value='||i.queue_name);

Line 6774: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');

6770: wf_core.translate('QUEUE_NAME') || '',
6771: calign=>'right',
6772: cattributes=>'valign=middle id=""');
6773: htp.p('');
6774: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6775: for i in queues_cursor loop
6776: htp.formSelectOption(cvalue=>i.queue_name
6777: ,cattributes=>'value='||i.queue_name);
6778: end loop;

Line 6776: htp.formSelectOption(cvalue=>i.queue_name

6772: cattributes=>'valign=middle id=""');
6773: htp.p('');
6774: htp.formSelectOpen(cname=>'p_queue_name',cattributes=>'id="i_queue_name"');
6775: for i in queues_cursor loop
6776: htp.formSelectOption(cvalue=>i.queue_name
6777: ,cattributes=>'value='||i.queue_name);
6778: end loop;
6779: htp.formSelectClose;
6780: htp.p('');

Line 6779: htp.formSelectClose;

6775: for i in queues_cursor loop
6776: htp.formSelectOption(cvalue=>i.queue_name
6777: ,cattributes=>'value='||i.queue_name);
6778: end loop;
6779: htp.formSelectClose;
6780: htp.p('');
6781: htp.tableRowClose;
6782:
6783: -- Message Id

Line 6780: htp.p('');

6776: htp.formSelectOption(cvalue=>i.queue_name
6777: ,cattributes=>'value='||i.queue_name);
6778: end loop;
6779: htp.formSelectClose;
6780: htp.p('');
6781: htp.tableRowClose;
6782:
6783: -- Message Id
6784: htp.tableRowOpen;

Line 6781: htp.tableRowClose;

6777: ,cattributes=>'value='||i.queue_name);
6778: end loop;
6779: htp.formSelectClose;
6780: htp.p('');
6781: htp.tableRowClose;
6782:
6783: -- Message Id
6784: htp.tableRowOpen;
6785: htp.tableData(cvalue=>'

Line 6784: htp.tableRowOpen;

6780: htp.p('');
6781: htp.tableRowClose;
6782:
6783: -- Message Id
6784: htp.tableRowOpen;
6785: htp.tableData(cvalue=>'',
6787: calign=>'Right', cattributes=>'id=""');
6788: htp.tableData(cvalue=>htf.formText(cname=>'p_message_id', csize=>40,

Line 6785: htp.tableData(cvalue=>'

6781: htp.tableRowClose;
6782:
6783: -- Message Id
6784: htp.tableRowOpen;
6785: htp.tableData(cvalue=>'6786: wf_core.translate('MESSAGEID') || '',
6787: calign=>'Right', cattributes=>'id=""');
6788: htp.tableData(cvalue=>htf.formText(cname=>'p_message_id', csize=>40,
6789: cmaxlength=>240,

Line 6788: htp.tableData(cvalue=>htf.formText(cname=>'p_message_id', csize=>40,

6784: htp.tableRowOpen;
6785: htp.tableData(cvalue=>'',
6787: calign=>'Right', cattributes=>'id=""');
6788: htp.tableData(cvalue=>htf.formText(cname=>'p_message_id', csize=>40,
6789: cmaxlength=>240,
6790: cattributes=>'id="i_message_id"'),
6791: calign=>'Left', cattributes=>'id=""');
6792: htp.tableRowClose;

Line 6792: htp.tableRowClose;

6788: htp.tableData(cvalue=>htf.formText(cname=>'p_message_id', csize=>40,
6789: cmaxlength=>240,
6790: cattributes=>'id="i_message_id"'),
6791: calign=>'Left', cattributes=>'id=""');
6792: htp.tableRowClose;
6793:
6794: -- Message Status
6795: template := htf.formSelectOpen('p_message_status',
6796: cattributes=>'id="i_message_status"')||wf_core.newline;

Line 6810: htp.tableRowOpen;

6806: htf.formSelectOption(wf_core.translate('EXPIRED'),
6807: null,'VALUE="EXPIRED"');
6808: template := template||wf_core.newline||htf.formSelectClose;
6809:
6810: htp.tableRowOpen;
6811: htp.tableData(cvalue=>'',
6813: calign=>'Right',cattributes=>'id=""');
6814: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

Line 6811: htp.tableData(cvalue=>'

6807: null,'VALUE="EXPIRED"');
6808: template := template||wf_core.newline||htf.formSelectClose;
6809:
6810: htp.tableRowOpen;
6811: htp.tableData(cvalue=>'6812: wf_core.translate('STATUS') || '',
6813: calign=>'Right',cattributes=>'id=""');
6814: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6815: htp.tableRowClose;

Line 6814: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');

6810: htp.tableRowOpen;
6811: htp.tableData(cvalue=>'',
6813: calign=>'Right',cattributes=>'id=""');
6814: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6815: htp.tableRowClose;
6816:
6817: htp.tableClose;
6818: htp.formClose;

Line 6815: htp.tableRowClose;

6811: htp.tableData(cvalue=>'',
6813: calign=>'Right',cattributes=>'id=""');
6814: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6815: htp.tableRowClose;
6816:
6817: htp.tableClose;
6818: htp.formClose;
6819: -- Add submit button

Line 6817: htp.tableClose;

6813: calign=>'Right',cattributes=>'id=""');
6814: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6815: htp.tableRowClose;
6816:
6817: htp.tableClose;
6818: htp.formClose;
6819: -- Add submit button
6820: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6821: htp.tableRowOpen;

Line 6818: htp.formClose;

6814: htp.tableData(cvalue=>template, calign=>'Left',cattributes=>'id=""');
6815: htp.tableRowClose;
6816:
6817: htp.tableClose;
6818: htp.formClose;
6819: -- Add submit button
6820: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6821: htp.tableRowOpen;
6822:

Line 6820: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');

6816:
6817: htp.tableClose;
6818: htp.formClose;
6819: -- Add submit button
6820: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6821: htp.tableRowOpen;
6822:
6823: htp.p('');
6824:

Line 6821: htp.tableRowOpen;

6817: htp.tableClose;
6818: htp.formClose;
6819: -- Add submit button
6820: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6821: htp.tableRowOpen;
6822:
6823: htp.p('');
6824:
6825: wfa_html.create_reg_button ('javascript:document.WF_QUEUE_MESSAGE_FIND.submit(

Line 6823: htp.p('');

6819: -- Add submit button
6820: htp.tableopen (calign=>'CENTER', cattributes=>'summary=""');
6821: htp.tableRowOpen;
6822:
6823: htp.p('');
6824:
6825: wfa_html.create_reg_button ('javascript:document.WF_QUEUE_MESSAGE_FIND.submit(
6826: )',
6827: wf_core.translate('GO'),

Line 6832: htp.p('');

6828: wfa_html.image_loc,
6829: null,
6830: wf_core.translate('GO'));
6831:
6832: htp.p('');
6833:
6834: htp.tableRowClose;
6835: htp.tableClose;
6836: wfa_sec.Footer;

Line 6834: htp.tableRowClose;

6830: wf_core.translate('GO'));
6831:
6832: htp.p('');
6833:
6834: htp.tableRowClose;
6835: htp.tableClose;
6836: wfa_sec.Footer;
6837: htp.htmlClose;
6838:

Line 6835: htp.tableClose;

6831:
6832: htp.p('');
6833:
6834: htp.tableRowClose;
6835: htp.tableClose;
6836: wfa_sec.Footer;
6837: htp.htmlClose;
6838:
6839: exception

Line 6837: htp.htmlClose;

6833:
6834: htp.tableRowClose;
6835: htp.tableClose;
6836: wfa_sec.Footer;
6837: htp.htmlClose;
6838:
6839: exception
6840: when others then
6841: rollback;

Line 6930: htp.htmlOpen;

6926: -- Check if Accessible
6927: wf_event_html.isAccessible('AGENTS');
6928:
6929: -- Set page title
6930: htp.htmlOpen;
6931: htp.headOpen;
6932: htp.p('');
6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
6934: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');

Line 6931: htp.headOpen;

6927: wf_event_html.isAccessible('AGENTS');
6928:
6929: -- Set page title
6930: htp.htmlOpen;
6931: htp.headOpen;
6932: htp.p('');
6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
6934: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
6935: htp.headClose;

Line 6932: htp.p('');

6928:
6929: -- Set page title
6930: htp.htmlOpen;
6931: htp.headOpen;
6932: htp.p('');
6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
6934: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
6935: htp.headClose;
6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);

Line 6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));

6929: -- Set page title
6930: htp.htmlOpen;
6931: htp.headOpen;
6932: htp.p('');
6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
6934: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
6935: htp.headClose;
6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);
6937: htp.br;

Line 6935: htp.headClose;

6931: htp.headOpen;
6932: htp.p('');
6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
6934: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
6935: htp.headClose;
6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);
6937: htp.br;
6938:
6939: IF (admin_mode = 'N') THEN

Line 6937: htp.br;

6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
6934: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
6935: htp.headClose;
6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);
6937: htp.br;
6938:
6939: IF (admin_mode = 'N') THEN
6940: htp.center(htf.bold(l_error_msg));
6941: return;

Line 6940: htp.center(htf.bold(l_error_msg));

6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);
6937: htp.br;
6938:
6939: IF (admin_mode = 'N') THEN
6940: htp.center(htf.bold(l_error_msg));
6941: return;
6942: END IF;
6943:
6944: -- Column headers

Line 6945: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"

6941: return;
6942: END IF;
6943:
6944: -- Column headers
6945: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"
6946: summary="' || wf_core.translate('WFQUEUE_MESSAGE_TITLE') || '"');
6947: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
6948:
6949:

Line 6947: htp.tableRowOpen(cattributes=>'bgcolor=#006699');

6943:
6944: -- Column headers
6945: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"
6946: summary="' || wf_core.translate('WFQUEUE_MESSAGE_TITLE') || '"');
6947: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
6948:
6949:
6950: htp.tableHeader(cvalue=>''||
6951: wf_core.translate('EVENTNAME')||'
',

Line 6950: htp.tableHeader(cvalue=>''||

6946: summary="' || wf_core.translate('WFQUEUE_MESSAGE_TITLE') || '"');
6947: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
6948:
6949:
6950: htp.tableHeader(cvalue=>''||
6951: wf_core.translate('EVENTNAME')||'',
6952: calign=>'Center',
6953: cattributes=>'id="' ||
6954: wf_core.translate('EVENTNAME') || '"');

Line 6955: htp.tableHeader(cvalue=>''||

6951: wf_core.translate('EVENTNAME')||'',
6952: calign=>'Center',
6953: cattributes=>'id="' ||
6954: wf_core.translate('EVENTNAME') || '"');
6955: htp.tableHeader(cvalue=>''||
6956: wf_core.translate('EVENTKEY')||'',
6957: calign=>'Center',
6958: cattributes=>'id="' ||
6959: wf_core.translate('EVENTKEY') || '"');

Line 6960: htp.tableHeader(cvalue=>''||

6956: wf_core.translate('EVENTKEY')||'',
6957: calign=>'Center',
6958: cattributes=>'id="' ||
6959: wf_core.translate('EVENTKEY') || '"');
6960: htp.tableHeader(cvalue=>''||
6961: wf_core.translate('WF_CORRELATION')||'',
6962: calign=>'Center',
6963: cattributes=>'id="' ||
6964: wf_core.translate('WF_CORRELATION') || '"');

Line 6965: htp.tableHeader(cvalue=>''||

6961: wf_core.translate('WF_CORRELATION')||'',
6962: calign=>'Center',
6963: cattributes=>'id="' ||
6964: wf_core.translate('WF_CORRELATION') || '"');
6965: htp.tableHeader(cvalue=>''||
6966: wf_core.translate('PARAMETERS')||'',
6967: calign=>'Center',
6968: cattributes=>'id="' ||
6969: wf_core.translate('PARAMETERS') || '"');

Line 6970: htp.tableHeader(cvalue=>''||

6966: wf_core.translate('PARAMETERS')||'',
6967: calign=>'Center',
6968: cattributes=>'id="' ||
6969: wf_core.translate('PARAMETERS') || '"');
6970: htp.tableHeader(cvalue=>''||
6971: wf_core.translate('FROMAGENTSYSTEM')||'',
6972: calign=>'Center',
6973: cattributes=>'id="' ||
6974: wf_core.translate('FROMAGENTSYSTEM') || '"');

Line 6975: htp.tableHeader(cvalue=>''||

6971: wf_core.translate('FROMAGENTSYSTEM')||'',
6972: calign=>'Center',
6973: cattributes=>'id="' ||
6974: wf_core.translate('FROMAGENTSYSTEM') || '"');
6975: htp.tableHeader(cvalue=>''||
6976: wf_core.translate('TOAGENTSYSTEM')||'',
6977: calign=>'Center',
6978: cattributes=>'id="' ||
6979: wf_core.translate('TOAGENTSYSTEM') || '"');

Line 6980: htp.tableHeader(cvalue=>''||

6976: wf_core.translate('TOAGENTSYSTEM')||'',
6977: calign=>'Center',
6978: cattributes=>'id="' ||
6979: wf_core.translate('TOAGENTSYSTEM') || '"');
6980: htp.tableHeader(cvalue=>''||
6981: wf_core.translate('WF_SEND_DATE')||'',
6982: calign=>'Center',
6983: cattributes=>'id="' ||
6984: wf_core.translate('WF_SEND_DATE') || '"');

Line 6985: htp.tableHeader(cvalue=>''||

6981: wf_core.translate('WF_SEND_DATE')||'',
6982: calign=>'Center',
6983: cattributes=>'id="' ||
6984: wf_core.translate('WF_SEND_DATE') || '"');
6985: htp.tableHeader(cvalue=>''||
6986: wf_core.translate('WFMON_ERROR_MESSAGE')||'',
6987: calign=>'Center',
6988: cattributes=>'id="' ||
6989: wf_core.translate('WFMON_ERROR_MESSAGE') || '"');

Line 6990: htp.tableHeader(cvalue=>''||

6986: wf_core.translate('WFMON_ERROR_MESSAGE')||'',
6987: calign=>'Center',
6988: cattributes=>'id="' ||
6989: wf_core.translate('WFMON_ERROR_MESSAGE') || '"');
6990: htp.tableHeader(cvalue=>''||
6991: wf_core.translate('WFMON_ERROR_STACK')||'',
6992: calign=>'Center',
6993: cattributes=>'id="' ||
6994: wf_core.translate('WFMON_ERROR_STACK') || '"');

Line 6995: htp.tableHeader(cvalue=>''||

6991: wf_core.translate('WFMON_ERROR_STACK')||'',
6992: calign=>'Center',
6993: cattributes=>'id="' ||
6994: wf_core.translate('WFMON_ERROR_STACK') || '"');
6995: htp.tableHeader(cvalue=>''||
6996: wf_core.translate('MESSAGESTATE')||'',
6997: calign=>'Center',
6998: cattributes=>'id="' ||
6999: wf_core.translate('MESSAGESTATE') || '"');

Line 7000: htp.tableHeader(cvalue=>''||

6996: wf_core.translate('MESSAGESTATE')||'',
6997: calign=>'Center',
6998: cattributes=>'id="' ||
6999: wf_core.translate('MESSAGESTATE') || '"');
7000: htp.tableHeader(cvalue=>''||
7001: wf_core.translate('XMLEVENTDATA')||'',
7002: calign=>'Center',
7003: cattributes=>'id="' ||
7004: wf_core.translate('XMLEVENTDATA') || '"');

Line 7006: htp.tableHeader(cvalue=>''||

7002: calign=>'Center',
7003: cattributes=>'id="' ||
7004: wf_core.translate('XMLEVENTDATA') || '"');
7005:
7006: htp.tableHeader(cvalue=>''||
7007: wf_core.translate('TXTEVENTDATA')||'',
7008: calign=>'Center',
7009: cattributes=>'id="' ||
7010: wf_core.translate('TXTEVENTDATA') || '"');

Line 7011: htp.tableRowClose;

7007: wf_core.translate('TXTEVENTDATA')||'',
7008: calign=>'Center',
7009: cattributes=>'id="' ||
7010: wf_core.translate('TXTEVENTDATA') || '"');
7011: htp.tableRowClose;
7012: htp.tableRowOpen;
7013: htp.tableRowClose;
7014:
7015: -- As per review comment running the sql for

Line 7012: htp.tableRowOpen;

7008: calign=>'Center',
7009: cattributes=>'id="' ||
7010: wf_core.translate('TXTEVENTDATA') || '"');
7011: htp.tableRowClose;
7012: htp.tableRowOpen;
7013: htp.tableRowClose;
7014:
7015: -- As per review comment running the sql for
7016: -- wf_agent wqueues alone

Line 7013: htp.tableRowClose;

7009: cattributes=>'id="' ||
7010: wf_core.translate('TXTEVENTDATA') || '"');
7011: htp.tableRowClose;
7012: htp.tableRowOpen;
7013: htp.tableRowClose;
7014:
7015: -- As per review comment running the sql for
7016: -- wf_agent wqueues alone
7017:

Line 7108: htp.tableRowOpen(null, 'TOP');

7104: OR l_eventname IS NULL)
7105: AND ( upper(l_eventkey) LIKE l_likeeventkey
7106: OR l_eventkey IS NULL ) THEN
7107:
7108: htp.tableRowOpen(null, 'TOP');
7109:
7110: htp.p('');
7111:
7112: IF l_EventName IS NULL THEN

Line 7110: htp.p('');

7106: OR l_eventkey IS NULL ) THEN
7107:
7108: htp.tableRowOpen(null, 'TOP');
7109:
7110: htp.p('');
7111:
7112: IF l_EventName IS NULL THEN
7113: l_EventName := ' ';
7114: END IF;

Line 7116: htp.tableData(l_EventName, 'left', cattributes=>'headers="' ||

7112: IF l_EventName IS NULL THEN
7113: l_EventName := ' ';
7114: END IF;
7115:
7116: htp.tableData(l_EventName, 'left', cattributes=>'headers="' ||
7117: wf_core.translate('EVENTNAME') || '"');
7118:
7119: IF l_eventkey IS NULL THEN
7120: l_eventkey := ' ';

Line 7123: htp.tableData(l_EventKey, 'left', cattributes=>'headers="' ||

7119: IF l_eventkey IS NULL THEN
7120: l_eventkey := ' ';
7121: END IF;
7122:
7123: htp.tableData(l_EventKey, 'left', cattributes=>'headers="' ||
7124: wf_core.translate('EVENTKEY') || '"');
7125:
7126: if l_message.Correlation_Id is not null then
7127: htp.tableData(l_message.GetCorrelationId(),'left', cattributes=>'headers="' || wf_core.translate('WF_CORRELATION') || '"');

Line 7127: htp.tableData(l_message.GetCorrelationId(),'left', cattributes=>'headers="' || wf_core.translate('WF_CORRELATION') || '"');

7123: htp.tableData(l_EventKey, 'left', cattributes=>'headers="' ||
7124: wf_core.translate('EVENTKEY') || '"');
7125:
7126: if l_message.Correlation_Id is not null then
7127: htp.tableData(l_message.GetCorrelationId(),'left', cattributes=>'headers="' || wf_core.translate('WF_CORRELATION') || '"');
7128: else
7129: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7130: end if;
7131:

Line 7129: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

7125:
7126: if l_message.Correlation_Id is not null then
7127: htp.tableData(l_message.GetCorrelationId(),'left', cattributes=>'headers="' || wf_core.translate('WF_CORRELATION') || '"');
7128: else
7129: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7130: end if;
7131:
7132: -- Display the Parameter List
7133: l_parmlist_t := l_message.getParameterList();

Line 7141: htp.tableData(l_parameters,'left',

7137: l_parameters := l_parameters||l_parmlist_t(i).getName()||'='||
7138: l_parmlist_t(i).getValue()||' ';
7139: i := l_parmlist_t.NEXT(i);
7140: end loop;
7141: htp.tableData(l_parameters,'left',
7142: cattributes=>'headers="' ||
7143: wf_core.translate('PARAMETERS') || '"');
7144: else
7145: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

Line 7145: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

7141: htp.tableData(l_parameters,'left',
7142: cattributes=>'headers="' ||
7143: wf_core.translate('PARAMETERS') || '"');
7144: else
7145: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7146: end if;
7147:
7148:
7149: if l_message.From_Agent is not null then

Line 7150: htp.tableData(l_message.GetFromAgent().GetName()||'@'

7146: end if;
7147:
7148:
7149: if l_message.From_Agent is not null then
7150: htp.tableData(l_message.GetFromAgent().GetName()||'@'
7151: ||l_message.GetFromAgent().GetSystem(), 'left',
7152: cattributes=>'headers="' ||
7153: wf_core.translate('FROMAGENTSYSTEM') || '"');
7154: else

Line 7155: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

7151: ||l_message.GetFromAgent().GetSystem(), 'left',
7152: cattributes=>'headers="' ||
7153: wf_core.translate('FROMAGENTSYSTEM') || '"');
7154: else
7155: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7156: end if;
7157:
7158: if l_message.To_Agent is not null then
7159: htp.tableData(l_message.GetToAgent().GetName()||'@'

Line 7159: htp.tableData(l_message.GetToAgent().GetName()||'@'

7155: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7156: end if;
7157:
7158: if l_message.To_Agent is not null then
7159: htp.tableData(l_message.GetToAgent().GetName()||'@'
7160: ||l_message.GetToAgent().GetSystem(), 'left',
7161: cattributes=>'headers="' ||
7162: wf_core.translate('TOAGENTSYSTEM') || '"');
7163: else

Line 7164: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

7160: ||l_message.GetToAgent().GetSystem(), 'left',
7161: cattributes=>'headers="' ||
7162: wf_core.translate('TOAGENTSYSTEM') || '"');
7163: else
7164: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7165: end if;
7166:
7167: if l_message.Send_Date is not null then
7168: htp.tableData(to_char(l_message.GetSendDate(),'DD-MON-YYYY HH24:MI:SS'),'left', cattributes=>'headers="' ||

Line 7168: htp.tableData(to_char(l_message.GetSendDate(),'DD-MON-YYYY HH24:MI:SS'),'left', cattributes=>'headers="' ||

7164: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7165: end if;
7166:
7167: if l_message.Send_Date is not null then
7168: htp.tableData(to_char(l_message.GetSendDate(),'DD-MON-YYYY HH24:MI:SS'),'left', cattributes=>'headers="' ||
7169: wf_core.translate('WF_SEND_DATE') || '"');
7170: else
7171: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7172: end if;

Line 7171: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

7167: if l_message.Send_Date is not null then
7168: htp.tableData(to_char(l_message.GetSendDate(),'DD-MON-YYYY HH24:MI:SS'),'left', cattributes=>'headers="' ||
7169: wf_core.translate('WF_SEND_DATE') || '"');
7170: else
7171: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7172: end if;
7173:
7174: if l_message.error_message is not null then
7175: htp.tableData(l_message.GetErrorMessage(),

Line 7175: htp.tableData(l_message.GetErrorMessage(),

7171: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7172: end if;
7173:
7174: if l_message.error_message is not null then
7175: htp.tableData(l_message.GetErrorMessage(),
7176: 'left', cattributes=>'headers="' ||
7177: wf_core.translate('WFMON_ERROR_MESSAGE') || '"');
7178: else
7179: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

Line 7179: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

7175: htp.tableData(l_message.GetErrorMessage(),
7176: 'left', cattributes=>'headers="' ||
7177: wf_core.translate('WFMON_ERROR_MESSAGE') || '"');
7178: else
7179: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7180: end if;
7181:
7182: if l_message.error_stack is not null then
7183: htp.tableData(l_message.GetErrorStack(),

Line 7183: htp.tableData(l_message.GetErrorStack(),

7179: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7180: end if;
7181:
7182: if l_message.error_stack is not null then
7183: htp.tableData(l_message.GetErrorStack(),
7184: 'left', cattributes=>'headers="' ||
7185: wf_core.translate('WFMON_ERROR_STACK') || '"');
7186: else
7187: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

Line 7187: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');

7183: htp.tableData(l_message.GetErrorStack(),
7184: 'left', cattributes=>'headers="' ||
7185: wf_core.translate('WFMON_ERROR_STACK') || '"');
7186: else
7187: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7188: end if;
7189:
7190: htp.tableData(l_charmsgstate,'center', cattributes=>'headers="' ||
7191: wf_core.translate('MESSAGESTATE') || '"');

Line 7190: htp.tableData(l_charmsgstate,'center', cattributes=>'headers="' ||

7186: else
7187: htp.tableData('&'||'nbsp','left',cattributes=>'headers=""');
7188: end if;
7189:
7190: htp.tableData(l_charmsgstate,'center', cattributes=>'headers="' ||
7191: wf_core.translate('MESSAGESTATE') || '"');
7192:
7193: l_eventdata := l_message.GetEventData();
7194:

Line 7195: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||

7191: wf_core.translate('MESSAGESTATE') || '"');
7192:
7193: l_eventdata := l_message.GetEventData();
7194:
7195: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
7196: '/wf_event_html.EventDataContents?p_message_id='||l_msg_id
7197: ||'&p_queue_table='||l_qtable||'&p_mimetype=text/xml',
7198: ctext=>'' || wf_core.translate('FIND') || ' 7199: BORDER=0>'),

Line 7202: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||

7198: ctext=>'' || wf_core.translate('FIND') || ' 7199: BORDER=0>'),
7200: 'center', cattributes=>'valign="MIDDLE"
7201: headers="' || wf_core.translate('XMLEVENTDATA') || '"');
7202: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
7203: '/wf_event_html.EventDataContents?p_message_id='||l_msg_id
7204: ||'&p_queue_table='||l_qtable||'&p_mimetype=text',
7205: ctext=>'' || wf_core.translate('FIND') || ' 7206: BORDER=0>'),

Line 7215: htp.tableclose;

7211:
7212: END LOOP;
7213: CLOSE l_qcontents;
7214:
7215: htp.tableclose;
7216:
7217: htp.br;
7218:
7219: wfa_sec.Footer;

Line 7217: htp.br;

7213: CLOSE l_qcontents;
7214:
7215: htp.tableclose;
7216:
7217: htp.br;
7218:
7219: wfa_sec.Footer;
7220:
7221: htp.htmlClose;

Line 7221: htp.htmlClose;

7217: htp.br;
7218:
7219: wfa_sec.Footer;
7220:
7221: htp.htmlClose;
7222:
7223: exception
7224: when others then
7225: rollback;

Line 7391: htp.p(l_messagedata);

7387:
7388: l_messagedata := dbms_lob.substr(l_clob, l_amounttoread,
7389: l_beginposition);
7390:
7391: htp.p(l_messagedata);
7392:
7393: l_beginposition := l_endposition + 1;
7394:
7395: END LOOP;

Line 7413: htp.p(l_messagedata);

7409: exception
7410: when NO_DATA_FOUND then
7411: exit;
7412: end;
7413: htp.p(l_messagedata);
7414: l_beginposition := (l_amounttoread*l_counter) + 1;
7415: END LOOP;
7416: END IF;
7417: ELSE

Line 7418: htp.p(wf_Core.translate('NO_MESSAGE_FOUND'));

7414: l_beginposition := (l_amounttoread*l_counter) + 1;
7415: END LOOP;
7416: END IF;
7417: ELSE
7418: htp.p(wf_Core.translate('NO_MESSAGE_FOUND'));
7419: END IF;
7420: exception
7421: when others then
7422: rollback;

Line 7503: htp.p(l_messagedata);

7499:
7500: l_messagedata := dbms_lob.substr(l_eventdata, l_amounttoread,
7501: l_beginposition);
7502:
7503: htp.p(l_messagedata);
7504:
7505: l_beginposition := l_endposition + 1;
7506:
7507: END LOOP;

Line 7525: htp.p(l_messagedata);

7521: exception
7522: when NO_DATA_FOUND then
7523: exit;
7524: end;
7525: htp.p(l_messagedata);
7526: l_beginposition := (l_amounttoread*l_counter) + 1;
7527: END LOOP;
7528: END IF;
7529: ELSE

Line 7530: htp.p(wf_Core.translate('NO_MESSAGE_FOUND'));

7526: l_beginposition := (l_amounttoread*l_counter) + 1;
7527: END LOOP;
7528: END IF;
7529: ELSE
7530: htp.p(wf_Core.translate('NO_MESSAGE_FOUND'));
7531: END IF;
7532:
7533: EXCEPTION
7534: WHEN OTHERS THEN