DBA Data[Home] [Help]

APPS.WF_LOOKUP_TYPES_PUB dependencies on WF_ITEM_DEFINITION

Line 223: wf_item_definition.Error;

219: 'fetch_lookup_types',
220: p_item_type,
221: p_lookup_type);
222:
223: wf_item_definition.Error;
224:
225: END fetch_lookup_types;
226:
227: /*===========================================================================

Line 362: wf_item_definition_util_pub.draw_summary_section_title(

358:
359: /*
360: ** Create the the attributes title. Indent it to the level specified
361: */
362: wf_item_definition_util_pub.draw_summary_section_title(
363: wf_core.translate('WFITD_LOOKUP_TYPES'),
364: p_indent_level);
365:
366: /*

Line 376: wf_item_definition_util_pub.create_hotlink_to_details (

372: ** The creation of the anchor from the summary frame to the detail
373: ** frame was very complex so I've extracted the function into its
374: ** own routine.
375: */
376: wf_item_definition_util_pub.create_hotlink_to_details (
377: p_wf_lookup_types_tbl(l_lookup_type_record_num).item_type,
378: p_effective_date,
379: 'LOOKUP_TYPE',
380: p_wf_lookup_types_tbl(l_lookup_type_record_num).lookup_type,

Line 447: wf_item_definition.Error;

443:
444: EXCEPTION
445: WHEN OTHERS THEN
446: Wf_Core.Context('wf_lookup_types_pub', 'draw_lookup_type_list');
447: wf_item_definition.Error;
448:
449: END draw_lookup_type_list;
450:
451: /*===========================================================================

Line 474: wf_item_definition_util_pub.draw_summary_section_title(

470:
471: /*
472: ** Create the the lookups title. Indent it to the level specified
473: */
474: wf_item_definition_util_pub.draw_summary_section_title(
475: wf_core.translate('WFITD_LOOKUP_CODES'),
476: p_indent_level);
477:
478: /*

Line 488: wf_item_definition_util_pub.create_hotlink_to_details (

484: ** The creation of the anchor from the summary frame to the detail
485: ** frame was very complex so I've extracted the function into its
486: ** own routine.
487: */
488: wf_item_definition_util_pub.create_hotlink_to_details (
489: p_wf_lookups_tbl(l_record_num).item_type,
490: p_effective_date,
491: 'LOOKUP',
492: p_wf_lookups_tbl(l_record_num).lookup_type||':'||

Line 503: wf_item_definition.Error;

499:
500: EXCEPTION
501: WHEN OTHERS THEN
502: Wf_Core.Context('wf_lookup_types_vl_pub', 'draw_lookup_list');
503: wf_item_definition.Error;
504:
505: END draw_lookup_list;
506:
507: /*===========================================================================

Line 533: wf_item_definition_util_pub.draw_detail_section_title (

529:
530: /*
531: ** Draw the section title for the lookup type detail section
532: */
533: wf_item_definition_util_pub.draw_detail_section_title (
534: wf_core.translate('WFITD_LOOKUP_TYPE_DETAILS'),
535: 0);
536:
537: /*

Line 554: wf_item_definition_util_pub.create_details_hotlink_target (

550: ** Create the target for the hotlink from the summary view. Also
551: ** create the first row in the table which is always the display
552: ** name for the object.
553: */
554: wf_item_definition_util_pub.create_details_hotlink_target (
555: 'LOOKUP_TYPE',
556: p_wf_lookup_types_tbl(l_lookup_type_record_num).lookup_type,
557: p_wf_lookup_types_tbl(l_lookup_type_record_num).display_name,
558: wf_core.translate('WFITD_LOOKUP_TYPE_NAME'),

Line 565: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

561: /*
562: ** Create the internal name row in the table. Also lay down the
563: ** destination for the anchor based on the row id.
564: */
565: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
566: wf_core.translate('WFITD_INTERNAL_NAME'),
567: p_wf_lookup_types_tbl(l_lookup_type_record_num).lookup_type);
568:
569: /*

Line 572: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

568:
569: /*
570: ** Create the description row in the table
571: */
572: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
573: wf_core.translate('DESCRIPTION'),
574: p_wf_lookup_types_tbl(l_lookup_type_record_num).description);
575:
576: /*

Line 579: wf_item_definition_util_pub.draw_custom_protect_details(

575:
576: /*
577: ** Call function to print the customization/protection levels
578: */
579: wf_item_definition_util_pub.draw_custom_protect_details(
580: p_wf_lookup_types_tbl(l_lookup_type_record_num).custom_level,
581: p_wf_lookup_types_tbl(l_lookup_type_record_num).protect_level);
582:
583: /*

Line 662: wf_item_definition_util_pub.draw_detail_section_title (

658:
659: /*
660: ** Draw the section title for the Lookup Type detail section
661: */
662: wf_item_definition_util_pub.draw_detail_section_title (
663: wf_core.translate('WFITD_LOOKUP_TYPE_DETAILS'),
664: 0);
665:
666: END IF;

Line 687: wf_item_definition.Error;

683:
684: EXCEPTION
685: WHEN OTHERS THEN
686: Wf_Core.Context('wf_lookup_types_pub', 'draw_lookup_type_details');
687: wf_item_definition.Error;
688:
689: END draw_lookup_type_details;
690:
691: /*===========================================================================

Line 712: wf_item_definition_util_pub.draw_detail_section_title (

708:
709: /*
710: ** Draw the section title for the lookup detail section
711: */
712: wf_item_definition_util_pub.draw_detail_section_title (
713: wf_core.translate('WFITD_LOOKUP_DETAILS'),
714: 0);
715:
716: /*

Line 733: wf_item_definition_util_pub.create_details_hotlink_target (

729: ** Create the target for the hotlink from the summary view. Also
730: ** create the first row in the table which is always the display
731: ** name for the object.
732: */
733: wf_item_definition_util_pub.create_details_hotlink_target (
734: 'LOOKUP',
735: p_wf_lookups_tbl(l_record_num).lookup_type||':'||
736: p_wf_lookups_tbl(l_record_num).lookup_code,
737: p_wf_lookups_tbl(l_record_num).meaning,

Line 744: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

740:
741: /*
742: ** Create the internal name row in the table.
743: */
744: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
745: wf_core.translate('WFITD_INTERNAL_NAME'),
746: p_wf_lookups_tbl(l_record_num).lookup_code);
747:
748: /*

Line 751: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

747:
748: /*
749: ** Create the lookup type display name row in the table.
750: */
751: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
752: wf_core.translate('WFITD_LOOKUP_TYPE_NAME'),
753: p_wf_lookups_tbl(l_record_num).lookup_type_display_name);
754:
755: /*

Line 758: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

754:
755: /*
756: ** Create the description row in the table
757: */
758: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
759: wf_core.translate('DESCRIPTION'),
760: p_wf_lookups_tbl(l_record_num).description);
761:
762: /*

Line 782: wf_item_definition.Error;

778:
779: EXCEPTION
780: WHEN OTHERS THEN
781: Wf_Core.Context('wf_lookup_types_vl_pub', 'draw_lookup_details');
782: wf_item_definition.Error;
783:
784: END draw_lookup_details;
785:
786: END wf_lookup_types_pub;