DBA Data[Home] [Help]

APPS.WF_MESSAGES_VL_PUB dependencies on WF_ITEM_DEFINITION_UTIL_PUB

Line 336: wf_item_definition_util_pub.draw_summary_section_title(

332:
333: /*
334: ** Create the the messages title. Indent it to the level specified
335: */
336: wf_item_definition_util_pub.draw_summary_section_title(
337: wf_core.translate('WFITD_MESSAGES'),
338: p_indent_level);
339:
340: /*

Line 350: wf_item_definition_util_pub.create_hotlink_to_details (

346: ** The creation of the anchor from the summary frame to the detail
347: ** frame was very complex so I've extracted the function into its
348: ** own routine.
349: */
350: wf_item_definition_util_pub.create_hotlink_to_details (
351: p_wf_messages_vl_tbl(l_message_record_num).type,
352: p_effective_date,
353: 'MESSAGE',
354: p_wf_messages_vl_tbl(l_message_record_num).name,

Line 448: wf_item_definition_util_pub.draw_summary_section_title(

444:
445: /*
446: ** Create the the messages title. Indent it to the level specified
447: */
448: wf_item_definition_util_pub.draw_summary_section_title(
449: wf_core.translate('WFITD_MESSAGE_ATTRS'),
450: p_indent_level);
451:
452: /*

Line 464: wf_item_definition_util_pub.create_hotlink_to_details (

460: ** own routine.
461: */
462: IF (p_wf_message_attr_vl_tbl(l_record_num).name <> 'RESULT') THEN
463:
464: wf_item_definition_util_pub.create_hotlink_to_details (
465: p_wf_message_attr_vl_tbl(l_record_num).message_type,
466: p_effective_date,
467: 'MESSAGE_ATTR',
468: p_wf_message_attr_vl_tbl(l_record_num).message_name||':'||

Line 522: wf_item_definition_util_pub.draw_detail_section_title (

518:
519: /*
520: ** Draw the section title for the Message detail section
521: */
522: wf_item_definition_util_pub.draw_detail_section_title (
523: wf_core.translate('WFITD_MESSAGE_DETAILS'),
524: 0);
525:
526: /*

Line 543: wf_item_definition_util_pub.create_details_hotlink_target (

539: ** Create the target for the hotlink from the summary view. Also
540: ** create the first row in the table which is always the display
541: ** name for the object.
542: */
543: wf_item_definition_util_pub.create_details_hotlink_target (
544: 'MESSAGE',
545: p_wf_messages_vl_tbl(l_message_record_num).name,
546: p_wf_messages_vl_tbl(l_message_record_num).display_name,
547: wf_core.translate('WFITD_MESSAGE_NAME'),

Line 553: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

549:
550: /*
551: ** Create the internal name row in the table.
552: */
553: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
554: wf_core.translate('WFITD_INTERNAL_NAME'),
555: p_wf_messages_vl_tbl(l_message_record_num).name);
556:
557: /*

Line 560: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

556:
557: /*
558: ** Create the description row in the table
559: */
560: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
561: wf_core.translate('DESCRIPTION'),
562: p_wf_messages_vl_tbl(l_message_record_num).description);
563:
564:

Line 580: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

576:
577: /*
578: ** Create the priority row in the table
579: */
580: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
581: wf_core.translate('PRIORITY'), pri);
582:
583: /*
584: ** Create the Subject row in the table

Line 586: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

582:
583: /*
584: ** Create the Subject row in the table
585: */
586: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
587: wf_core.translate('SUBJECT'),
588: p_wf_messages_vl_tbl(l_message_record_num).subject);
589:
590: /*

Line 593: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

589:
590: /*
591: ** Create the html body row in the table
592: */
593: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
594: wf_core.translate('WFITD_HTML_BODY'),
595: p_wf_messages_vl_tbl(l_message_record_num).html_body);
596:
597: /*

Line 600: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

596:
597: /*
598: ** Create the text body row in the table
599: */
600: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
601: wf_core.translate('WFITD_TEXT_BODY'),
602: p_wf_messages_vl_tbl(l_message_record_num).body);
603:
604: /*

Line 607: wf_item_definition_util_pub.draw_read_write_exe_details(

603:
604: /*
605: ** Call function to print the read/write/execute roles
606: */
607: wf_item_definition_util_pub.draw_read_write_exe_details(
608: p_wf_messages_vl_tbl(l_message_record_num).read_role,
609: p_wf_messages_vl_tbl(l_message_record_num).write_role,
610: null,
611: FALSE);

