DBA Data[Home] [Help]

APPS.FND_DOCUMENT_MANAGEMENT dependencies on HTP

Line 25: htp.htmlOpen;

21: error_name varchar2(30);
22: error_message varchar2(2000);
23: error_stack varchar2(32000);
24: begin
25: htp.htmlOpen;
26: htp.headOpen;
27: htp.title(wf_core.translate('ERROR'));
28: htp.headClose;
29:

Line 26: htp.headOpen;

22: error_message varchar2(2000);
23: error_stack varchar2(32000);
24: begin
25: htp.htmlOpen;
26: htp.headOpen;
27: htp.title(wf_core.translate('ERROR'));
28: htp.headClose;
29:
30: begin

Line 27: htp.title(wf_core.translate('ERROR'));

23: error_stack varchar2(32000);
24: begin
25: htp.htmlOpen;
26: htp.headOpen;
27: htp.title(wf_core.translate('ERROR'));
28: htp.headClose;
29:
30: begin
31: wfa_sec.Header(background_only=>TRUE);

Line 28: htp.headClose;

24: begin
25: htp.htmlOpen;
26: htp.headOpen;
27: htp.title(wf_core.translate('ERROR'));
28: htp.headClose;
29:
30: begin
31: wfa_sec.Header(background_only=>TRUE);
32: exception

Line 34: htp.bodyOpen;

30: begin
31: wfa_sec.Header(background_only=>TRUE);
32: exception
33: when others then
34: htp.bodyOpen;
35: end;
36:
37: htp.header(nsize=>1, cheader=>wf_core.translate('ERROR'));
38:

Line 37: htp.header(nsize=>1, cheader=>wf_core.translate('ERROR'));

33: when others then
34: htp.bodyOpen;
35: end;
36:
37: htp.header(nsize=>1, cheader=>wf_core.translate('ERROR'));
38:
39: wf_core.get_error(error_name, error_message, error_stack);
40:
41: -- Bug5161758 - XSS

Line 46: htp.p(error_message);

42: error_message := wf_core.substitutespecialchars(error_message);
43: error_stack := wf_core.substitutespecialchars(error_stack);
44:
45: if (error_name is not null) then
46: htp.p(error_message);
47: else
48: htp.p(sqlerrm);
49: end if;
50:

Line 48: htp.p(sqlerrm);

44:
45: if (error_name is not null) then
46: htp.p(error_message);
47: else
48: htp.p(sqlerrm);
49: end if;
50:
51: htp.hr;
52: htp.p(wf_core.translate('WFENG_ERRNAME')||': '||error_name);

Line 51: htp.hr;

