DBA Data[Home] [Help]

APPS.WF_ITEM_DEFINITION_UTIL_PUB dependencies on WF_ITEM_DEFINITION

Line 1: PACKAGE BODY wf_item_definition_util_pub AS

1: PACKAGE BODY wf_item_definition_util_pub AS
2: /* $Header: wfdefb.pls 120.1 2005/07/02 03:43:48 appldev ship $ */
3:
4: /*===========================================================================
5: PACKAGE NAME: wf_item_definition_util_pub

Line 5: PACKAGE NAME: wf_item_definition_util_pub

1: PACKAGE BODY wf_item_definition_util_pub AS
2: /* $Header: wfdefb.pls 120.1 2005/07/02 03:43:48 appldev ship $ */
3:
4: /*===========================================================================
5: PACKAGE NAME: wf_item_definition_util_pub
6:
7: DESCRIPTION:
8:
9: OWNER: GKELLNER

Line 34: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

30:
31: /*
32: ** Create the customization row in the table
33: */
34: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
35: wf_core.translate('WFITD_CUSTOMIZATION_LEVEL'),
36: p_customization_level);
37:
38: /*

Line 41: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

37:
38: /*
39: ** Create the protection level row in the table
40: */
41: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
42: wf_core.translate('WFITD_PROTECTION_LEVEL'),
43: p_protection_level);
44:
45: EXCEPTION

Line 47: Wf_Core.Context('wf_item_definition_util_pub',

43: p_protection_level);
44:
45: EXCEPTION
46: WHEN OTHERS THEN
47: Wf_Core.Context('wf_item_definition_util_pub',
48: 'draw_custom_protect_details',
49: p_customization_level,
50: p_protection_level);
51:

Line 52: wf_item_definition.Error;

48: 'draw_custom_protect_details',
49: p_customization_level,
50: p_protection_level);
51:
52: wf_item_definition.Error;
53:
54: END draw_custom_protect_details;
55:
56: /*===========================================================================

Line 74: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

70:
71: /*
72: ** Create the read role row in the table
73: */
74: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
75: wf_core.translate('WFITD_READ_ROLE'),
76: p_read_role);
77:
78: /*

Line 81: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

77:
78: /*
79: ** Create the write role row in the table
80: */
81: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
82: wf_core.translate('WFITD_WRITE_ROLE'),
83: p_write_role);
84:
85: IF (p_draw_execute_role = TRUE) THEN

Line 90: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

86:
87: /*
88: ** Create the execute role row in the table
89: */
90: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
91: wf_core.translate('WFITD_EXECUTE_ROLE'),
92: p_execute_role);
93:
94: END IF;

Line 98: Wf_Core.Context('wf_item_definition_util_pub',

94: END IF;
95:
96: EXCEPTION
97: WHEN OTHERS THEN
98: Wf_Core.Context('wf_item_definition_util_pub',
99: 'draw_read_write_exe_details',
100: p_read_role,
101: p_write_role,
102: p_execute_role);

Line 104: wf_item_definition.Error;

100: p_read_role,
101: p_write_role,
102: p_execute_role);
103:
104: wf_item_definition.Error;
105:
106: END draw_read_write_exe_details;
107:
108: /*===========================================================================

Line 176: wf_item_definition_util_pub.draw_detail_prompt(

172: ** a one column table for the summary frame.
173: */
174: IF (p_detail_prompt IS NOT NULL) THEN
175:
176: wf_item_definition_util_pub.draw_detail_prompt(
177: p_detail_prompt);
178:
179: END IF;
180:

Line 185: 'wf_item_definition.draw_item_details?p_item_type='||

