DBA Data[Home] [Help]

APPS.WF_EVENT_HTML dependencies on HTF

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 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 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 1742: ||htf.formTextareaClose,

1738: ncolumns=>60,
1739: cwrap=>'SOFT',
1740: cattributes=>'maxlength=2000 id="i_description"')
1741: ||l_desc
1742: ||htf.formTextareaClose,
1743: calign=>'Left',cattributes=>'id=""');
1744: htp.tableRowClose;
1745:
1746: -- Type

Line 1751: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')

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||
1753: htf.formSelectOption(wf_core.translate('ENABLED'),
1754: select_enable,'VALUE="ENABLED"')
1755: ||wf_core.newline||

Line 1753: htf.formSelectOption(wf_core.translate('ENABLED'),

1749:
1750: -- Status
1751: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')
1752: ||wf_core.newline||
1753: htf.formSelectOption(wf_core.translate('ENABLED'),
1754: select_enable,'VALUE="ENABLED"')
1755: ||wf_core.newline||
1756: htf.formSelectOption(wf_core.translate('DISABLED'),
1757: select_disable,'VALUE="DISABLED"')

Line 1756: htf.formSelectOption(wf_core.translate('DISABLED'),

1752: ||wf_core.newline||
1753: htf.formSelectOption(wf_core.translate('ENABLED'),
1754: select_enable,'VALUE="ENABLED"')
1755: ||wf_core.newline||
1756: htf.formSelectOption(wf_core.translate('DISABLED'),
1757: select_disable,'VALUE="DISABLED"')
1758: ||wf_core.newline||
1759: htf.formSelectClose;
1760: htp.tableRowOpen;

Line 1759: htf.formSelectClose;

1755: ||wf_core.newline||
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=""');

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 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 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 1807: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')

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"')
1808: ||wf_core.newline||
1809: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
1810: select_custom_core,'VALUE="C"')
1811: ||wf_core.newline||

Line 1809: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),

1805: -- Customization Level
1806: if wf_events_pkg.g_Mode = 'FORCE' then
1807: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')
1808: ||wf_core.newline||
1809: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
1810: select_custom_core,'VALUE="C"')
1811: ||wf_core.newline||
1812: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),
1813: select_custom_limit,'VALUE="L"')

Line 1812: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),

1808: ||wf_core.newline||
1809: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
1810: select_custom_core,'VALUE="C"')
1811: ||wf_core.newline||
1812: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),
1813: select_custom_limit,'VALUE="L"')
1814: ||wf_core.newline||
1815: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_U'),
1816: select_custom_user,'VALUE="U"')

Line 1815: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_U'),

1811: ||wf_core.newline||
1812: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),
1813: select_custom_limit,'VALUE="L"')
1814: ||wf_core.newline||
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;

Line 1818: htf.formSelectClose;

1814: ||wf_core.newline||
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=""');

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 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 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 2456: ||htf.formTextareaClose,

2452: cwrap=>'SOFT',
2453: cattributes=>'maxlength=2000
2454: id="i_description"')
2455: ||l_desc
2456: ||htf.formTextareaClose,
2457: calign=>'Left',
2458: cattributes=>'id=""');
2459: htp.tableRowClose;
2460:

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 2682:   htp.tableData(cvalue=>htf.formText(cname=>'h_name', csize=>60,<br>
</h5><p>
2678:   htp.tableRowOpen;<br>
2679:   htp.tableData(cvalue=>'<LABEL FOR=' ||
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,
2684: cattributes=>'id="i_name"'),
2685: calign=>'Left',cattributes=>'id=""');
2686: htp.tableRowClose;

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 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 2711: ||htf.formTextareaClose,

2707: ncolumns=>60,
2708: cwrap=>'SOFT',
2709: cattributes=>'maxlength=2000 id="i_description"')
2710: ||l_desc
2711: ||htf.formTextareaClose,
2712: calign=>'Left',cattributes=>'id=""');
2713: htp.tableRowClose;
2714:
2715: -- Protocol

Line 2716: template := htf.formSelectOpen('h_protocol',cattributes=>'id="i_protocol"')

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;
2718: for prtr in protocurs loop
2719: if (h_guid is not null and l_protocol is not null) then
2720: if (prtr.lookup_code = l_protocol) then