47: else
48: htp.p(sqlerrm);
49: end if;
50:
51: htp.hr;
52: htp.p(wf_core.translate('WFENG_ERRNAME')||': '||error_name);
53: htp.br;
54: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
55: replace(error_stack,wf_core.newline,'
'));

Line 52: htp.p(wf_core.translate('WFENG_ERRNAME')||': '||error_name);

48: htp.p(sqlerrm);
49: end if;
50:
51: htp.hr;
52: htp.p(wf_core.translate('WFENG_ERRNAME')||': '||error_name);
53: htp.br;
54: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
55: replace(error_stack,wf_core.newline,'
'));
56:

Line 53: htp.br;

49: end if;
50:
51: htp.hr;
52: htp.p(wf_core.translate('WFENG_ERRNAME')||': '||error_name);
53: htp.br;
54: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
55: replace(error_stack,wf_core.newline,'
'));
56:
57: wfa_sec.Footer;

Line 54: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||

50:
51: htp.hr;
52: htp.p(wf_core.translate('WFENG_ERRNAME')||': '||error_name);
53: htp.br;
54: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
55: replace(error_stack,wf_core.newline,'
'));
56:
57: wfa_sec.Footer;
58: htp.htmlClose;

Line 58: htp.htmlClose;

54: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
55: replace(error_stack,wf_core.newline,'
'));
56:
57: wfa_sec.Footer;
58: htp.htmlClose;
59: end Error;
60:
61: /*===========================================================================
62:

Line 477: htp.p ('');
480:
481: /*

Line 484: htp.p ('

480:
481: /*
482: ** Create the header frame
483: */
484: htp.p (' 485: 'SRC='||
486: dm_base_url||
487: '/fnd_document_management.create_document_toolbar?'||
488: 'document_identifier='||

Line 506: htp.p ('

502: FALSE,
503: FALSE,
504: l_document_url);
505:
506: htp.p (' 507: 'SRC='||
508: l_document_url ||
509: ' MARGINHEIGHT=10 MARGINWIDTH=10 '||
510: 'NORESIZE SCROLLING="YES" FRAMEBORDER=NO LONGDESC="'||

Line 517: htp.p ('');

513:
514: /*
515: ** Close the summary/details frameset
516: */
517: htp.p ('');
518:
519: EXCEPTION
520: WHEN OTHERS THEN
521: Wf_Core.Context('fnd_document_management',

Line 2264: htp.p('');

2277: }'
2278: );
2279:
2280:
2281: htp.p(' ');
2282: htp.p('');
2283:
2284: EXCEPTION
2285: WHEN OTHERS THEN

Line 2282: htp.p('');

2278: );
2279:
2280:
2281: htp.p(' ');
2282: htp.p('');
2283:
2284: EXCEPTION
2285: WHEN OTHERS THEN
2286: Wf_Core.Context('fnd_document_management',

Line 2309: htp.p('');

2331:
2332: }'
2333: );
2334:
2335: htp.p(' ');
2336: htp.p('');
2337:
2338: EXCEPTION
2339: WHEN OTHERS THEN

Line 2336: htp.p('');

2332: }'
2333: );
2334:
2335: htp.p(' ');
2336: htp.p('');
2337:
2338: EXCEPTION
2339: WHEN OTHERS THEN
2340: Wf_Core.Context('fnd_document_management',

Line 2571: htp.p(' summary=""');

2567:
2568: /*
2569: ** Create main table for toolbar and icon
2570: */
2571: htp.p('

summary=""');
2572:
2573:
2574: htp.p('');
2575:

Line 2574: htp.p('
');

2570: */
2571: htp.p('

summary=""');
2572:
2573:
2574: htp.p('');
2575:
2576: /*
2577: ** Put some space on the side
2578: */

Line 2579: htp.p('
');

2575:
2576: /*
2577: ** Put some space on the side
2578: */
2579: htp.p('

');
2580:
2581: htp.p('');
2580:
2581: htp.p('
');
2582:
2583: /*

Line 2581: htp.p('
');

2577: ** Put some space on the side
2578: */
2579: htp.p('

');
2582:
2583: /*
2584: ** inner table to define toolbar
2585: */

Line 2586: htp.p('');

2582:
2583: /*
2584: ** inner table to define toolbar
2585: */
2586: htp.p('

');
2587:
2588: /*
2589: ** Left rounded icon for toolbar
2590: */

Line 2591: htp.p('
');

2587:
2588: /*
2589: ** Left rounded icon for toolbar
2590: */
2591: htp.p('

');
2592:
2593: /*
2594: ** White line on top of toolbar
2595: */

Line 2596: htp.p('
');

2592:
2593: /*
2594: ** White line on top of toolbar
2595: */
2596: htp.p('

');
2597:
2598: /*
2599: ** Right rounded icon for toolbar
2600: */

Line 2601: htp.p('
');

2597:
2598: /*
2599: ** Right rounded icon for toolbar
2600: */
2601: htp.p('

');
2602:
2603: /*
2604: ** End the table row for the icons that surround the real toolbar
2605: */

Line 2606: htp.p('
');

2602:
2603: /*
2604: ** End the table row for the icons that surround the real toolbar
2605: */
2606: htp.p('');
2607:
2608: /*
2609: ** Start the table for the real controls
2610: */

Line 2611: htp.p('
');

2607:
2608: /*
2609: ** Start the table for the real controls
2610: */
2611: htp.p('

');
2612:
2613: -- Bug5161758 - XSS
2614: l_document_name := wf_core.substitutespecialchars(l_document_name);
2615:

Line 2619: htp.p('
');

Line 2621: htp.p(' '||l_document_name||' ');

2617: ** Create the page title.
2618: */
2619: htp.p('

');
2624:
2625: /*

Line 2623: htp.p('');

2619: htp.p('

');
2624:
2625: /*
2626: ** Create the dividing line
2627: */

Line 2628: htp.p('
');
2741: htp.p('');
2742:

Line 2741: htp.p('');

2737: */
2738: htp.p(''||wf_core.translate('WFMON_HELP')||'');
2741: htp.p('');
2742:
2743: /*
2744: ** Create the black border under the toolbar and close the icon table
2745: */

Line 2746: htp.p('
');

2742:
2743: /*
2744: ** Create the black border under the toolbar and close the icon table
2745: */
2746: htp.p('

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

2615:
2616: /*
2617: ** Create the page title.
2618: */
2619: htp.p('

');
2620:
2621: htp.p(' '||l_document_name||' ');
2622:
2623: htp.p('
');
2620:
2621: htp.p(' '||l_document_name||' ');
2622:
2623: htp.p('
');
2620:
2621: htp.p(' '||l_document_name||' ');
2622:
2623: htp.p('
');

2624:
2625: /*
2626: ** Create the dividing line
2627: */
2628: htp.p('

');
2629: htp.p('');
2630:
2631: /*
2632: ** Create the display document icon control

Line 2629: htp.p('');

2625: /*
2626: ** Create the dividing line
2627: */
2628: htp.p('

');
2629: htp.p('');
2630:
2631: /*
2632: ** Create the display document icon control
2633: */

Line 2641: htp.p(''||
2643: ''||wf_core.translate('WFDM_DISPLAY')||'
');
2644:
2645: /*

Line 2655: htp.p(''||
2657: ''||wf_core.translate('WFDM_ORIGINAL_VERSION')||'
');
2658:
2659: /*

Line 2668: htp.p(''||
2670: ''||wf_core.translate('WFDM_FETCH')||'
');
2671:
2672: /*

Line 2675: htp.p('');

2671:
2672: /*
2673: ** Create a dividing line
2674: */
2675: htp.p('');
2676:
2677: /*
2678: ** Create the check out icon control
2679: */

Line 2686: htp.p(''||
2688: ''||wf_core.translate('WFDM_CHECK_OUT')||'
');
2689:
2690: /*

Line 2699: htp.p(''||
2701: ''||wf_core.translate('WFDM_CHECK_IN')||'
');
2702:
2703: /*

Line 2712: htp.p(''||
2714: ''||wf_core.translate('WFDM_UNLOCK')||'
');
2715: /*
2716: ** Create a dividing line

Line 2718: htp.p('');

2714: ''||wf_core.translate('WFDM_UNLOCK')||'');
2715: /*
2716: ** Create a dividing line
2717: */
2718: htp.p('');
2719:
2720: /*
2721: ** Create the show history icon
2722: */

Line 2729: htp.p(''||
2731: ''||wf_core.translate('WFDM_DISPLAY_HISTORY')||'
');
2732:
2733: htp.p('');

Line 2733: htp.p('');

2729: htp.p(''||
2731: ''||wf_core.translate('WFDM_DISPLAY_HISTORY')||'
');
2732:
2733: htp.p('');
2734:
2735: /*
2736: ** Create the help icon
2737: */

Line 2738: htp.p(''||wf_core.translate('WFMON_HELP')||'
');
2748:
2749: /*
2750: ** Close the toolbar table data

Line 2747: htp.p('
');

2743: /*
2744: ** Create the black border under the toolbar and close the icon table
2745: */
2746: htp.p('');
2747: htp.p('');
2748:
2749: /*
2750: ** Close the toolbar table data
2751: */

Line 2752: htp.p('');

2748:
2749: /*
2750: ** Close the toolbar table data
2751: */
2752: htp.p('');
2753:
2754: /*
2755: ** Create the logo and close the toolbar and logo table
2756: */

Line 2757: htp.p('');

2753:
2754: /*
2755: ** Create the logo and close the toolbar and logo table
2756: */
2757: htp.p('');
2758:
2759:
2760: exception
2761: when others then

Line 3017: htp.htmlOpen;

3013:
3014: -- If no document nodes are available then show an error message
3015: IF (l_dm_node_id IS NULL) THEN
3016:
3017: htp.htmlOpen;
3018: htp.headOpen;
3019: htp.title(wf_core.translate('WF_WORKFLOW_TITLE'));
3020: htp.headClose;
3021:

Line 3018: htp.headOpen;

3014: -- If no document nodes are available then show an error message
3015: IF (l_dm_node_id IS NULL) THEN
3016:
3017: htp.htmlOpen;
3018: htp.headOpen;
3019: htp.title(wf_core.translate('WF_WORKFLOW_TITLE'));
3020: htp.headClose;
3021:
3022: htp.p ('');

Line 3019: htp.title(wf_core.translate('WF_WORKFLOW_TITLE'));

3015: IF (l_dm_node_id IS NULL) THEN
3016:
3017: htp.htmlOpen;
3018: htp.headOpen;
3019: htp.title(wf_core.translate('WF_WORKFLOW_TITLE'));
3020: htp.headClose;
3021:
3022: htp.p ('');
3023: htp.tableOpen(cattributes=>'summary=""');

Line 3020: htp.headClose;

3016:
3017: htp.htmlOpen;
3018: htp.headOpen;
3019: htp.title(wf_core.translate('WF_WORKFLOW_TITLE'));
3020: htp.headClose;
3021:
3022: htp.p ('');
3023: htp.tableOpen(cattributes=>'summary=""');
3024: htp.tableRowOpen;

Line 3022: htp.p ('');

3018: htp.headOpen;
3019: htp.title(wf_core.translate('WF_WORKFLOW_TITLE'));
3020: htp.headClose;
3021:
3022: htp.p ('');
3023: htp.tableOpen(cattributes=>'summary=""');
3024: htp.tableRowOpen;
3025:
3026: htp.tabledata('' ||<br>
</p>
<h5>Line 3023:       htp.tableOpen(cattributes=>'summary=

3019: htp.title(wf_core.translate('WF_WORKFLOW_TITLE'));
3020: htp.headClose;
3021:
3022: htp.p ('');
3023: htp.tableOpen(cattributes=>'summary=""');
3024: htp.tableRowOpen;
3025:
3026: htp.tabledata('' ||<br>
3027:                     WF_CORE.Translate('WFDM_NO_NODES') || '');

Line 3024: htp.tableRowOpen;

3020: htp.headClose;
3021:
3022: htp.p ('');
3023: htp.tableOpen(cattributes=>'summary=""');
3024: htp.tableRowOpen;
3025:
3026: htp.tabledata('' ||<br>
3027:                     WF_CORE.Translate('WFDM_NO_NODES') || '');
3028: htp.tabledata(''||wf_core.translate('WFDM_NO_NODES')||'');

Line 3026: htp.tabledata('' ||<br>
</h5><p>
3022:       htp.p ('<BODY bgcolor=#cccccc>');<br>
3023:       htp.tableOpen(cattributes=>'summary= 3024: htp.tableRowOpen;
3025:
3026: htp.tabledata('' ||<br>
</b>3027:                     WF_CORE.Translate('WFDM_NO_NODES') || '');
3028: htp.tabledata(''||wf_core.translate('WFDM_NO_NODES')||'');
3029:
3030: htp.tableRowClose;

Line 3028: htp.tabledata(''||wf_core.translate('WFDM_NO_NODES')||'');

3024: htp.tableRowOpen;
3025:
3026: htp.tabledata('' ||<br>
3027:                     WF_CORE.Translate('WFDM_NO_NODES') || '');
3028: htp.tabledata(''||wf_core.translate('WFDM_NO_NODES')||'');
3029:
3030: htp.tableRowClose;
3031: htp.tableClose;
3032: htp.bodyClose;

Line 3030: htp.tableRowClose;

3026: htp.tabledata('' ||<br>
3027:                     WF_CORE.Translate('WFDM_NO_NODES') || '');
3028: htp.tabledata(''||wf_core.translate('WFDM_NO_NODES')||'');
3029:
3030: htp.tableRowClose;
3031: htp.tableClose;
3032: htp.bodyClose;
3033: htp.htmlclose;
3034: return;

Line 3031: htp.tableClose;

3027: WF_CORE.Translate('WFDM_NO_NODES') || '">');
3028: htp.tabledata(''||wf_core.translate('WFDM_NO_NODES')||'');
3029:
3030: htp.tableRowClose;
3031: htp.tableClose;
3032: htp.bodyClose;
3033: htp.htmlclose;
3034: return;
3035:

Line 3032: htp.bodyClose;

3028: htp.tabledata(''||wf_core.translate('WFDM_NO_NODES')||'');
3029:
3030: htp.tableRowClose;
3031: htp.tableClose;
3032: htp.bodyClose;
3033: htp.htmlclose;
3034: return;
3035:
3036: END IF;

Line 3033: htp.htmlclose;

3029:
3030: htp.tableRowClose;
3031: htp.tableClose;
3032: htp.bodyClose;
3033: htp.htmlclose;
3034: return;
3035:
3036: END IF;
3037:

Line 3045: htp.htmlOpen;

3041: -- for Apps we need to use encode_url instead
3042: l_callback_function := wfa_html.encode_url(callback_function);
3043: l_dm_node_name := SUBSTR (l_dm_node_name , 1, 30);
3044:
3045: htp.htmlOpen;
3046: htp.headOpen;
3047: htp.title(l_dm_node_name);
3048: htp.headClose;
3049:

Line 3046: htp.headOpen;

3042: l_callback_function := wfa_html.encode_url(callback_function);
3043: l_dm_node_name := SUBSTR (l_dm_node_name , 1, 30);
3044:
3045: htp.htmlOpen;
3046: htp.headOpen;
3047: htp.title(l_dm_node_name);
3048: htp.headClose;
3049:
3050: /*

Line 3047: htp.title(l_dm_node_name);

3043: l_dm_node_name := SUBSTR (l_dm_node_name , 1, 30);
3044:
3045: htp.htmlOpen;
3046: htp.headOpen;
3047: htp.title(l_dm_node_name);
3048: htp.headClose;
3049:
3050: /*
3051: ** Create the top header frameset and the bottom summary/detail frameset

Line 3048: htp.headClose;

3044:
3045: htp.htmlOpen;
3046: htp.headOpen;
3047: htp.title(l_dm_node_name);
3048: htp.headClose;
3049:
3050: /*
3051: ** Create the top header frameset and the bottom summary/detail frameset
3052: */

Line 3054: htp.p ('');
3057:
3058: /*

Line 3061: htp.p ('

3057:
3058: /*
3059: ** Create the header frame
3060: */
3061: htp.p (' 3062: 'SRC='||
3063: dm_base_url ||
3064: '/fnd_document_management.create_attach_toolbar?'||
3065: 'username='||username||

Line 3092: htp.p ('

3088: /*
3089: ** THis is a bit of a cludge for opentext to remove the second parent
3090: ** on the callback when you are doing a search.
3091: */
3092: htp.p (' 3093: 'SRC='||
3094: REPLACE (l_document_url,
3095: '.opener.parent.parent.opener.',
3096: '.opener.parent.')||

Line 3105: htp.p ('');

3101:
3102: /*
3103: ** Close the summary/details frameset
3104: */
3105: htp.p ('');
3106:
3107: EXCEPTION
3108: WHEN OTHERS THEN
3109: Wf_Core.Context('fnd_document_management',

Line 3158: htp.p('');

3154:
3155: /*
3156: ** Create main table for toolbar and icon
3157: */
3158: htp.p('

');
3159:
3160:
3161: htp.p('');
3162:

Line 3161: htp.p('
');

3157: */
3158: htp.p('

');
3159:
3160:
3161: htp.p('');
3162:
3163: /*
3164: ** Put some space on the side
3165: */

Line 3166: htp.p('
');

3162:
3163: /*
3164: ** Put some space on the side
3165: */
3166: htp.p('

');
3167:
3168: htp.p('');
3167:
3168: htp.p('
');
3169:
3170: /*

Line 3168: htp.p('
');

3164: ** Put some space on the side
3165: */
3166: htp.p('

');
3169:
3170: /*
3171: ** inner table to define toolbar
3172: */

Line 3173: htp.p('');

3169:
3170: /*
3171: ** inner table to define toolbar
3172: */
3173: htp.p('

');
3174:
3175: /*
3176: ** Left rounded icon for toolbar
3177: */

Line 3178: htp.p('
');

3174:
3175: /*
3176: ** Left rounded icon for toolbar
3177: */
3178: htp.p('

');
3179:
3180: /*
3181: ** White line on top of toolbar
3182: */

Line 3183: htp.p('
');

3179:
3180: /*
3181: ** White line on top of toolbar
3182: */
3183: htp.p('

');
3184:
3185: /*
3186: ** Right rounded icon for toolbar
3187: */

Line 3188: htp.p('
');

3184:
3185: /*
3186: ** Right rounded icon for toolbar
3187: */
3188: htp.p('

');
3189:
3190: /*
3191: ** End the table row for the icons that surround the real toolbar
3192: */

Line 3193: htp.p('
');

3189:
3190: /*
3191: ** End the table row for the icons that surround the real toolbar
3192: */
3193: htp.p('');
3194:
3195: /*
3196: ** Start the table for the real controls
3197: */

Line 3198: htp.p('
');

3194:
3195: /*
3196: ** Start the table for the real controls
3197: */
3198: htp.p('

');
3199:
3200: /*
3201: ** Always create the home icon
3202: */

Line 3203: htp.p('
');
3217:
3218: /*

Line 3216: htp.p('');

3212: ''||wf_core.translate('WFDM_HOME')||'');
3213:
3214: htp.p('');
3215:
3216: htp.p('');
3217:
3218: /*
3219: ** Create the page title.
3220: */

Line 3221: htp.p('
');

Line 3223: htp.p(' '||l_dm_node_name||' ');

3219: ** Create the page title.
3220: */
3221: htp.p('

');
3226:
3227: /*

Line 3225: htp.p('');

3221: htp.p('

');
3226:
3227: /*
3228: ** Create the dividing line
3229: */

Line 3230: htp.p('
');
3293: htp.p('');
3294:

Line 3293: htp.p('');

3289: */
3290: htp.p(''||wf_core.translate('WFMON_HELP_DETAILS')||'');
3293: htp.p('');
3294:
3295: /*
3296: ** Create the black border under the toolbar and close the icon table
3297: */

Line 3298: htp.p('
');

3294:
3295: /*
3296: ** Create the black border under the toolbar and close the icon table
3297: */
3298: htp.p('

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

3199:
3200: /*
3201: ** Always create the home icon
3202: */
3203: htp.p('

');
3204:
3205: htp.p('

3201: ** Always create the home icon
3202: */
3203: htp.p('

');
3204:
3205: htp.p('

Line 3214: htp.p('');

3210: '" TARGET="DOCUMENT" onMouseOver="window.status='||''''||
3211: wf_core.translate('WFDM_HOME')||''''||';return true">'||
3212: ''||wf_core.translate('WFDM_HOME')||'
');
3213:
3214: htp.p('');
3215:
3216: htp.p('

');

3217:
3218: /*
3219: ** Create the page title.
3220: */
3221: htp.p('

');
3222:
3223: htp.p(' '||l_dm_node_name||' ');
3224:
3225: htp.p('
');
3222:
3223: htp.p(' '||l_dm_node_name||' ');
3224:
3225: htp.p('
');
3222:
3223: htp.p(' '||l_dm_node_name||' ');
3224:
3225: htp.p('
');

3226:
3227: /*
3228: ** Create the dividing line
3229: */
3230: htp.p('

');
3231: htp.p('');
3232:
3233: /*
3234: ** Update the node id token for the search add and browse icons

Line 3231: htp.p('');

3227: /*
3228: ** Create the dividing line
3229: */
3230: htp.p('

');
3231: htp.p('');
3232:
3233: /*
3234: ** Update the node id token for the search add and browse icons
3235: ** so they point at the current node. You don't want to replace it

Line 3251: htp.p(' 3252: REPLACE (l_url_syntax,
3253: '.opener.parent.parent.opener.',
3254: '.opener.parent.')||
3255: '" TARGET="DOCUMENT" onMouseOver="window.status='||''''||

Line 3268: htp.p(''||
3270: ''||wf_core.translate('WFDM_CREATE')||'
');
3271:
3272: /*

Line 3281: htp.p(''||
3283: ''||wf_core.translate('WFDM_BROWSE')||'
');
3284:
3285: htp.p('');

Line 3285: htp.p('');

3281: htp.p(''||
3283: ''||wf_core.translate('WFDM_BROWSE')||'
');
3284:
3285: htp.p('');
3286:
3287: /*
3288: ** Create the help icon
3289: */

Line 3290: htp.p(''||wf_core.translate('WFMON_HELP_DETAILS')||'
');
3300:
3301: /*
3302: ** Close the toolbar table data

Line 3299: htp.p('
');

3295: /*
3296: ** Create the black border under the toolbar and close the icon table
3297: */
3298: htp.p('');
3299: htp.p('');
3300:
3301: /*
3302: ** Close the toolbar table data
3303: */

Line 3304: htp.p('');

3300:
3301: /*
3302: ** Close the toolbar table data
3303: */
3304: htp.p('');
3305:
3306: /*
3307: ** Create the logo and close the toolbar and logo table
3308: */

Line 3309: htp.p('');

3305:
3306: /*
3307: ** Create the logo and close the toolbar and logo table
3308: */
3309: htp.p('');
3310:
3311:
3312: exception
3313: when others then

Line 3608: htp.htmlOpen;

3604:
3605: end if;
3606:
3607: -- Set page title
3608: htp.htmlOpen;
3609: htp.headOpen;
3610: htp.p('');
3611: htp.title(wf_core.translate('WFDM_NODES_TITLE'));
3612: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');

Line 3609: htp.headOpen;

3605: end if;
3606:
3607: -- Set page title
3608: htp.htmlOpen;
3609: htp.headOpen;
3610: htp.p('');
3611: htp.title(wf_core.translate('WFDM_NODES_TITLE'));
3612: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
3613: htp.headClose;

Line 3610: htp.p('');

3606:
3607: -- Set page title
3608: htp.htmlOpen;
3609: htp.headOpen;
3610: htp.p('');
3611: htp.title(wf_core.translate('WFDM_NODES_TITLE'));
3612: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
3613: htp.headClose;
3614: wfa_sec.Header(FALSE, '',wf_core.translate('WFDM_NODES_TITLE'), FALSE);

Line 3611: htp.title(wf_core.translate('WFDM_NODES_TITLE'));

3607: -- Set page title
3608: htp.htmlOpen;
3609: htp.headOpen;
3610: htp.p('');
3611: htp.title(wf_core.translate('WFDM_NODES_TITLE'));
3612: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
3613: htp.headClose;
3614: wfa_sec.Header(FALSE, '',wf_core.translate('WFDM_NODES_TITLE'), FALSE);
3615: htp.br;

Line 3613: htp.headClose;

3609: htp.headOpen;
3610: htp.p('');
3611: htp.title(wf_core.translate('WFDM_NODES_TITLE'));
3612: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
3613: htp.headClose;
3614: wfa_sec.Header(FALSE, '',wf_core.translate('WFDM_NODES_TITLE'), FALSE);
3615: htp.br;
3616:
3617: IF (admin_mode = 'N') THEN

Line 3615: htp.br;

3611: htp.title(wf_core.translate('WFDM_NODES_TITLE'));
3612: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
3613: htp.headClose;
3614: wfa_sec.Header(FALSE, '',wf_core.translate('WFDM_NODES_TITLE'), FALSE);
3615: htp.br;
3616:
3617: IF (admin_mode = 'N') THEN
3618:
3619: htp.center(htf.bold(l_error_msg));

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

3615: htp.br;
3616:
3617: IF (admin_mode = 'N') THEN
3618:
3619: htp.center(htf.bold(l_error_msg));
3620: return;
3621:
3622: END IF;
3623:

Line 3625: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%" summary=""');

3621:
3622: END IF;
3623:
3624: -- Column headers
3625: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%" summary=""');
3626: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
3627:
3628: htp.tableHeader(cvalue=>''||
3629: wf_core.translate('NAME')||'
',

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

3622: END IF;
3623:
3624: -- Column headers
3625: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%" summary=""');
3626: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
3627:
3628: htp.tableHeader(cvalue=>''||
3629: wf_core.translate('NAME')||'
',
3630: calign=>'Center', cattributes=>'id="t_name"');

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

3624: -- Column headers
3625: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%" summary=""');
3626: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
3627:
3628: htp.tableHeader(cvalue=>''||
3629: wf_core.translate('NAME')||'',
3630: calign=>'Center', cattributes=>'id="t_name"');
3631: htp.tableHeader(cvalue=>''||
3632: wf_core.translate('DESCRIPTION')||'
',

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

3627:
3628: htp.tableHeader(cvalue=>''||
3629: wf_core.translate('NAME')||'
',
3630: calign=>'Center', cattributes=>'id="t_name"');
3631: htp.tableHeader(cvalue=>''||
3632: wf_core.translate('DESCRIPTION')||'',
3633: calign=>'Center', cattributes=>'id="t_node_description"');
3634: htp.tableHeader(cvalue=>''
3635: || wf_core.translate('WFDM_WEB_AGENT')||'
',

Line 3634: htp.tableHeader(cvalue=>''

3630: calign=>'Center', cattributes=>'id="t_name"');
3631: htp.tableHeader(cvalue=>''||
3632: wf_core.translate('DESCRIPTION')||'
',
3633: calign=>'Center', cattributes=>'id="t_node_description"');
3634: htp.tableHeader(cvalue=>''
3635: || wf_core.translate('WFDM_WEB_AGENT')||'',
3636: calign=>'Center', cattributes=>'id="t_connect_syntax"');
3637: htp.tableHeader(cvalue=>''||
3638: wf_core.translate('PRODUCT')||'
',

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

3633: calign=>'Center', cattributes=>'id="t_node_description"');
3634: htp.tableHeader(cvalue=>''
3635: || wf_core.translate('WFDM_WEB_AGENT')||'
',
3636: calign=>'Center', cattributes=>'id="t_connect_syntax"');
3637: htp.tableHeader(cvalue=>''||
3638: wf_core.translate('PRODUCT')||'',
3639: calign=>'Center', cattributes=>'id="t_product_name"');
3640: htp.tableHeader(cvalue=>''||
3641: wf_core.translate('VENDOR')||'
',

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

3636: calign=>'Center', cattributes=>'id="t_connect_syntax"');
3637: htp.tableHeader(cvalue=>''||
3638: wf_core.translate('PRODUCT')||'
',
3639: calign=>'Center', cattributes=>'id="t_product_name"');
3640: htp.tableHeader(cvalue=>''||
3641: wf_core.translate('VENDOR')||'',
3642: calign=>'Center', cattributes=>'id="t_vendor_name"');
3643: htp.tableHeader(cvalue=>''||
3644: wf_core.translate('VERSION')||'
',

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

3639: calign=>'Center', cattributes=>'id="t_product_name"');
3640: htp.tableHeader(cvalue=>''||
3641: wf_core.translate('VENDOR')||'
',
3642: calign=>'Center', cattributes=>'id="t_vendor_name"');
3643: htp.tableHeader(cvalue=>''||
3644: wf_core.translate('VERSION')||'',
3645: calign=>'Center', cattributes=>'id="t_version"');
3646: htp.tableHeader(cvalue=>''||
3647: wf_core.translate('WFDM_NODE_ID')||'
',

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

3642: calign=>'Center', cattributes=>'id="t_vendor_name"');
3643: htp.tableHeader(cvalue=>''||
3644: wf_core.translate('VERSION')||'
',
3645: calign=>'Center', cattributes=>'id="t_version"');
3646: htp.tableHeader(cvalue=>''||
3647: wf_core.translate('WFDM_NODE_ID')||'',
3648: calign=>'Center', cattributes=>'id="t_node_id"');
3649: htp.tableHeader(cvalue=>''||
3650: wf_core.translate('DELETE')||'
',

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

3645: calign=>'Center', cattributes=>'id="t_version"');
3646: htp.tableHeader(cvalue=>''||
3647: wf_core.translate('WFDM_NODE_ID')||'
',
3648: calign=>'Center', cattributes=>'id="t_node_id"');
3649: htp.tableHeader(cvalue=>''||
3650: wf_core.translate('DELETE')||'',
3651: calign=>'Center', cattributes=>'id="t_delete"');
3652: htp.tableRowClose;
3653: htp.tableRowOpen;

Line 3652: htp.tableRowClose;

3648: calign=>'Center', cattributes=>'id="t_node_id"');
3649: htp.tableHeader(cvalue=>''||
3650: wf_core.translate('DELETE')||'
',
3651: calign=>'Center', cattributes=>'id="t_delete"');
3652: htp.tableRowClose;
3653: htp.tableRowOpen;
3654: htp.tableRowClose;
3655:
3656: -- Show all nodes

Line 3653: htp.tableRowOpen;

3649: htp.tableHeader(cvalue=>''||
3650: wf_core.translate('DELETE')||'
',
3651: calign=>'Center', cattributes=>'id="t_delete"');
3652: htp.tableRowClose;
3653: htp.tableRowOpen;
3654: htp.tableRowClose;
3655:
3656: -- Show all nodes
3657: for nodes in nodes_cursor loop

Line 3654: htp.tableRowClose;

3650: wf_core.translate('DELETE')||'',
3651: calign=>'Center', cattributes=>'id="t_delete"');
3652: htp.tableRowClose;
3653: htp.tableRowOpen;
3654: htp.tableRowClose;
3655:
3656: -- Show all nodes
3657: for nodes in nodes_cursor loop
3658:

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

3655:
3656: -- Show all nodes
3657: for nodes in nodes_cursor loop
3658:
3659: htp.tableRowOpen(null, 'TOP');
3660:
3661: -- Bug5161758 - XSS
3662: htp.tableData(htf.anchor2(
3663: curl=>wfa_html.base_url||

Line 3662: htp.tableData(htf.anchor2(

3658:
3659: htp.tableRowOpen(null, 'TOP');
3660:
3661: -- Bug5161758 - XSS
3662: htp.tableData(htf.anchor2(
3663: curl=>wfa_html.base_url||
3664: '/fnd_document_management.dm_nodes_edit?p_node_id='||
3665: to_char(nodes.node_id),
3666: ctext=>wf_core.substitutespecialchars(nodes.node_name),

Line 3669: htp.tableData(wf_core.substitutespecialchars(nodes.node_description),

3665: to_char(nodes.node_id),
3666: ctext=>wf_core.substitutespecialchars(nodes.node_name),
3667: ctarget=>'_top'),
3668: 'Left', cattributes=>'headers="t_name"');
3669: htp.tableData(wf_core.substitutespecialchars(nodes.node_description),
3670: 'left',
3671: cattributes=>'headers="t_node_description"');
3672: htp.tableData(wf_core.substitutespecialchars(nodes.connect_syntax),
3673: 'left',

Line 3672: htp.tableData(wf_core.substitutespecialchars(nodes.connect_syntax),

3668: 'Left', cattributes=>'headers="t_name"');
3669: htp.tableData(wf_core.substitutespecialchars(nodes.node_description),
3670: 'left',
3671: cattributes=>'headers="t_node_description"');
3672: htp.tableData(wf_core.substitutespecialchars(nodes.connect_syntax),
3673: 'left',
3674: cattributes=>'headers="t_connect_syntax"');
3675: htp.tableData(wf_core.substitutespecialchars(nodes.product_name),
3676: 'left',

Line 3675: htp.tableData(wf_core.substitutespecialchars(nodes.product_name),

3671: cattributes=>'headers="t_node_description"');
3672: htp.tableData(wf_core.substitutespecialchars(nodes.connect_syntax),
3673: 'left',
3674: cattributes=>'headers="t_connect_syntax"');
3675: htp.tableData(wf_core.substitutespecialchars(nodes.product_name),
3676: 'left',
3677: cattributes=>'headers="t_product_name"');
3678: htp.tableData(wf_core.substitutespecialchars(nodes.vendor_name),
3679: 'left',

Line 3678: htp.tableData(wf_core.substitutespecialchars(nodes.vendor_name),

3674: cattributes=>'headers="t_connect_syntax"');
3675: htp.tableData(wf_core.substitutespecialchars(nodes.product_name),
3676: 'left',
3677: cattributes=>'headers="t_product_name"');
3678: htp.tableData(wf_core.substitutespecialchars(nodes.vendor_name),
3679: 'left',
3680: cattributes=>'headers="t_vendor_name"');
3681: htp.tableData(wf_core.substitutespecialchars(nodes.version),
3682: 'left',

Line 3681: htp.tableData(wf_core.substitutespecialchars(nodes.version),

3677: cattributes=>'headers="t_product_name"');
3678: htp.tableData(wf_core.substitutespecialchars(nodes.vendor_name),
3679: 'left',
3680: cattributes=>'headers="t_vendor_name"');
3681: htp.tableData(wf_core.substitutespecialchars(nodes.version),
3682: 'left',
3683: cattributes=>'headers="t_version"');
3684: htp.tableData(wf_core.substitutespecialchars(nodes.node_id), 'left',
3685: cattributes=>'headers="t_node_id"');

Line 3684: htp.tableData(wf_core.substitutespecialchars(nodes.node_id), 'left',

3680: cattributes=>'headers="t_vendor_name"');
3681: htp.tableData(wf_core.substitutespecialchars(nodes.version),
3682: 'left',
3683: cattributes=>'headers="t_version"');
3684: htp.tableData(wf_core.substitutespecialchars(nodes.node_id), 'left',
3685: cattributes=>'headers="t_node_id"');
3686:
3687: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
3688: '/fnd_document_management.dm_nodes_confirm_delete?p_node_id='||

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

3683: cattributes=>'headers="t_version"');
3684: htp.tableData(wf_core.substitutespecialchars(nodes.node_id), 'left',
3685: cattributes=>'headers="t_node_id"');
3686:
3687: htp.tableData(htf.anchor2(curl=>wfa_html.base_url||
3688: '/fnd_document_management.dm_nodes_confirm_delete?p_node_id='||
3689: wf_core.substitutespecialchars(nodes.node_id),
3690: ctext=>'' || WF_CORE.Translate('DELETE') || ''),
3691: 'center', cattributes=>'valign="MIDDLE" headers="t_delete"');

Line 3695: htp.tableclose;

3691: 'center', cattributes=>'valign="MIDDLE" headers="t_delete"');
3692:
3693: end loop;
3694:
3695: htp.tableclose;
3696:
3697: htp.br;
3698:
3699: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');

Line 3697: htp.br;

3693: end loop;
3694:
3695: htp.tableclose;
3696:
3697: htp.br;
3698:
3699: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');
3700:
3701: --Add new node Button

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

3695: htp.tableclose;
3696:
3697: htp.br;
3698:
3699: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');
3700:
3701: --Add new node Button
3702: htp.tableRowOpen;
3703:

Line 3702: htp.tableRowOpen;

3698:
3699: htp.tableopen(calign=>'CENTER', cattributes=>'summary=""');
3700:
3701: --Add new node Button
3702: htp.tableRowOpen;
3703:
3704: l_url := wfa_html.base_url||'/fnd_document_management.dm_nodes_edit';
3705: l_icon := 'FNDJLFOK.gif';
3706: l_text := wf_core.translate ('WFDM_CREATE');

Line 3709: htp.p('');

3705: l_icon := 'FNDJLFOK.gif';
3706: l_text := wf_core.translate ('WFDM_CREATE');
3707: l_onmouseover := wf_core.translate ('WFDM_CREATE');
3708:
3709: htp.p('');
3710:
3711: wf_pref.create_reg_button (l_url, l_onmouseover, l_media, l_icon, l_text);
3712:
3713: htp.p('');

Line 3713: htp.p('');

3709: htp.p('');
3710:
3711: wf_pref.create_reg_button (l_url, l_onmouseover, l_media, l_icon, l_text);
3712:
3713: htp.p('');
3714:
3715: htp.tableRowClose;
3716:
3717: htp.tableclose;

Line 3715: htp.tableRowClose;

3711: wf_pref.create_reg_button (l_url, l_onmouseover, l_media, l_icon, l_text);
3712:
3713: htp.p('');
3714:
3715: htp.tableRowClose;
3716:
3717: htp.tableclose;
3718:
3719: wfa_sec.Footer;

Line 3717: htp.tableclose;

3713: htp.p('');
3714:
3715: htp.tableRowClose;
3716:
3717: htp.tableclose;
3718:
3719: wfa_sec.Footer;
3720: htp.htmlClose;
3721:

Line 3720: htp.htmlClose;

3716:
3717: htp.tableclose;
3718:
3719: wfa_sec.Footer;
3720: htp.htmlClose;
3721:
3722: exception
3723: when others then
3724: wf_core.context('FND_DOCUMENT_MANAGEMENT', 'Dm_Nodes_Display');

Line 3817: htp.htmlOpen;

3813: -- get the document management home node information
3814: fnd_document_management.get_dm_home (l_username, dm_node_id, dm_node_name);
3815:
3816: -- Set page title
3817: htp.htmlOpen;
3818: htp.headOpen;
3819: htp.title(wf_core.translate('WFDM_HOME'));
3820: htp.headClose;
3821:

Line 3818: htp.headOpen;

3814: fnd_document_management.get_dm_home (l_username, dm_node_id, dm_node_name);
3815:
3816: -- Set page title
3817: htp.htmlOpen;
3818: htp.headOpen;
3819: htp.title(wf_core.translate('WFDM_HOME'));
3820: htp.headClose;
3821:
3822: -- Page header

Line 3819: htp.title(wf_core.translate('WFDM_HOME'));

3815:
3816: -- Set page title
3817: htp.htmlOpen;
3818: htp.headOpen;
3819: htp.title(wf_core.translate('WFDM_HOME'));
3820: htp.headClose;
3821:
3822: -- Page header
3823: htp.center(htf.bold(wf_core.translate('WFDM_HOME')));

Line 3820: htp.headClose;

3816: -- Set page title
3817: htp.htmlOpen;
3818: htp.headOpen;
3819: htp.title(wf_core.translate('WFDM_HOME'));
3820: htp.headClose;
3821:
3822: -- Page header
3823: htp.center(htf.bold(wf_core.translate('WFDM_HOME')));
3824: htp.p('
');

Line 3823: htp.center(htf.bold(wf_core.translate('WFDM_HOME')));

3819: htp.title(wf_core.translate('WFDM_HOME'));
3820: htp.headClose;
3821:
3822: -- Page header
3823: htp.center(htf.bold(wf_core.translate('WFDM_HOME')));
3824: htp.p('
');
3825:
3826: -- Column headers
3827: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"');

Line 3824: htp.p('
');

3820: htp.headClose;
3821:
3822: -- Page header
3823: htp.center(htf.bold(wf_core.translate('WFDM_HOME')));
3824: htp.p('
');
3825:
3826: -- Column headers
3827: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"');
3828: htp.tableRowOpen(cattributes=>'bgcolor=#006699');

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

3823: htp.center(htf.bold(wf_core.translate('WFDM_HOME')));
3824: htp.p('
');
3825:
3826: -- Column headers
3827: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"');
3828: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
3829:
3830: htp.tableHeader(cvalue=>''||
3831: wf_core.translate('NAME')||'
',

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

3824: htp.p('
');
3825:
3826: -- Column headers
3827: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"');
3828: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
3829:
3830: htp.tableHeader(cvalue=>''||
3831: wf_core.translate('NAME')||'
',
3832: calign=>'Center',

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

3826: -- Column headers
3827: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"');
3828: htp.tableRowOpen(cattributes=>'bgcolor=#006699');
3829:
3830: htp.tableHeader(cvalue=>''||
3831: wf_core.translate('NAME')||'',
3832: calign=>'Center',
3833: cattributes=>'id="t_name"');
3834: htp.tableHeader(cvalue=>''||

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

3830: htp.tableHeader(cvalue=>''||
3831: wf_core.translate('NAME')||'
',
3832: calign=>'Center',
3833: cattributes=>'id="t_name"');
3834: htp.tableHeader(cvalue=>''||
3835: wf_core.translate('DESCRIPTION')||'',
3836: calign=>'Center', cattributes=>'id="t_node_description"');
3837: htp.tableHeader(cvalue=>''||
3838: wf_core.translate('PRODUCT')||'
',

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

3833: cattributes=>'id="t_name"');
3834: htp.tableHeader(cvalue=>''||
3835: wf_core.translate('DESCRIPTION')||'
',
3836: calign=>'Center', cattributes=>'id="t_node_description"');
3837: htp.tableHeader(cvalue=>''||
3838: wf_core.translate('PRODUCT')||'',
3839: calign=>'Center', cattributes=>'id="t_product"');
3840:
3841: htp.tableRowClose;

Line 3841: htp.tableRowClose;

3837: htp.tableHeader(cvalue=>''||
3838: wf_core.translate('PRODUCT')||'
',
3839: calign=>'Center', cattributes=>'id="t_product"');
3840:
3841: htp.tableRowClose;
3842: htp.tableRowOpen;
3843: htp.tableRowClose;
3844:
3845: -- Show all nodes

Line 3842: htp.tableRowOpen;

3838: wf_core.translate('PRODUCT')||'',
3839: calign=>'Center', cattributes=>'id="t_product"');
3840:
3841: htp.tableRowClose;
3842: htp.tableRowOpen;
3843: htp.tableRowClose;
3844:
3845: -- Show all nodes
3846: for nodes in nodes_cursor loop

Line 3843: htp.tableRowClose;

3839: calign=>'Center', cattributes=>'id="t_product"');
3840:
3841: htp.tableRowClose;
3842: htp.tableRowOpen;
3843: htp.tableRowClose;
3844:
3845: -- Show all nodes
3846: for nodes in nodes_cursor loop
3847:

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

3844:
3845: -- Show all nodes
3846: for nodes in nodes_cursor loop
3847:
3848: htp.tableRowOpen(null, 'TOP');
3849:
3850: /*
3851: ** Always show the currently selected node in bold
3852: */

Line 3855: htp.tableData(htf.anchor2(

3851: ** Always show the currently selected node in bold
3852: */
3853: IF (dm_node_id = nodes.node_id) THEN
3854: -- Bug5161758 - XSS
3855: htp.tableData(htf.anchor2(
3856: curl=>wfa_html.base_url||
3857: '/fnd_document_management.set_dm_home_html?'||
3858: 'dm_node_id='||to_char(nodes.node_id)||
3859: '&username='||l_username||

Line 3868: htp.tableData(htf.anchor2(

3864: 'Left', cattributes=>'headers="t_name"');
3865:
3866: ELSE
3867:
3868: htp.tableData(htf.anchor2(
3869: curl=>dm_base_url||
3870: '/fnd_document_management.set_dm_home_html?'||
3871: 'dm_node_id='||to_char(nodes.node_id)||
3872: '&username='||l_username||

Line 3882: htp.tableData(htf.bold(wf_core.substitutespecialchars(nodes.node_description)), 'left',

3878: END IF;
3879:
3880: -- Bug5161758 - XSS
3881: IF (dm_node_id = nodes.node_id) THEN
3882: htp.tableData(htf.bold(wf_core.substitutespecialchars(nodes.node_description)), 'left',
3883: cattributes=>'headers="t_node_description"');
3884: htp.tableData(htf.bold(wf_core.substitutespecialchars(nodes.product_name)), 'left',
3885: cattributes=>'headers="t_product"');
3886: ELSE

Line 3884: htp.tableData(htf.bold(wf_core.substitutespecialchars(nodes.product_name)), 'left',

3880: -- Bug5161758 - XSS
3881: IF (dm_node_id = nodes.node_id) THEN
3882: htp.tableData(htf.bold(wf_core.substitutespecialchars(nodes.node_description)), 'left',
3883: cattributes=>'headers="t_node_description"');
3884: htp.tableData(htf.bold(wf_core.substitutespecialchars(nodes.product_name)), 'left',
3885: cattributes=>'headers="t_product"');
3886: ELSE
3887: htp.tableData(wf_core.substitutespecialchars(nodes.node_description), 'left',
3888: cattributes=>'headers="t_node_description"');

Line 3887: htp.tableData(wf_core.substitutespecialchars(nodes.node_description), 'left',

3883: cattributes=>'headers="t_node_description"');
3884: htp.tableData(htf.bold(wf_core.substitutespecialchars(nodes.product_name)), 'left',
3885: cattributes=>'headers="t_product"');
3886: ELSE
3887: htp.tableData(wf_core.substitutespecialchars(nodes.node_description), 'left',
3888: cattributes=>'headers="t_node_description"');
3889: htp.tableData(wf_core.substitutespecialchars(nodes.product_name), 'left', 'left',
3890: cattributes=>'headers="t_product"');
3891: END IF;

Line 3889: htp.tableData(wf_core.substitutespecialchars(nodes.product_name), 'left', 'left',

3885: cattributes=>'headers="t_product"');
3886: ELSE
3887: htp.tableData(wf_core.substitutespecialchars(nodes.node_description), 'left',
3888: cattributes=>'headers="t_node_description"');
3889: htp.tableData(wf_core.substitutespecialchars(nodes.product_name), 'left', 'left',
3890: cattributes=>'headers="t_product"');
3891: END IF;
3892:
3893: end loop;

Line 3895: htp.tableclose;

3891: END IF;
3892:
3893: end loop;
3894:
3895: htp.tableclose;
3896:
3897: htp.br;
3898:
3899: wfa_sec.Footer;

Line 3897: htp.br;

3893: end loop;
3894:
3895: htp.tableclose;
3896:
3897: htp.br;
3898:
3899: wfa_sec.Footer;
3900: htp.htmlClose;
3901:

Line 3900: htp.htmlClose;

3896:
3897: htp.br;
3898:
3899: wfa_sec.Footer;
3900: htp.htmlClose;
3901:
3902: exception
3903: when others then
3904: rollback;

Line 3950: htp.p(wf_core.translate('PRODUCT'));

3946: WHERE product_name like p_find_criteria||'%';
3947:
3948: END IF;
3949:
3950: htp.p(wf_core.translate('PRODUCT'));
3951: htp.p('4');
3952: htp.p(TO_CHAR(l_row_count));
3953: htp.p(wf_core.translate('PRODUCT'));
3954: htp.p('50');

Line 3951: htp.p('4');

3947:
3948: END IF;
3949:
3950: htp.p(wf_core.translate('PRODUCT'));
3951: htp.p('4');
3952: htp.p(TO_CHAR(l_row_count));
3953: htp.p(wf_core.translate('PRODUCT'));
3954: htp.p('50');
3955: htp.p(wf_core.translate('VENDOR'));

Line 3952: htp.p(TO_CHAR(l_row_count));

3948: END IF;
3949:
3950: htp.p(wf_core.translate('PRODUCT'));
3951: htp.p('4');
3952: htp.p(TO_CHAR(l_row_count));
3953: htp.p(wf_core.translate('PRODUCT'));
3954: htp.p('50');
3955: htp.p(wf_core.translate('VENDOR'));
3956: htp.p('35');

Line 3953: htp.p(wf_core.translate('PRODUCT'));

3949:
3950: htp.p(wf_core.translate('PRODUCT'));
3951: htp.p('4');
3952: htp.p(TO_CHAR(l_row_count));
3953: htp.p(wf_core.translate('PRODUCT'));
3954: htp.p('50');
3955: htp.p(wf_core.translate('VENDOR'));
3956: htp.p('35');
3957: htp.p(wf_core.translate('VERSION'));

Line 3954: htp.p('50');

3950: htp.p(wf_core.translate('PRODUCT'));
3951: htp.p('4');
3952: htp.p(TO_CHAR(l_row_count));
3953: htp.p(wf_core.translate('PRODUCT'));
3954: htp.p('50');
3955: htp.p(wf_core.translate('VENDOR'));
3956: htp.p('35');
3957: htp.p(wf_core.translate('VERSION'));
3958: htp.p('15');

Line 3955: htp.p(wf_core.translate('VENDOR'));

3951: htp.p('4');
3952: htp.p(TO_CHAR(l_row_count));
3953: htp.p(wf_core.translate('PRODUCT'));
3954: htp.p('50');
3955: htp.p(wf_core.translate('VENDOR'));
3956: htp.p('35');
3957: htp.p(wf_core.translate('VERSION'));
3958: htp.p('15');
3959: htp.p('PRODUCT_ID');

Line 3956: htp.p('35');

3952: htp.p(TO_CHAR(l_row_count));
3953: htp.p(wf_core.translate('PRODUCT'));
3954: htp.p('50');
3955: htp.p(wf_core.translate('VENDOR'));
3956: htp.p('35');
3957: htp.p(wf_core.translate('VERSION'));
3958: htp.p('15');
3959: htp.p('PRODUCT_ID');
3960: htp.p('0');

Line 3957: htp.p(wf_core.translate('VERSION'));

3953: htp.p(wf_core.translate('PRODUCT'));
3954: htp.p('50');
3955: htp.p(wf_core.translate('VENDOR'));
3956: htp.p('35');
3957: htp.p(wf_core.translate('VERSION'));
3958: htp.p('15');
3959: htp.p('PRODUCT_ID');
3960: htp.p('0');
3961:

Line 3958: htp.p('15');

3954: htp.p('50');
3955: htp.p(wf_core.translate('VENDOR'));
3956: htp.p('35');
3957: htp.p(wf_core.translate('VERSION'));
3958: htp.p('15');
3959: htp.p('PRODUCT_ID');
3960: htp.p('0');
3961:
3962: IF (p_titles_only = 'N') THEN

Line 3959: htp.p('PRODUCT_ID');

3955: htp.p(wf_core.translate('VENDOR'));
3956: htp.p('35');
3957: htp.p(wf_core.translate('VERSION'));
3958: htp.p('15');
3959: htp.p('PRODUCT_ID');
3960: htp.p('0');
3961:
3962: IF (p_titles_only = 'N') THEN
3963:

Line 3960: htp.p('0');

3956: htp.p('35');
3957: htp.p(wf_core.translate('VERSION'));
3958: htp.p('15');
3959: htp.p('PRODUCT_ID');
3960: htp.p('0');
3961:
3962: IF (p_titles_only = 'N') THEN
3963:
3964: OPEN c_product_lov (p_find_criteria||'%');

Line 3977: htp.p (l_product);

3973: l_product_id, l_product, l_vendor, l_version;
3974:
3975: EXIT WHEN c_product_lov%NOTFOUND;
3976:
3977: htp.p (l_product);
3978: htp.p (l_vendor);
3979: htp.p (l_version);
3980: htp.p (TO_CHAR(l_product_id));
3981:

Line 3978: htp.p (l_vendor);

3974:
3975: EXIT WHEN c_product_lov%NOTFOUND;
3976:
3977: htp.p (l_product);
3978: htp.p (l_vendor);
3979: htp.p (l_version);
3980: htp.p (TO_CHAR(l_product_id));
3981:
3982: END LOOP;

Line 3979: htp.p (l_version);

3975: EXIT WHEN c_product_lov%NOTFOUND;
3976:
3977: htp.p (l_product);
3978: htp.p (l_vendor);
3979: htp.p (l_version);
3980: htp.p (TO_CHAR(l_product_id));
3981:
3982: END LOOP;
3983:

Line 3980: htp.p (TO_CHAR(l_product_id));

3976:
3977: htp.p (l_product);
3978: htp.p (l_vendor);
3979: htp.p (l_version);
3980: htp.p (TO_CHAR(l_product_id));
3981:
3982: END LOOP;
3983:
3984: END IF;

Line 4142: --htp.p('l_document_text = '||l_document_text);

4138: l_document_text := REPLACE(l_document_text, '<', '<');
4139:
4140: l_document_text := REPLACE(l_document_text, '>', '>');
4141:
4142: --htp.p('l_document_text = '||l_document_text);
4143:
4144: END IF;
4145:
4146: document_attributes.document_identifier := document_identifier;

Line 4230: htp.p('document_identifier ='||document_attributes.document_identifier);

4226: */
4227: -- get_document_token_value(l_document_text, '', l_value);
4228: -- document_attributes.latest_version := l_value;
4229: /*
4230: htp.p('document_identifier ='||document_attributes.document_identifier);
4231: htp.p('document_name ='||document_attributes.document_name );
4232: htp.p('document_type ='||document_attributes.document_type );
4233: htp.p('filename ='||document_attributes.filename );
4234: htp.p('created_by ='||document_attributes.created_by );

Line 4231: htp.p('document_name ='||document_attributes.document_name );

4227: -- get_document_token_value(l_document_text, '', l_value);
4228: -- document_attributes.latest_version := l_value;
4229: /*
4230: htp.p('document_identifier ='||document_attributes.document_identifier);
4231: htp.p('document_name ='||document_attributes.document_name );
4232: htp.p('document_type ='||document_attributes.document_type );
4233: htp.p('filename ='||document_attributes.filename );
4234: htp.p('created_by ='||document_attributes.created_by );
4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );

Line 4232: htp.p('document_type ='||document_attributes.document_type );

4228: -- document_attributes.latest_version := l_value;
4229: /*
4230: htp.p('document_identifier ='||document_attributes.document_identifier);
4231: htp.p('document_name ='||document_attributes.document_name );
4232: htp.p('document_type ='||document_attributes.document_type );
4233: htp.p('filename ='||document_attributes.filename );
4234: htp.p('created_by ='||document_attributes.created_by );
4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );
4236: htp.p('last_update_date ='||document_attributes.last_update_date );

Line 4233: htp.p('filename ='||document_attributes.filename );

4229: /*
4230: htp.p('document_identifier ='||document_attributes.document_identifier);
4231: htp.p('document_name ='||document_attributes.document_name );
4232: htp.p('document_type ='||document_attributes.document_type );
4233: htp.p('filename ='||document_attributes.filename );
4234: htp.p('created_by ='||document_attributes.created_by );
4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );
4236: htp.p('last_update_date ='||document_attributes.last_update_date );
4237: htp.p('locked_by ='||document_attributes.locked_by );

Line 4234: htp.p('created_by ='||document_attributes.created_by );

4230: htp.p('document_identifier ='||document_attributes.document_identifier);
4231: htp.p('document_name ='||document_attributes.document_name );
4232: htp.p('document_type ='||document_attributes.document_type );
4233: htp.p('filename ='||document_attributes.filename );
4234: htp.p('created_by ='||document_attributes.created_by );
4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );
4236: htp.p('last_update_date ='||document_attributes.last_update_date );
4237: htp.p('locked_by ='||document_attributes.locked_by );
4238: htp.p('document_size ='||document_attributes.document_size );

Line 4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );

4231: htp.p('document_name ='||document_attributes.document_name );
4232: htp.p('document_type ='||document_attributes.document_type );
4233: htp.p('filename ='||document_attributes.filename );
4234: htp.p('created_by ='||document_attributes.created_by );
4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );
4236: htp.p('last_update_date ='||document_attributes.last_update_date );
4237: htp.p('locked_by ='||document_attributes.locked_by );
4238: htp.p('document_size ='||document_attributes.document_size );
4239: htp.p('document_status ='||document_attributes.document_status );

Line 4236: htp.p('last_update_date ='||document_attributes.last_update_date );

4232: htp.p('document_type ='||document_attributes.document_type );
4233: htp.p('filename ='||document_attributes.filename );
4234: htp.p('created_by ='||document_attributes.created_by );
4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );
4236: htp.p('last_update_date ='||document_attributes.last_update_date );
4237: htp.p('locked_by ='||document_attributes.locked_by );
4238: htp.p('document_size ='||document_attributes.document_size );
4239: htp.p('document_status ='||document_attributes.document_status );
4240: htp.p('current_version ='||document_attributes.current_version );

Line 4237: htp.p('locked_by ='||document_attributes.locked_by );

4233: htp.p('filename ='||document_attributes.filename );
4234: htp.p('created_by ='||document_attributes.created_by );
4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );
4236: htp.p('last_update_date ='||document_attributes.last_update_date );
4237: htp.p('locked_by ='||document_attributes.locked_by );
4238: htp.p('document_size ='||document_attributes.document_size );
4239: htp.p('document_status ='||document_attributes.document_status );
4240: htp.p('current_version ='||document_attributes.current_version );
4241: htp.p('latest_version ='||document_attributes.latest_version );

Line 4238: htp.p('document_size ='||document_attributes.document_size );

4234: htp.p('created_by ='||document_attributes.created_by );
4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );
4236: htp.p('last_update_date ='||document_attributes.last_update_date );
4237: htp.p('locked_by ='||document_attributes.locked_by );
4238: htp.p('document_size ='||document_attributes.document_size );
4239: htp.p('document_status ='||document_attributes.document_status );
4240: htp.p('current_version ='||document_attributes.current_version );
4241: htp.p('latest_version ='||document_attributes.latest_version );
4242: */

Line 4239: htp.p('document_status ='||document_attributes.document_status );

4235: htp.p('last_updated_by ='||document_attributes.last_updated_by );
4236: htp.p('last_update_date ='||document_attributes.last_update_date );
4237: htp.p('locked_by ='||document_attributes.locked_by );
4238: htp.p('document_size ='||document_attributes.document_size );
4239: htp.p('document_status ='||document_attributes.document_status );
4240: htp.p('current_version ='||document_attributes.current_version );
4241: htp.p('latest_version ='||document_attributes.latest_version );
4242: */
4243: exception

Line 4240: htp.p('current_version ='||document_attributes.current_version );

4236: htp.p('last_update_date ='||document_attributes.last_update_date );
4237: htp.p('locked_by ='||document_attributes.locked_by );
4238: htp.p('document_size ='||document_attributes.document_size );
4239: htp.p('document_status ='||document_attributes.document_status );
4240: htp.p('current_version ='||document_attributes.current_version );
4241: htp.p('latest_version ='||document_attributes.latest_version );
4242: */
4243: exception
4244: when others then

Line 4241: htp.p('latest_version ='||document_attributes.latest_version );

4237: htp.p('locked_by ='||document_attributes.locked_by );
4238: htp.p('document_size ='||document_attributes.document_size );
4239: htp.p('document_status ='||document_attributes.document_status );
4240: htp.p('current_version ='||document_attributes.current_version );
4241: htp.p('latest_version ='||document_attributes.latest_version );
4242: */
4243: exception
4244: when others then
4245: document_attributes.document_name := wf_core.translate('WFDM_NODE_DOWN');

Line 4270: htp.headOpen;

4266: document_id_field VARCHAR2(1000);
4267: document_name_field VARCHAR2(1000);
4268:
4269: BEGIN
4270: htp.headOpen;
4271: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4272: htp.headClose;
4273:
4274: htp.htmlopen;

Line 4271: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));

4267: document_name_field VARCHAR2(1000);
4268:
4269: BEGIN
4270: htp.headOpen;
4271: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4272: htp.headClose;
4273:
4274: htp.htmlopen;
4275:

Line 4272: htp.headClose;

4268:
4269: BEGIN
4270: htp.headOpen;
4271: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4272: htp.headClose;
4273:
4274: htp.htmlopen;
4275:
4276: /*

Line 4274: htp.htmlopen;

4270: htp.headOpen;
4271: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4272: htp.headClose;
4273:
4274: htp.htmlopen;
4275:
4276: /*
4277: ** Get the document id
4278: */

Line 4308: htp.p('');
4338:
4339: htp.p ('
document_identifier='||wf_core.substitutespecialchars(document_identifier));
4340: htp.p ('
document_id='||wf_core.substitutespecialchars(document_id));
4341: htp.p ('
document_name='||wf_core.substitutespecialchars(document_name));
4342: htp.p ('
document_id_field='||wf_core.substitutespecialchars(document_id_field));
4343: htp.p ('
document_name_field='||wf_core.substitutespecialchars(document_name_field));

Line 4340: htp.p ('
document_id='||wf_core.substitutespecialchars(document_id));

4336:
4337: return true;">');
4338:
4339: htp.p ('
document_identifier='||wf_core.substitutespecialchars(document_identifier));
4340: htp.p ('
document_id='||wf_core.substitutespecialchars(document_id));
4341: htp.p ('
document_name='||wf_core.substitutespecialchars(document_name));
4342: htp.p ('
document_id_field='||wf_core.substitutespecialchars(document_id_field));
4343: htp.p ('
document_name_field='||wf_core.substitutespecialchars(document_name_field));
4344:

Line 4341: htp.p ('
document_name='||wf_core.substitutespecialchars(document_name));

4337: return true;">');
4338:
4339: htp.p ('
document_identifier='||wf_core.substitutespecialchars(document_identifier));
4340: htp.p ('
document_id='||wf_core.substitutespecialchars(document_id));
4341: htp.p ('
document_name='||wf_core.substitutespecialchars(document_name));
4342: htp.p ('
document_id_field='||wf_core.substitutespecialchars(document_id_field));
4343: htp.p ('
document_name_field='||wf_core.substitutespecialchars(document_name_field));
4344:
4345: htp.bold('

'||wf_core.translate('WFDM_TRANSPORT_COMPLETED'));

Line 4342: htp.p ('
document_id_field='||wf_core.substitutespecialchars(document_id_field));

4338:
4339: htp.p ('
document_identifier='||wf_core.substitutespecialchars(document_identifier));
4340: htp.p ('
document_id='||wf_core.substitutespecialchars(document_id));
4341: htp.p ('
document_name='||wf_core.substitutespecialchars(document_name));
4342: htp.p ('
document_id_field='||wf_core.substitutespecialchars(document_id_field));
4343: htp.p ('
document_name_field='||wf_core.substitutespecialchars(document_name_field));
4344:
4345: htp.bold('

'||wf_core.translate('WFDM_TRANSPORT_COMPLETED'));
4346:

Line 4343: htp.p ('
document_name_field='||wf_core.substitutespecialchars(document_name_field));

4339: htp.p ('
document_identifier='||wf_core.substitutespecialchars(document_identifier));
4340: htp.p ('
document_id='||wf_core.substitutespecialchars(document_id));
4341: htp.p ('
document_name='||wf_core.substitutespecialchars(document_name));
4342: htp.p ('
document_id_field='||wf_core.substitutespecialchars(document_id_field));
4343: htp.p ('
document_name_field='||wf_core.substitutespecialchars(document_name_field));
4344:
4345: htp.bold('

'||wf_core.translate('WFDM_TRANSPORT_COMPLETED'));
4346:
4347: htp.bodyClose;

Line 4345: htp.bold('

'||wf_core.translate('WFDM_TRANSPORT_COMPLETED'));

4341: htp.p ('
document_name='||wf_core.substitutespecialchars(document_name));
4342: htp.p ('
document_id_field='||wf_core.substitutespecialchars(document_id_field));
4343: htp.p ('
document_name_field='||wf_core.substitutespecialchars(document_name_field));
4344:
4345: htp.bold('

'||wf_core.translate('WFDM_TRANSPORT_COMPLETED'));
4346:
4347: htp.bodyClose;
4348:
4349: htp.htmlClose;

Line 4347: htp.bodyClose;

4343: htp.p ('
document_name_field='||wf_core.substitutespecialchars(document_name_field));
4344:
4345: htp.bold('

'||wf_core.translate('WFDM_TRANSPORT_COMPLETED'));
4346:
4347: htp.bodyClose;
4348:
4349: htp.htmlClose;
4350:
4351: exception

Line 4349: htp.htmlClose;

4345: htp.bold('

'||wf_core.translate('WFDM_TRANSPORT_COMPLETED'));
4346:
4347: htp.bodyClose;
4348:
4349: htp.htmlClose;
4350:
4351: exception
4352: when others then
4353: rollback;

Line 4370: htp.headOpen;

4366: ============================================================================*/
4367: PROCEDURE show_transport_message IS
4368: BEGIN
4369:
4370: htp.headOpen;
4371: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4372: htp.headClose;
4373: htp.bodyOpen(cattributes=>'bgcolor="#CCCCCC"');
4374:

Line 4371: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));

4367: PROCEDURE show_transport_message IS
4368: BEGIN
4369:
4370: htp.headOpen;
4371: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4372: htp.headClose;
4373: htp.bodyOpen(cattributes=>'bgcolor="#CCCCCC"');
4374:
4375: htp.tableOpen(cattributes=>'summary=""');

Line 4372: htp.headClose;

4368: BEGIN
4369:
4370: htp.headOpen;
4371: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4372: htp.headClose;
4373: htp.bodyOpen(cattributes=>'bgcolor="#CCCCCC"');
4374:
4375: htp.tableOpen(cattributes=>'summary=""');
4376: htp.tableRowOpen;

Line 4373: htp.bodyOpen(cattributes=>'bgcolor="#CCCCCC"');

4369:
4370: htp.headOpen;
4371: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4372: htp.headClose;
4373: htp.bodyOpen(cattributes=>'bgcolor="#CCCCCC"');
4374:
4375: htp.tableOpen(cattributes=>'summary=""');
4376: htp.tableRowOpen;
4377:

Line 4375: htp.tableOpen(cattributes=>'summary=""');

4371: htp.title(wf_core.translate('WFDM_TRANSPORT_WINDOW'));
4372: htp.headClose;
4373: htp.bodyOpen(cattributes=>'bgcolor="#CCCCCC"');
4374:
4375: htp.tableOpen(cattributes=>'summary=""');
4376: htp.tableRowOpen;
4377:
4378: htp.tabledata('' ||<br>
4379:                  WF_CORE.Translate('WFDM_TRANSPORT_MESSAGE') || '',

Line 4376: htp.tableRowOpen;

4372: htp.headClose;
4373: htp.bodyOpen(cattributes=>'bgcolor="#CCCCCC"');
4374:
4375: htp.tableOpen(cattributes=>'summary=""');
4376: htp.tableRowOpen;
4377:
4378: htp.tabledata('' ||<br>
4379:                  WF_CORE.Translate('WFDM_TRANSPORT_MESSAGE') || '',
4380: cattributes=>'id=""');

Line 4378: htp.tabledata('' ||<br>
</h5><p>
4374: <br>
4375:    htp.tableOpen(cattributes=>'summary= 4376: htp.tableRowOpen;
4377:
4378: htp.tabledata('' ||<br>
</b>4379:                  WF_CORE.Translate('WFDM_TRANSPORT_MESSAGE') || '',
4380: cattributes=>'id=""');
4381: htp.tabledata(wf_core.translate('WFDM_TRANSPORT_MESSAGE'),
4382: cattributes=>'id=""');

Line 4381: htp.tabledata(wf_core.translate('WFDM_TRANSPORT_MESSAGE'),

4377:
4378: htp.tabledata('' ||<br>
4379:                  WF_CORE.Translate('WFDM_TRANSPORT_MESSAGE') || '',
4380: cattributes=>'id=""');
4381: htp.tabledata(wf_core.translate('WFDM_TRANSPORT_MESSAGE'),
4382: cattributes=>'id=""');
4383:
4384: htp.tableRowClose;
4385: htp.tableClose;

Line 4384: htp.tableRowClose;

4380: cattributes=>'id=""');
4381: htp.tabledata(wf_core.translate('WFDM_TRANSPORT_MESSAGE'),
4382: cattributes=>'id=""');
4383:
4384: htp.tableRowClose;
4385: htp.tableClose;
4386: htp.bodyClose;
4387:
4388: htp.htmlClose;

Line 4385: htp.tableClose;

4381: htp.tabledata(wf_core.translate('WFDM_TRANSPORT_MESSAGE'),
4382: cattributes=>'id=""');
4383:
4384: htp.tableRowClose;
4385: htp.tableClose;
4386: htp.bodyClose;
4387:
4388: htp.htmlClose;
4389:

Line 4386: htp.bodyClose;

4382: cattributes=>'id=""');
4383:
4384: htp.tableRowClose;
4385: htp.tableClose;
4386: htp.bodyClose;
4387:
4388: htp.htmlClose;
4389:
4390: exception

Line 4388: htp.htmlClose;

4384: htp.tableRowClose;
4385: htp.tableClose;
4386: htp.bodyClose;
4387:
4388: htp.htmlClose;
4389:
4390: exception
4391: when others then
4392: rollback;

Line 4571: htp.p('1');

4567: l_ticket := fnd_preference.get (username, 'WF', 'TICKET');
4568:
4569: if (l_ticket = ticket) then
4570:
4571: htp.p('1');
4572:
4573: else
4574:
4575: htp.p('0');

Line 4575: htp.p('0');

4571: htp.p('1');
4572:
4573: else
4574:
4575: htp.p('0');
4576:
4577: end if;
4578:
4579: exception

Line 4628: htp.p (wf_core.substitutespecialchars(stringy));

4624:
4625: PROCEDURE test (stringy IN VARCHAR2) IS
4626: BEGIN
4627: -- Bug5161758 - XSS
4628: htp.p (wf_core.substitutespecialchars(stringy));
4629: end;
4630:
4631:
4632: PROCEDURE show_test_message (