Line 616: wf_item_definition_util_pub.draw_custom_protect_details(

612:
613: /*
614: ** Call function to print the customization/protection levels
615: */
616: wf_item_definition_util_pub.draw_custom_protect_details(
617: p_wf_messages_vl_tbl(l_message_record_num).custom_level,
618: p_wf_messages_vl_tbl(l_message_record_num).protect_level);
619:
620:

Line 764: wf_item_definition_util_pub.draw_detail_section_title (

760:
761: /*
762: ** Draw the section title for the Message detail section
763: */
764: wf_item_definition_util_pub.draw_detail_section_title (
765: wf_core.translate('WFITD_MESSAGE_DETAILS'),
766: 0);
767:
768: END IF;

Line 821: wf_item_definition_util_pub.draw_detail_section_title (

817: ** shown as part of the parent item in the builder
818: */
819: IF (p_indent_level <> -1) THEN
820:
821: wf_item_definition_util_pub.draw_detail_section_title (
822: wf_core.translate('WFITD_MESSAGE_ATTR_DETAILS'),
823: 0);
824:
825: END IF;

Line 846: wf_item_definition_util_pub.create_details_hotlink_target (

842: ** Create the target for the hotlink from the summary view. Also
843: ** create the first row in the table which is always the display
844: ** name for the object.
845: */
846: wf_item_definition_util_pub.create_details_hotlink_target (
847: 'MESSAGE_ATTR',
848: p_wf_message_attr_vl_tbl(l_record_num).message_name||':'||
849: p_wf_message_attr_vl_tbl(l_record_num).name,
850: p_wf_message_attr_vl_tbl(l_record_num).display_name,

Line 857: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

853:
854: /*
855: ** Create the internal name row in the table.
856: */
857: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
858: wf_core.translate('WFITD_INTERNAL_NAME'),
859: p_wf_message_attr_vl_tbl(l_record_num).name);
860:
861: /*

Line 864: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

860:
861: /*
862: ** Create the message display name row in the table.
863: */
864: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
865: wf_core.translate('WFITD_MESSAGE_NAME'),
866: p_wf_message_attr_vl_tbl(l_record_num).message_display_name);
867:
868: ELSE

Line 873: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

869:
870: /*
871: ** Create the attribute display name row in the table.
872: */
873: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
874: wf_core.translate('WFITD_RESULT_DISPLAY_NAME'),
875: p_wf_message_attr_vl_tbl(l_record_num).display_name);
876:
877: END IF;

Line 882: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

878:
879: /*
880: ** Create the description row in the table
881: */
882: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
883: wf_core.translate('DESCRIPTION'),
884: p_wf_message_attr_vl_tbl(l_record_num).description);
885:
886: /*

Line 889: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

885:
886: /*
887: ** Create the attribute type row in the table
888: */
889: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
890: wf_core.translate('WFITD_ATTRIBUTE_TYPE'),
891: wf_core.translate('WFITD_ATTR_TYPE_'||
892: p_wf_message_attr_vl_tbl(l_record_num).type));
893:

Line 903: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

899: ** If it is any other type then don't show the row at all
900: */
901: IF (p_wf_message_attr_vl_tbl(l_record_num).type = 'VARCHAR2') THEN
902:
903: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
904: wf_core.translate('LENGTH'),
905: p_wf_message_attr_vl_tbl(l_record_num).format);
906:
907: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).type IN ('NUMBER', 'DATE')) THEN

Line 909: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

905: p_wf_message_attr_vl_tbl(l_record_num).format);
906:
907: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).type IN ('NUMBER', 'DATE')) THEN
908:
909: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
910: wf_core.translate('FORMAT'),
911: p_wf_message_attr_vl_tbl(l_record_num).format);
912:
913: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).type = 'LOOKUP') THEN

Line 915: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

911: p_wf_message_attr_vl_tbl(l_record_num).format);
912:
913: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).type = 'LOOKUP') THEN
914:
915: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
916: wf_core.translate('LOOKUP'),
917: p_wf_message_attr_vl_tbl(l_record_num).lookup_type_display_name);
918:
919: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).type IN ('URL','DOCUMENT')) THEN

Line 924: wf_item_definition_util_pub.draw_detail_prompt_value_pair