Line 2721: template := template||htf.formSelectOption(prtr.meaning, 'SELECTED',

2717: ||wf_core.newline;
2718: for prtr in protocurs loop
2719: if (h_guid is not null and l_protocol is not null) then
2720: if (prtr.lookup_code = l_protocol) then
2721: template := template||htf.formSelectOption(prtr.meaning, 'SELECTED',
2722: 'VALUE="'||prtr.lookup_code||'"')||wf_core.newline;
2723: selected := TRUE;
2724: else
2725: template := template||htf.formSelectOption(prtr.meaning, '',

Line 2725: template := template||htf.formSelectOption(prtr.meaning, '',

2721: template := template||htf.formSelectOption(prtr.meaning, 'SELECTED',
2722: 'VALUE="'||prtr.lookup_code||'"')||wf_core.newline;
2723: selected := TRUE;
2724: else
2725: template := template||htf.formSelectOption(prtr.meaning, '',
2726: 'VALUE="'||prtr.lookup_code||'"')||wf_core.newline;
2727: end if;
2728: else
2729: if (not selected) then

Line 2730: template := template||htf.formSelectOption(prtr.meaning, 'SELECTED',

2726: 'VALUE="'||prtr.lookup_code||'"')||wf_core.newline;
2727: end if;
2728: else
2729: if (not selected) then
2730: template := template||htf.formSelectOption(prtr.meaning, 'SELECTED',
2731: 'VALUE="'||prtr.lookup_code||'"')||wf_core.newline;
2732: selected := TRUE;
2733: else
2734: template := template||htf.formSelectOption(prtr.meaning, '',

Line 2734: template := template||htf.formSelectOption(prtr.meaning, '',

2730: template := template||htf.formSelectOption(prtr.meaning, 'SELECTED',
2731: 'VALUE="'||prtr.lookup_code||'"')||wf_core.newline;
2732: selected := TRUE;
2733: else
2734: template := template||htf.formSelectOption(prtr.meaning, '',
2735: 'VALUE="'||prtr.lookup_code||'"')||wf_core.newline;
2736: end if;
2737: end if;
2738: end loop;

Line 2742: template := template||htf.formSelectOption(l_protocol, 'SELECTED',

2738: end loop;
2739: -- if it is still not selected, this must be a custom code not yet in
2740: -- WF_AQ_PROTOCOLS, preserve it.
2741: if (not selected) then
2742: template := template||htf.formSelectOption(l_protocol, 'SELECTED',
2743: 'VALUE="'||l_protocol||'"')||wf_core.newline;
2744: selected := TRUE;
2745: end if;
2746: template := template||htf.formSelectClose;

Line 2746: template := template||htf.formSelectClose;

2742: template := template||htf.formSelectOption(l_protocol, 'SELECTED',
2743: 'VALUE="'||l_protocol||'"')||wf_core.newline;
2744: selected := TRUE;
2745: end if;
2746: template := template||htf.formSelectClose;
2747:
2748: htp.tableRowOpen;
2749: htp.tableData(cvalue=>'',

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 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 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||'' ||
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,
2806: cattributes=>'id="i_queue_handler"'),
2807: calign=>'Left',cattributes=>'id=""');
2808: htp.tableRowClose;

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 2822: template := htf.formSelectOpen('h_direction', cattributes=>'id="i_direction"')||wf_core.newline||

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: /*
2824: htf.formSelectOption(wf_core.translate('ANY'),
2825: select_any,'VALUE="ANY"')
2826: ||wf_core.newline||

Line 2824: htf.formSelectOption(wf_core.translate('ANY'),

2820:
2821: -- Direction
2822: template := htf.formSelectOpen('h_direction', cattributes=>'id="i_direction"')||wf_core.newline||
2823: /*
2824: htf.formSelectOption(wf_core.translate('ANY'),
2825: select_any,'VALUE="ANY"')
2826: ||wf_core.newline||
2827: */
2828: htf.formSelectOption(wf_core.translate('IN'),

Line 2828: htf.formSelectOption(wf_core.translate('IN'),

2824: htf.formSelectOption(wf_core.translate('ANY'),
2825: select_any,'VALUE="ANY"')
2826: ||wf_core.newline||
2827: */
2828: htf.formSelectOption(wf_core.translate('IN'),
2829: select_in,'VALUE="IN"')
2830: ||wf_core.newline||
2831: htf.formSelectOption(wf_core.translate('OUT'),
2832: select_out,'VALUE="OUT"')

Line 2831: htf.formSelectOption(wf_core.translate('OUT'),

2827: */
2828: htf.formSelectOption(wf_core.translate('IN'),
2829: select_in,'VALUE="IN"')
2830: ||wf_core.newline||
2831: htf.formSelectOption(wf_core.translate('OUT'),
2832: select_out,'VALUE="OUT"')
2833: ||wf_core.newline||
2834: htf.formSelectClose;
2835: htp.tableRowOpen;

Line 2834: htf.formSelectClose;

2830: ||wf_core.newline||
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=""');

Line 2843: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')

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||
2845: htf.formSelectOption(wf_core.translate('ENABLED'),
2846: select_enable,'VALUE="ENABLED"')||
2847: wf_core.newline||

Line 2845: htf.formSelectOption(wf_core.translate('ENABLED'),

2841:
2842: -- Status
2843: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')
2844: ||wf_core.newline||
2845: htf.formSelectOption(wf_core.translate('ENABLED'),
2846: select_enable,'VALUE="ENABLED"')||
2847: wf_core.newline||
2848: htf.formSelectOption(wf_core.translate('DISABLED'),
2849: select_disable,'VALUE="DISABLED"')

Line 2848: htf.formSelectOption(wf_core.translate('DISABLED'),

2844: ||wf_core.newline||
2845: htf.formSelectOption(wf_core.translate('ENABLED'),
2846: select_enable,'VALUE="ENABLED"')||
2847: wf_core.newline||
2848: htf.formSelectOption(wf_core.translate('DISABLED'),
2849: select_disable,'VALUE="DISABLED"')
2850: ||wf_core.newline||
2851: htf.formSelectClose;
2852: htp.tableRowOpen;

Line 2851: htf.formSelectClose;

2847: wf_core.newline||
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=""');

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

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||
3348: htf.formSelectOption(wf_core.translate('LOCAL'),
3349: select_local,'VALUE="LOCAL"')
3350: ||wf_core.newline||

Line 3348: htf.formSelectOption(wf_core.translate('LOCAL'),

3344:
3345: -- Source Type
3346: template := htf.formSelectOpen('h_source_type',cattributes=>'id="i_source_type"')
3347: ||wf_core.newline||
3348: htf.formSelectOption(wf_core.translate('LOCAL'),
3349: select_local,'VALUE="LOCAL"')
3350: ||wf_core.newline||
3351: htf.formSelectOption(wf_core.translate('EXTERNAL'),
3352: select_external,'VALUE="EXTERNAL"')

Line 3351: htf.formSelectOption(wf_core.translate('EXTERNAL'),

3347: ||wf_core.newline||
3348: htf.formSelectOption(wf_core.translate('LOCAL'),
3349: select_local,'VALUE="LOCAL"')
3350: ||wf_core.newline||
3351: htf.formSelectOption(wf_core.translate('EXTERNAL'),
3352: select_external,'VALUE="EXTERNAL"')
3353: ||wf_core.newline||
3354: htf.formSelectOption(wf_core.translate('ERROR'),
3355: select_error,'VALUE="ERROR"')

Line 3354: htf.formSelectOption(wf_core.translate('ERROR'),

3350: ||wf_core.newline||
3351: htf.formSelectOption(wf_core.translate('EXTERNAL'),
3352: select_external,'VALUE="EXTERNAL"')
3353: ||wf_core.newline||
3354: htf.formSelectOption(wf_core.translate('ERROR'),
3355: select_error,'VALUE="ERROR"')
3356: ||wf_core.newline||
3357: htf.formSelectClose;
3358: htp.tableRowOpen;

Line 3357: htf.formSelectClose;

3353: ||wf_core.newline||
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=""');

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||' 3419: '
'||
3420: ''||<br>
3421:                   l_message||'' ||
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),
3441: cattributes=>'id="i_phase"'),
3442: calign=>'Left',cattributes=>'id=""');
3443: htp.tableRowClose;

Line 3446: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')

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||
3448: htf.formSelectOption(wf_core.translate('ENABLED'),
3449: select_enable,'VALUE="ENABLED"')
3450: ||wf_core.newline||

Line 3448: htf.formSelectOption(wf_core.translate('ENABLED'),

3444:
3445: -- Status
3446: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')
3447: ||wf_core.newline||
3448: htf.formSelectOption(wf_core.translate('ENABLED'),
3449: select_enable,'VALUE="ENABLED"')
3450: ||wf_core.newline||
3451: htf.formSelectOption(wf_core.translate('DISABLED'),
3452: select_disable,'VALUE="DISABLED"')

Line 3451: htf.formSelectOption(wf_core.translate('DISABLED'),

3447: ||wf_core.newline||
3448: htf.formSelectOption(wf_core.translate('ENABLED'),
3449: select_enable,'VALUE="ENABLED"')
3450: ||wf_core.newline||
3451: htf.formSelectOption(wf_core.translate('DISABLED'),
3452: select_disable,'VALUE="DISABLED"')
3453: ||wf_core.newline||
3454: htf.formSelectClose;
3455: htp.tableRowOpen;

Line 3454: htf.formSelectClose;

3450: ||wf_core.newline||
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=""');

Line 3463: template := htf.formSelectOpen('h_rule_data',cattributes=>'id="i_rule_data"')

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||
3465: htf.formSelectOption(wf_core.translate('KEY'),
3466: select_key,'VALUE="KEY"')
3467: ||wf_core.newline||

Line 3465: htf.formSelectOption(wf_core.translate('KEY'),

3461:
3462: -- Rule Data
3463: template := htf.formSelectOpen('h_rule_data',cattributes=>'id="i_rule_data"')
3464: ||wf_core.newline||
3465: htf.formSelectOption(wf_core.translate('KEY'),
3466: select_key,'VALUE="KEY"')
3467: ||wf_core.newline||
3468: htf.formSelectOption(wf_core.translate('MESSAGE'),
3469: select_message,'VALUE="MESSAGE"')

Line 3468: htf.formSelectOption(wf_core.translate('MESSAGE'),

3464: ||wf_core.newline||
3465: htf.formSelectOption(wf_core.translate('KEY'),
3466: select_key,'VALUE="KEY"')
3467: ||wf_core.newline||
3468: htf.formSelectOption(wf_core.translate('MESSAGE'),
3469: select_message,'VALUE="MESSAGE"')
3470: ||wf_core.newline||
3471: htf.formSelectClose;
3472: htp.tableRowOpen;

Line 3471: htf.formSelectClose;

3467: ||wf_core.newline||
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=""');

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 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 3550:   htp.tableData(cvalue=>htf.formText(cname=>'h_wfpname', csize=>30,<br>
</h5><p>
3546:            '&p_param1=top.opener.parent.document.WF_SUBSC_EDIT.h_wfptype.value',<br>
3547:            ' ', '%20')||''''||',500,500)';<br>
3548: <br>
3549:   -- print everything together so there is no gap.<br>
<b>3550:   htp.tableData(cvalue=>htf.formText(cname=>'h_wfpname', csize=>30,<br>
</b>3551:                                      cmaxlength=>30, cvalue=>l_wfpname,<br>
3552:                 cattributes=>'id= 3553: '
'||
3554: ''||<br>
</p>
<h5>Line 3584:   htp.tabledata(htf.formText(cname=>'display_out_agent', csize=>60,<br>
</h5><p>
3580:            '&p_param2=top.opener.parent.document.WF_SUBSC_EDIT.display_system.value',<br>
3581:            ' ', '%20')||''''||',500,500)';<br>
3582: <br>
3583:   -- print everything together so there is no gap.<br>
<b>3584:   htp.tabledata(htf.formText(cname=>'display_out_agent', csize=>60,<br>
</b>3585:                 cmaxlength=>240,<br>
3586:                 cattributes=>'id= 3587: '
'||
3588: ''||<br>
</p>
<h5>Line 3617:   htp.tabledata(htf.formText(cname=>'display_to_agent', csize=>60,<br>
</h5><p>
3613:            '&p_param1=top.opener.parent.document.WF_HIDDEN.h_in.value',<br>
3614:            ' ', '%20')||''''||',500,500)';<br>
3615: <br>
3616:   -- print everything together so there is no gap.<br>
<b>3617:   htp.tabledata(htf.formText(cname=>'display_to_agent', csize=>60,<br>
</b>3618:                 cmaxlength=>240,<br>
3619:               cattributes=>'id= 3620: '
'||
3621: ''||<br>
</p>
<h5>Line 3629:   template := htf.formSelectOpen('h_priority',cattributes=>'id=

3625:
3626: htp.tableRowClose;
3627:
3628: -- Priority
3629: template := htf.formSelectOpen('h_priority',cattributes=>'id="i_priority"')
3630: ||wf_core.newline||
3631: htf.formSelectOption(wf_core.translate('NORMAL'),
3632: select_normal,'VALUE='||l_normal)
3633: ||wf_core.newline||

Line 3631: htf.formSelectOption(wf_core.translate('NORMAL'),

3627:
3628: -- Priority
3629: template := htf.formSelectOpen('h_priority',cattributes=>'id="i_priority"')
3630: ||wf_core.newline||
3631: htf.formSelectOption(wf_core.translate('NORMAL'),
3632: select_normal,'VALUE='||l_normal)
3633: ||wf_core.newline||
3634: htf.formSelectOption(wf_core.translate('HIGH'),
3635: select_high,'VALUE='||l_high)

Line 3634: htf.formSelectOption(wf_core.translate('HIGH'),

3630: ||wf_core.newline||
3631: htf.formSelectOption(wf_core.translate('NORMAL'),
3632: select_normal,'VALUE='||l_normal)
3633: ||wf_core.newline||
3634: htf.formSelectOption(wf_core.translate('HIGH'),
3635: select_high,'VALUE='||l_high)
3636: ||wf_core.newline||
3637: htf.formSelectOption(wf_core.translate('LOW'),
3638: select_low,'VALUE='||l_low)

Line 3637: htf.formSelectOption(wf_core.translate('LOW'),

3633: ||wf_core.newline||
3634: htf.formSelectOption(wf_core.translate('HIGH'),
3635: select_high,'VALUE='||l_high)
3636: ||wf_core.newline||
3637: htf.formSelectOption(wf_core.translate('LOW'),
3638: select_low,'VALUE='||l_low)
3639: ||wf_core.newline||
3640: htf.formSelectClose;
3641: htp.tableRowOpen;

Line 3640: htf.formSelectClose;

3636: ||wf_core.newline||
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=""');

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 3661: ||htf.formTextareaClose,

3657: cwrap=>'SOFT',
3658: cattributes=>'maxlength=4000
3659: id="i_parameters"')
3660: ||l_param
3661: ||htf.formTextareaClose,
3662: calign=>'Left',cattributes=>'id=""');
3663: htp.tableRowClose;
3664:
3665: -- Documentation

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 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 3696: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')

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"')
3697: ||wf_core.newline||
3698: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
3699: select_custom_core,'VALUE="C"')
3700: ||wf_core.newline||

Line 3698: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),

3694: -- Customization Level
3695: if wf_events_pkg.g_Mode = 'FORCE' then
3696: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')
3697: ||wf_core.newline||
3698: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
3699: select_custom_core,'VALUE="C"')
3700: ||wf_core.newline||
3701: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),
3702: select_custom_limit,'VALUE="L"')

Line 3701: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),

3697: ||wf_core.newline||
3698: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
3699: select_custom_core,'VALUE="C"')
3700: ||wf_core.newline||
3701: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),
3702: select_custom_limit,'VALUE="L"')
3703: ||wf_core.newline||
3704: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_U'),
3705: select_custom_user,'VALUE="U"')

Line 3704: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_U'),

3700: ||wf_core.newline||
3701: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),
3702: select_custom_limit,'VALUE="L"')
3703: ||wf_core.newline||
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;

Line 3707: htf.formSelectClose;

3703: ||wf_core.newline||
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=""');

Line 3716: template := htf.formSelectOpen('h_custom_level',cattributes=>'id="i_custom_level"')

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||
3718: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
3719: select_custom_core,'VALUE="C"')
3720: ||wf_core.newline||

Line 3718: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),

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||
3718: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
3719: select_custom_core,'VALUE="C"')
3720: ||wf_core.newline||
3721: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),
3722: select_custom_limit,'VALUE="L"')

Line 3721: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_L'),

3717: ||wf_core.newline||
3718: htf.formSelectOption(wf_core.translate('WFE_CUSTOM_LEVEL_C'),
3719: select_custom_core,'VALUE="C"')
3720: ||wf_core.newline||
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;

Line 3724: htf.formSelectClose;

3720: ||wf_core.newline||
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=""');

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 3753: ||htf.formTextareaClose,

3749: ncolumns=>60,
3750: cwrap=>'SOFT',
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

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 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 4447: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')

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;
4449:
4450: if (h_status = '*') then
4451: template := template||htf.formSelectOption(wf_core.translate('ANY'),

Line 4451: template := template||htf.formSelectOption(wf_core.translate('ANY'),

4447: template := htf.formSelectOpen('h_status',cattributes=>'id="i_status"')
4448: ||wf_core.newline;
4449:
4450: if (h_status = '*') then
4451: template := template||htf.formSelectOption(wf_core.translate('ANY'),
4452: 'SELECTED','VALUE="*"')||wf_core.newline;
4453: selected := TRUE;
4454: else
4455: template := template||htf.formSelectOption(wf_core.translate('ANY'),

Line 4455: template := template||htf.formSelectOption(wf_core.translate('ANY'),

4451: template := template||htf.formSelectOption(wf_core.translate('ANY'),
4452: 'SELECTED','VALUE="*"')||wf_core.newline;
4453: selected := TRUE;
4454: else
4455: template := template||htf.formSelectOption(wf_core.translate('ANY'),
4456: null,'VALUE="*"')||wf_core.newline;
4457: end if;
4458: if (h_status = 'ENABLED') then
4459: template := template||htf.formSelectOption(wf_core.translate('ENABLED'),

Line 4459: template := template||htf.formSelectOption(wf_core.translate('ENABLED'),

4455: template := template||htf.formSelectOption(wf_core.translate('ANY'),
4456: null,'VALUE="*"')||wf_core.newline;
4457: end if;
4458: if (h_status = 'ENABLED') then
4459: template := template||htf.formSelectOption(wf_core.translate('ENABLED'),
4460: 'SELECTED','VALUE="ENABLED"')||wf_core.newline;
4461: selected := TRUE;
4462: else
4463: template := template||htf.formSelectOption(wf_core.translate('ENABLED'),

Line 4463: template := template||htf.formSelectOption(wf_core.translate('ENABLED'),

4459: template := template||htf.formSelectOption(wf_core.translate('ENABLED'),
4460: 'SELECTED','VALUE="ENABLED"')||wf_core.newline;
4461: selected := TRUE;
4462: else
4463: template := template||htf.formSelectOption(wf_core.translate('ENABLED'),
4464: null,'VALUE="ENABLED"')||wf_core.newline;
4465: end if;
4466: if (selected) then
4467: template := template||htf.formSelectOption(wf_core.translate('DISABLED'),

Line 4467: template := template||htf.formSelectOption(wf_core.translate('DISABLED'),

4463: template := template||htf.formSelectOption(wf_core.translate('ENABLED'),
4464: null,'VALUE="ENABLED"')||wf_core.newline;
4465: end if;
4466: if (selected) then
4467: template := template||htf.formSelectOption(wf_core.translate('DISABLED'),
4468: null,'VALUE="DISABLED"');
4469: else
4470: template := template||htf.formSelectOption(wf_core.translate('DISABLED'),
4471: 'SELECTED','VALUE="DISABLED"');

Line 4470: template := template||htf.formSelectOption(wf_core.translate('DISABLED'),

4466: if (selected) then
4467: template := template||htf.formSelectOption(wf_core.translate('DISABLED'),
4468: null,'VALUE="DISABLED"');
4469: else
4470: template := template||htf.formSelectOption(wf_core.translate('DISABLED'),
4471: 'SELECTED','VALUE="DISABLED"');
4472: selected := TRUE;
4473: end if;
4474: template := template||wf_core.newline||htf.formSelectClose;

Line 4474: template := template||wf_core.newline||htf.formSelectClose;

4470: template := template||htf.formSelectOption(wf_core.translate('DISABLED'),
4471: 'SELECTED','VALUE="DISABLED"');
4472: selected := TRUE;
4473: end if;
4474: template := template||wf_core.newline||htf.formSelectClose;
4475:
4476: htp.tableRowOpen;
4477: htp.tableData(cvalue=>'',

Line 4487: template := htf.formSelectOpen('h_type',cattributes=>'id="i_type"')

4483: -- Type
4484: -- This is a regular find, allow select of type.
4485: -- Type can only be EVENT for "Add to Group".
4486: if (x_gguid is null) then
4487: template := htf.formSelectOpen('h_type',cattributes=>'id="i_type"')
4488: ||wf_core.newline||
4489: htf.formSelectOption(wf_core.translate('ANY'),
4490: 'SELECTED','VALUE="*"')
4491: ||wf_core.newline||

Line 4489: htf.formSelectOption(wf_core.translate('ANY'),

4485: -- Type can only be EVENT for "Add to Group".
4486: if (x_gguid is null) then
4487: template := htf.formSelectOpen('h_type',cattributes=>'id="i_type"')
4488: ||wf_core.newline||
4489: htf.formSelectOption(wf_core.translate('ANY'),
4490: 'SELECTED','VALUE="*"')
4491: ||wf_core.newline||
4492: htf.formSelectOption(wf_core.translate('EVENT'),
4493: null,'VALUE="EVENT"')

Line 4492: htf.formSelectOption(wf_core.translate('EVENT'),

4488: ||wf_core.newline||
4489: htf.formSelectOption(wf_core.translate('ANY'),
4490: 'SELECTED','VALUE="*"')
4491: ||wf_core.newline||
4492: htf.formSelectOption(wf_core.translate('EVENT'),
4493: null,'VALUE="EVENT"')
4494: ||wf_core.newline||
4495: htf.formSelectOption(wf_core.translate('GROUP'),
4496: null,'VALUE="GROUP"')

Line 4495: htf.formSelectOption(wf_core.translate('GROUP'),

4491: ||wf_core.newline||
4492: htf.formSelectOption(wf_core.translate('EVENT'),
4493: null,'VALUE="EVENT"')
4494: ||wf_core.newline||
4495: htf.formSelectOption(wf_core.translate('GROUP'),
4496: null,'VALUE="GROUP"')
4497: ||wf_core.newline||
4498: htf.formSelectClose;
4499: htp.tableRowOpen;

Line 4498: htf.formSelectClose;

4494: ||wf_core.newline||
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=""');

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 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=' ||
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,
6463: cattributes=>'id="i_event_name"'),
6464: calign=>'Left', cattributes=>'id=""');
6465: htp.tableRowClose;

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 6479: template := htf.formSelectOpen('p_message_status',

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;
6481:
6482: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6483: null,'VALUE="ANY"')||wf_core.newline||

Line 6482: template := template||htf.formSelectOption(wf_core.translate('ANY'),

6478: -- Message Status
6479: template := htf.formSelectOpen('p_message_status',
6480: cattributes=>'id="i_message_status"')||wf_core.newline;
6481:
6482: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6483: null,'VALUE="ANY"')||wf_core.newline||
6484: htf.formSelectOption(wf_core.translate('READY'),
6485: 'SELECTED','VALUE="READY"')||wf_core.newline||
6486: htf.formSelectOption(wf_core.translate('WAIT'),

Line 6484: htf.formSelectOption(wf_core.translate('READY'),

6480: cattributes=>'id="i_message_status"')||wf_core.newline;
6481:
6482: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6483: null,'VALUE="ANY"')||wf_core.newline||
6484: htf.formSelectOption(wf_core.translate('READY'),
6485: 'SELECTED','VALUE="READY"')||wf_core.newline||
6486: htf.formSelectOption(wf_core.translate('WAIT'),
6487: null,'VALUE="WAIT"')||wf_core.newline||
6488: htf.formSelectOption(wf_core.translate('PROCESSED'),

Line 6486: htf.formSelectOption(wf_core.translate('WAIT'),

6482: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6483: null,'VALUE="ANY"')||wf_core.newline||
6484: htf.formSelectOption(wf_core.translate('READY'),
6485: 'SELECTED','VALUE="READY"')||wf_core.newline||
6486: htf.formSelectOption(wf_core.translate('WAIT'),
6487: null,'VALUE="WAIT"')||wf_core.newline||
6488: htf.formSelectOption(wf_core.translate('PROCESSED'),
6489: null,'VALUE="PROCESSED"')||wf_core.newline||
6490: htf.formSelectOption(wf_core.translate('EXPIRED'),

Line 6488: htf.formSelectOption(wf_core.translate('PROCESSED'),

6484: htf.formSelectOption(wf_core.translate('READY'),
6485: 'SELECTED','VALUE="READY"')||wf_core.newline||
6486: htf.formSelectOption(wf_core.translate('WAIT'),
6487: null,'VALUE="WAIT"')||wf_core.newline||
6488: htf.formSelectOption(wf_core.translate('PROCESSED'),
6489: null,'VALUE="PROCESSED"')||wf_core.newline||
6490: htf.formSelectOption(wf_core.translate('EXPIRED'),
6491: null,'VALUE="EXPIRED"');
6492: template := template||wf_core.newline||htf.formSelectClose;

Line 6490: htf.formSelectOption(wf_core.translate('EXPIRED'),

6486: htf.formSelectOption(wf_core.translate('WAIT'),
6487: null,'VALUE="WAIT"')||wf_core.newline||
6488: htf.formSelectOption(wf_core.translate('PROCESSED'),
6489: null,'VALUE="PROCESSED"')||wf_core.newline||
6490: htf.formSelectOption(wf_core.translate('EXPIRED'),
6491: null,'VALUE="EXPIRED"');
6492: template := template||wf_core.newline||htf.formSelectClose;
6493:
6494: htp.tableRowOpen;

Line 6492: template := template||wf_core.newline||htf.formSelectClose;

6488: htf.formSelectOption(wf_core.translate('PROCESSED'),
6489: null,'VALUE="PROCESSED"')||wf_core.newline||
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=>'',

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 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 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 6648: template := htf.formSelectOpen('p_message_status',

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;
6650:
6651: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6652: null,'VALUE="ANY"')||wf_core.newline||

Line 6651: template := template||htf.formSelectOption(wf_core.translate('ANY'),

6647: -- Message Status
6648: template := htf.formSelectOpen('p_message_status',
6649: cattributes=>'id="i_message_status"')||wf_core.newline;
6650:
6651: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6652: null,'VALUE="ANY"')||wf_core.newline||
6653: htf.formSelectOption(wf_core.translate('READY'),
6654: 'SELECTED','VALUE="READY"')||wf_core.newline||
6655: htf.formSelectOption(wf_core.translate('WAIT'),

Line 6653: htf.formSelectOption(wf_core.translate('READY'),

6649: cattributes=>'id="i_message_status"')||wf_core.newline;
6650:
6651: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6652: null,'VALUE="ANY"')||wf_core.newline||
6653: htf.formSelectOption(wf_core.translate('READY'),
6654: 'SELECTED','VALUE="READY"')||wf_core.newline||
6655: htf.formSelectOption(wf_core.translate('WAIT'),
6656: null,'VALUE="WAIT"')||wf_core.newline||
6657: htf.formSelectOption(wf_core.translate('PROCESSED'),

Line 6655: htf.formSelectOption(wf_core.translate('WAIT'),

6651: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6652: null,'VALUE="ANY"')||wf_core.newline||
6653: htf.formSelectOption(wf_core.translate('READY'),
6654: 'SELECTED','VALUE="READY"')||wf_core.newline||
6655: htf.formSelectOption(wf_core.translate('WAIT'),
6656: null,'VALUE="WAIT"')||wf_core.newline||
6657: htf.formSelectOption(wf_core.translate('PROCESSED'),
6658: null,'VALUE="PROCESSED"')||wf_core.newline||
6659: htf.formSelectOption(wf_core.translate('EXPIRED'),

Line 6657: htf.formSelectOption(wf_core.translate('PROCESSED'),

6653: htf.formSelectOption(wf_core.translate('READY'),
6654: 'SELECTED','VALUE="READY"')||wf_core.newline||
6655: htf.formSelectOption(wf_core.translate('WAIT'),
6656: null,'VALUE="WAIT"')||wf_core.newline||
6657: htf.formSelectOption(wf_core.translate('PROCESSED'),
6658: null,'VALUE="PROCESSED"')||wf_core.newline||
6659: htf.formSelectOption(wf_core.translate('EXPIRED'),
6660: null,'VALUE="EXPIRED"');
6661: template := template||wf_core.newline||htf.formSelectClose;

Line 6659: htf.formSelectOption(wf_core.translate('EXPIRED'),

6655: htf.formSelectOption(wf_core.translate('WAIT'),
6656: null,'VALUE="WAIT"')||wf_core.newline||
6657: htf.formSelectOption(wf_core.translate('PROCESSED'),
6658: null,'VALUE="PROCESSED"')||wf_core.newline||
6659: htf.formSelectOption(wf_core.translate('EXPIRED'),
6660: null,'VALUE="EXPIRED"');
6661: template := template||wf_core.newline||htf.formSelectClose;
6662:
6663: htp.tableRowOpen;

Line 6661: template := template||wf_core.newline||htf.formSelectClose;

6657: htf.formSelectOption(wf_core.translate('PROCESSED'),
6658: null,'VALUE="PROCESSED"')||wf_core.newline||
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=>'',

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 6795: template := htf.formSelectOpen('p_message_status',

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;
6797:
6798: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6799: null,'VALUE="ANY"')||wf_core.newline||

Line 6798: template := template||htf.formSelectOption(wf_core.translate('ANY'),

6794: -- Message Status
6795: template := htf.formSelectOpen('p_message_status',
6796: cattributes=>'id="i_message_status"')||wf_core.newline;
6797:
6798: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6799: null,'VALUE="ANY"')||wf_core.newline||
6800: htf.formSelectOption(wf_core.translate('READY'),
6801: 'SELECTED','VALUE="READY"')||wf_core.newline||
6802: htf.formSelectOption(wf_core.translate('WAIT'),

Line 6800: htf.formSelectOption(wf_core.translate('READY'),

6796: cattributes=>'id="i_message_status"')||wf_core.newline;
6797:
6798: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6799: null,'VALUE="ANY"')||wf_core.newline||
6800: htf.formSelectOption(wf_core.translate('READY'),
6801: 'SELECTED','VALUE="READY"')||wf_core.newline||
6802: htf.formSelectOption(wf_core.translate('WAIT'),
6803: null,'VALUE="WAIT"')||wf_core.newline||
6804: htf.formSelectOption(wf_core.translate('PROCESSED'),

Line 6802: htf.formSelectOption(wf_core.translate('WAIT'),

6798: template := template||htf.formSelectOption(wf_core.translate('ANY'),
6799: null,'VALUE="ANY"')||wf_core.newline||
6800: htf.formSelectOption(wf_core.translate('READY'),
6801: 'SELECTED','VALUE="READY"')||wf_core.newline||
6802: htf.formSelectOption(wf_core.translate('WAIT'),
6803: null,'VALUE="WAIT"')||wf_core.newline||
6804: htf.formSelectOption(wf_core.translate('PROCESSED'),
6805: null,'VALUE="PROCESSED"')||wf_core.newline||
6806: htf.formSelectOption(wf_core.translate('EXPIRED'),

Line 6804: htf.formSelectOption(wf_core.translate('PROCESSED'),

6800: htf.formSelectOption(wf_core.translate('READY'),
6801: 'SELECTED','VALUE="READY"')||wf_core.newline||
6802: htf.formSelectOption(wf_core.translate('WAIT'),
6803: null,'VALUE="WAIT"')||wf_core.newline||
6804: htf.formSelectOption(wf_core.translate('PROCESSED'),
6805: null,'VALUE="PROCESSED"')||wf_core.newline||
6806: htf.formSelectOption(wf_core.translate('EXPIRED'),
6807: null,'VALUE="EXPIRED"');
6808: template := template||wf_core.newline||htf.formSelectClose;

Line 6806: htf.formSelectOption(wf_core.translate('EXPIRED'),

6802: htf.formSelectOption(wf_core.translate('WAIT'),
6803: null,'VALUE="WAIT"')||wf_core.newline||
6804: htf.formSelectOption(wf_core.translate('PROCESSED'),
6805: null,'VALUE="PROCESSED"')||wf_core.newline||
6806: htf.formSelectOption(wf_core.translate('EXPIRED'),
6807: null,'VALUE="EXPIRED"');
6808: template := template||wf_core.newline||htf.formSelectClose;
6809:
6810: htp.tableRowOpen;

Line 6808: template := template||wf_core.newline||htf.formSelectClose;

6804: htf.formSelectOption(wf_core.translate('PROCESSED'),
6805: null,'VALUE="PROCESSED"')||wf_core.newline||
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=>'',

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