DBA Data[Home] [Help]

APPS.BIS_VG_LOG dependencies on FND_MESSAGE

Line 486: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

482:
483: bis_debug_pub.Add('> write_inputs');
484: x_return_status := FND_API.G_RET_STS_SUCCESS;
485:
486: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
487: , 'BIS_VG_INPUT_PARAMETERS'
488: );
489:
490: write_string ( p_mode

Line 511: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

507: , x_error_Tbl
508: );
509:
510: IF (p_all_flag = fnd_api.g_true) THEN
511: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
512: , 'BIS_VG_INPUT_ALL_VIEWS'
513: );
514:
515: write_string ( p_mode

Line 522: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

518: , x_error_Tbl
519: );
520:
521: ELSIF (p_view_name IS NOT NULL) THEN
522: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
523: , 'BIS_VG_INPUT_VIEW_NAME'
524: );
525:
526: write_string ( p_mode

Line 534: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

530: );
531:
532:
533: ELSIF (p_app_short_name IS NOT NULL) THEN
534: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
535: , 'BIS_VG_INPUT_APP'
536: );
537:
538: write_string ( p_mode

Line 544: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

540: , x_return_status
541: , x_error_Tbl
542: );
543: ELSIF (p_kf_appl_short_name IS NOT NULL) THEN
544: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
545: , 'BIS_VG_INPUT_APP'
546: );
547:
548: write_string ( p_mode

Line 553: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

549: , l_str || ' ' || p_kf_appl_short_name
550: , x_return_status
551: , x_error_Tbl
552: );
553: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
554: , 'BIS_VG_INPUT_KFX'
555: );
556:
557:

Line 565: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

561: , x_error_Tbl
562: );
563:
564: ELSIF (p_df_appl_short_name IS NOT NULL) then
565: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
566: , 'BIS_VG_INPUT_APP'
567: );
568:
569: write_string ( p_mode

Line 575: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

571: , x_return_status
572: , x_error_Tbl
573: );
574:
575: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
576: , 'BIS_VG_INPUT_DFX'
577: );
578:
579: write_string ( p_mode

Line 586: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

582: , x_error_Tbl
583: );
584:
585: ELSE
586: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
587: , 'BIS_VG_INPUT_LOOKUP_TABLE_NAME'
588: );
589:
590: write_string ( p_mode

Line 596: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application

592: , x_return_status
593: , x_error_Tbl
594: );
595:
596: l_str := fnd_message.get_string( BIS_VG_TYPES.message_application
597: , 'BIS_VG_INPUT_LOOKUP_TYPE'
598: );
599: write_string ( p_mode
600: , l_str || ' ' || p_Lookup_Type

Line 650: l_head := fnd_message.get_string( BIS_VG_TYPES.message_application

646: BEGIN
647: bis_debug_pub.Add('> write_header');
648: x_return_status := FND_API.G_RET_STS_SUCCESS;
649:
650: l_head := fnd_message.get_string( BIS_VG_TYPES.message_application
651: , 'BIS_VG_GENERATOR_NAME'
652: );
653:
654: l_date := To_char(Sysdate, 'DD-MON-YYYY HH:MI');

Line 712: l_src := fnd_message.get_string( BIS_VG_TYPES.message_application

708:
709: bis_debug_pub.Add('> write_success_views');
710: x_return_status := FND_API.G_RET_STS_SUCCESS;
711:
712: l_src := fnd_message.get_string( BIS_VG_TYPES.message_application
713: , 'BIS_VG_SOURCE_VIEW_HEADING'
714: );
715:
716: l_des := fnd_message.get_string( BIS_VG_TYPES.message_application

Line 716: l_des := fnd_message.get_string( BIS_VG_TYPES.message_application

712: l_src := fnd_message.get_string( BIS_VG_TYPES.message_application
713: , 'BIS_VG_SOURCE_VIEW_HEADING'
714: );
715:
716: l_des := fnd_message.get_string( BIS_VG_TYPES.message_application
717: , 'BIS_VG_GENERATED_VIEW_HEADING'
718: );
719:
720: l_src := Rpad(l_src, 30);

Line 902: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application

898: write_blank_line(p_mode, 1, x_return_status, x_error_Tbl);
899:
900: IF (g_gen_success_table.COUNT > 0) THEN
901: IF (g_gen_failure_table.COUNT <> 0) THEN
902: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application
903: , 'BIS_VG_SOME_VIEWS_SUCCESSFUL'
904: );
905: ELSE
906: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application

Line 906: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application

902: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application
903: , 'BIS_VG_SOME_VIEWS_SUCCESSFUL'
904: );
905: ELSE
906: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application
907: , 'BIS_VG_ALL_VIEWS_SUCCESSFUL'
908: );
909: END IF;
910: write_string(p_mode, l_msg_str, x_return_status, x_error_Tbl);

Line 924: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application

920:
921: bis_debug_pub.add('g_gen_failure_table.count = '||g_gen_failure_table.count);
922: IF (g_gen_failure_table.COUNT > 0) THEN
923: IF (g_gen_success_table.COUNT = 0) THEN
924: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application
925: , 'BIS_VG_ALL_VIEWS_UNSUCCESSFUL'
926: );
927: ELSE
928: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application

Line 928: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application

924: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application
925: , 'BIS_VG_ALL_VIEWS_UNSUCCESSFUL'
926: );
927: ELSE
928: l_msg_str := fnd_message.get_string( BIS_VG_TYPES.message_application
929: , 'BIS_VG_SOME_VIEWS_UNSUCCESSFUL'
930: );
931: END IF;
932: write_string(p_mode, l_msg_str, x_return_status, x_error_Tbl);