181: htp.tableData(
182: cvalue=>l_indent_string||
183: ' 260: ':'||p_internal_name||'"'||
261: '>');
262:
263: wf_item_definition_util_pub.draw_detail_prompt(p_display_prompt);
264:
265: htp.p ('
');
266:
267: wf_item_definition_util_pub.draw_detail_value(p_display_name);

Line 267: wf_item_definition_util_pub.draw_detail_value(p_display_name);

263: wf_item_definition_util_pub.draw_detail_prompt(p_display_prompt);
264:
265: htp.p ('');
266:
267: wf_item_definition_util_pub.draw_detail_value(p_display_name);
268:
269: htp.tableRowClose;
270:
271: EXCEPTION

Line 273: Wf_Core.Context('wf_item_definition_util_pub',

269: htp.tableRowClose;
270:
271: EXCEPTION
272: WHEN OTHERS THEN
273: Wf_Core.Context('wf_item_definition_util_pub',
274: 'create_details_hotlink_target',
275: p_object_type_prefix,
276: p_internal_name,
277: p_display_name,

Line 280: wf_item_definition.Error;

276: p_internal_name,
277: p_display_name,
278: p_display_prompt);
279:
280: wf_item_definition.Error;
281:
282: END create_details_hotlink_target;
283:
284:

Line 327: Wf_Core.Context('wf_item_definition_util_pub',

323: htp.tableRowClose;
324:
325: EXCEPTION
326: WHEN OTHERS THEN
327: Wf_Core.Context('wf_item_definition_util_pub',
328: 'draw_summary_section_title',
329: p_section_title,
330: p_indent_level);
331:

Line 332: wf_item_definition.Error;

328: 'draw_summary_section_title',
329: p_section_title,
330: p_indent_level);
331:
332: wf_item_definition.Error;
333:
334: END draw_summary_section_title;
335:
336: /*===========================================================================

Line 362: Wf_Core.Context('wf_item_definition_util_pub',

358: htp.p('


');
359:
360: EXCEPTION
361: WHEN OTHERS THEN
362: Wf_Core.Context('wf_item_definition_util_pub',
363: 'draw_detail_section_title',
364: p_section_title);
365:
366:

Line 367: wf_item_definition.Error;

363: 'draw_detail_section_title',
364: p_section_title);
365:
366:
367: wf_item_definition.Error;
368:
369: END draw_detail_section_title;
370:
371: /*===========================================================================

Line 397: Wf_Core.Context('wf_item_definition_util_pub',

393: htp.tableRowClose;
394:
395: EXCEPTION
396: WHEN OTHERS THEN
397: Wf_Core.Context('wf_item_definition_util_pub',
398: 'draw_detail_prompt_value_pair',
399: p_prompt,
400: p_value);
401:

Line 402: wf_item_definition.Error;

398: 'draw_detail_prompt_value_pair',
399: p_prompt,
400: p_value);
401:
402: wf_item_definition.Error;
403:
404: END draw_detail_prompt_value_pair;
405:
406: /*===========================================================================

Line 422: Wf_Core.Context('wf_item_definition_util_pub',

418: htp.tableData(p_prompt||' ', 'Right');
419:
420: EXCEPTION
421: WHEN OTHERS THEN
422: Wf_Core.Context('wf_item_definition_util_pub',
423: 'draw_detail_prompt',
424: p_prompt);
425: wf_item_definition.Error;
426:

Line 425: wf_item_definition.Error;

421: WHEN OTHERS THEN
422: Wf_Core.Context('wf_item_definition_util_pub',
423: 'draw_detail_prompt',
424: p_prompt);
425: wf_item_definition.Error;
426:
427: END draw_detail_prompt;
428:
429: /*===========================================================================

Line 445: Wf_Core.Context('wf_item_definition_util_pub',

441: htp.tableData(''||p_value||'', 'Left');
442:
443: EXCEPTION
444: WHEN OTHERS THEN
445: Wf_Core.Context('wf_item_definition_util_pub',
446: 'draw_detail_value',
447: p_value);
448: wf_item_definition.Error;
449:

Line 448: wf_item_definition.Error;

444: WHEN OTHERS THEN
445: Wf_Core.Context('wf_item_definition_util_pub',
446: 'draw_detail_value',
447: p_value);
448: wf_item_definition.Error;
449:
450: END draw_detail_value;
451:
452: /*===========================================================================

Line 492: wf_item_definition_util_pub.draw_summary_section_title(

488: ** Set the the processes title.
489: */
490: l_summary_section_title := wf_core.translate('PROCESSES');
491:
492: wf_item_definition_util_pub.draw_summary_section_title(
493: l_summary_section_title,
494: p_indent_level);
495:
496:

Line 504: wf_item_definition_util_pub.draw_summary_section_title(

500: ** Set the the notifications title.
501: */
502: l_summary_section_title := wf_core.translate('WFITD_NOTIFICATIONS');
503:
504: wf_item_definition_util_pub.draw_summary_section_title(
505: l_summary_section_title,
506: p_indent_level);
507:
508:

Line 516: wf_item_definition_util_pub.draw_summary_section_title(

512: ** Set the functions title.
513: */
514: l_summary_section_title := wf_core.translate('WFITD_FUNCTIONS');
515:
516: wf_item_definition_util_pub.draw_summary_section_title(
517: l_summary_section_title,
518: p_indent_level);
519:
520: END IF;

Line 526: Wf_Core.Context('wf_item_definition_util_pub',

522: END LOOP;
523:
524: EXCEPTION
525: WHEN OTHERS THEN
526: Wf_Core.Context('wf_item_definition_util_pub',
527: 'activity_titles_list');
528:
529: wf_item_definition.Error;
530:

Line 529: wf_item_definition.Error;

525: WHEN OTHERS THEN
526: Wf_Core.Context('wf_item_definition_util_pub',
527: 'activity_titles_list');
528:
529: wf_item_definition.Error;
530:
531: END activity_titles_list;
532:
533: /*===========================================================================

Line 572: wf_item_definition_util_pub.draw_detail_section_title(

568: ** Set the the processes title.
569: */
570: l_detail_section_title := wf_core.translate('WFITD_PROCESS_DETAILS');
571:
572: wf_item_definition_util_pub.draw_detail_section_title(
573: l_detail_section_title,
574: 0);
575:
576: /*

Line 589: wf_item_definition_util_pub.draw_detail_section_title(

585: ** Set the the notifications title.
586: */
587: l_detail_section_title := wf_core.translate('WFITD_NOTIFICATION_DETAILS');
588:
589: wf_item_definition_util_pub.draw_detail_section_title(
590: l_detail_section_title,
591: 0);
592:
593: /*

Line 606: wf_item_definition_util_pub.draw_detail_section_title(

602: ** Set the functions title.
603: */
604: l_detail_section_title := wf_core.translate('WFITD_FUNCTION_DETAILS');
605:
606: wf_item_definition_util_pub.draw_detail_section_title(
607: l_detail_section_title,
608: 0);
609:
610: END IF;

Line 616: Wf_Core.Context('wf_item_definition_util_pub',

612: END LOOP;
613:
614: EXCEPTION
615: WHEN OTHERS THEN
616: Wf_Core.Context('wf_item_definition_util_pub',
617: 'activity_titles_details');
618:
619: wf_item_definition.Error;
620:

Line 619: wf_item_definition.Error;

615: WHEN OTHERS THEN
616: Wf_Core.Context('wf_item_definition_util_pub',
617: 'activity_titles_details');
618:
619: wf_item_definition.Error;
620:
621: END activity_titles_details;
622:
623: /*===========================================================================

Line 706: Wf_Core.Context('wf_item_definition_util_pub',

702: p_expected_format := l_nls_date_format;
703:
704: EXCEPTION
705: WHEN OTHERS THEN
706: Wf_Core.Context('wf_item_definition_util_pub',
707: 'validate_date');
708:
709: wf_item_definition.Error;
710:

Line 709: wf_item_definition.Error;

705: WHEN OTHERS THEN
706: Wf_Core.Context('wf_item_definition_util_pub',
707: 'validate_date');
708:
709: wf_item_definition.Error;
710:
711: END validate_date;
712:
713:

Line 788: Wf_Core.Context('wf_item_definition_util_pub',

784: END IF;
785:
786: EXCEPTION
787: WHEN OTHERS THEN
788: Wf_Core.Context('wf_item_definition_util_pub',
789: 'create_checkbox',
790: p_name,
791: p_value,
792: p_checked,

Line 795: wf_item_definition.Error;

791: p_value,
792: p_checked,
793: p_prompt);
794:
795: wf_item_definition.Error;
796:
797: END create_checkbox;
798:
799: END wf_item_definition_util_pub;

Line 799: END wf_item_definition_util_pub;

795: wf_item_definition.Error;
796:
797: END create_checkbox;
798:
799: END wf_item_definition_util_pub;