920: /*
921: ** If it is URL or DOCUMENT, indicate where the resulting page should be displayed
922: */
923: IF (NVL(p_wf_message_attr_vl_tbl(l_record_num).format, '_top') = '_top') THEN
924: wf_item_definition_util_pub.draw_detail_prompt_value_pair
925: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_TOP'));
926: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).format = '_blank') THEN
927: wf_item_definition_util_pub.draw_detail_prompt_value_pair
928: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_BLANK'));

Line 927: wf_item_definition_util_pub.draw_detail_prompt_value_pair

923: IF (NVL(p_wf_message_attr_vl_tbl(l_record_num).format, '_top') = '_top') THEN
924: wf_item_definition_util_pub.draw_detail_prompt_value_pair
925: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_TOP'));
926: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).format = '_blank') THEN
927: wf_item_definition_util_pub.draw_detail_prompt_value_pair
928: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_BLANK'));
929: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).format = '_self') THEN
930: wf_item_definition_util_pub.draw_detail_prompt_value_pair
931: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_SELF'));

Line 930: wf_item_definition_util_pub.draw_detail_prompt_value_pair

926: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).format = '_blank') THEN
927: wf_item_definition_util_pub.draw_detail_prompt_value_pair
928: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_BLANK'));
929: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).format = '_self') THEN
930: wf_item_definition_util_pub.draw_detail_prompt_value_pair
931: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_SELF'));
932: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).format = '_parent') THEN
933: wf_item_definition_util_pub.draw_detail_prompt_value_pair
934: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_PARENT'));

Line 933: wf_item_definition_util_pub.draw_detail_prompt_value_pair

929: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).format = '_self') THEN
930: wf_item_definition_util_pub.draw_detail_prompt_value_pair
931: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_SELF'));
932: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).format = '_parent') THEN
933: wf_item_definition_util_pub.draw_detail_prompt_value_pair
934: (wf_core.translate('WFITD_FRAME_TARGET'), wf_core.translate('WFITD_PARENT'));
935: END IF;
936:
937: /*

Line 943: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

939: ** preference.
940: */
941: IF p_wf_message_attr_vl_tbl(l_record_num).subtype = 'SEND' THEN
942: IF NVL(p_wf_message_attr_vl_tbl(l_record_num).attach, 'N') = 'Y' THEN
943: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
944: wf_core.translate('WFITD_ATTACH'),
945: wf_core.translate('WFITD_YES'));
946: ELSE
947: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

Line 947: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

943: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
944: wf_core.translate('WFITD_ATTACH'),
945: wf_core.translate('WFITD_YES'));
946: ELSE
947: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
948: wf_core.translate('WFITD_ATTACH'),
949: wf_core.translate('WFITD_NO'));
950: END iF;
951:

Line 960: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

956: ** Create the source row in the table
957: */
958: IF (p_indent_level <> -1) THEN
959:
960: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
961: wf_core.translate('WFITD_SOURCE'),
962: wf_core.translate('WFITD_MSG_SOURCE_TYPE_'||
963: p_wf_message_attr_vl_tbl(l_record_num).subtype));
964:

Line 970: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

966:
967: /*
968: ** Create the default type row
969: */
970: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
971: wf_core.translate('WFITD_DEFAULT_TYPE'),
972: wf_core.translate('WFITD_DEFAULT_TYPE_'||
973: p_wf_message_attr_vl_tbl(l_record_num).value_type));
974:

Line 986: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

982: /*
983: ** Create the default item attribute row in the table. This is based on the
984: ** p_wf_message_attr_vl_tbl(l_record_num).attr_default_display_name
985: */
986: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
987: wf_core.translate('WFITD_DEFAULT_VALUE'),
988: p_wf_message_attr_vl_tbl(l_record_num).attr_default_display_name);
989:
990:

Line 998: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

994: ** the lookup code that was fetch.
995: */
996: ELSIF (p_wf_message_attr_vl_tbl(l_record_num).type = 'LOOKUP') THEN
997:
998: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
999: wf_core.translate('WFITD_DEFAULT_VALUE'),
1000: p_wf_message_attr_vl_tbl(l_record_num).lookup_code_display_name);
1001:
1002: /*

Line 1009: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

1005: ** default. If there is no number default then try the date.
1006: */
1007: ELSE
1008:
1009: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
1010: wf_core.translate('WFITD_DEFAULT_VALUE'),
1011: NVL(p_wf_message_attr_vl_tbl(l_record_num).text_default,
1012: NVL(TO_CHAR(p_wf_message_attr_vl_tbl(l_record_num).number_default),
1013: TO_CHAR(p_wf_message_attr_vl_tbl(l_record_num).date_default))));