DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RCV_GRP dependencies on FND_MSG_PUB

Line 46: fnd_msg_pub.initialize;

42: --
43: -- initialize message list if p_init_msg_list is set to TRUE.
44: --
45: if fnd_api.to_boolean(p_init_msg_list) then
46: fnd_msg_pub.initialize;
47: end if;
48:
49:
50: --

Line 79: fnd_msg_pub.count_and_get (

75:
76: --
77: -- get message count and data
78: --
79: fnd_msg_pub.count_and_get (
80: p_count => x_msg_count,
81: p_data => x_msg_data);
82:
83: x_qa_availability := fnd_api.g_false;

Line 96: fnd_msg_pub.count_and_get (

92:
93: --
94: -- get message count and data
95: --
96: fnd_msg_pub.count_and_get (
97: p_count => x_msg_count,
98: p_data => x_msg_data);
99:
100: x_qa_availability := fnd_api.g_false;

Line 105: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then

101:
102: WHEN OTHERS THEN
103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
104:
105: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
106: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
107: end if;
108:
109: qa_skiplot_utility.insert_error_log (

Line 106: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);

102: WHEN OTHERS THEN
103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
104:
105: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
106: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
107: end if;
108:
109: qa_skiplot_utility.insert_error_log (
110: p_module_name => 'QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY',

Line 117: fnd_msg_pub.count_and_get (

113:
114: --
115: -- get message count and data
116: --
117: fnd_msg_pub.count_and_get (
118: p_count => x_msg_count,
119: p_data => x_msg_data);
120:
121: x_qa_availability := fnd_api.g_false;

Line 267: fnd_msg_pub.initialize;

263: --
264: -- initialize message list if p_init_msg_list is set to TRUE.
265: --
266: if fnd_api.to_boolean(p_init_msg_list) then
267: fnd_msg_pub.initialize;
268: end if;
269:
270:
271: --

Line 401: fnd_msg_pub.count_and_get (

397:
398: --
399: -- get message count and data
400: --
401: fnd_msg_pub.count_and_get (
402: p_count => x_msg_count,
403: p_data => x_msg_data);
404:
405: qa_skiplot_utility.insert_error_log (

Line 418: fnd_msg_pub.count_and_get (

414:
415: --
416: -- get message count and data
417: --
418: fnd_msg_pub.count_and_get (
419: p_count => x_msg_count,
420: p_data => x_msg_data);
421:
422: qa_skiplot_utility.insert_error_log (

Line 432: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then

428:
429: WHEN OTHERS THEN
430: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
431:
432: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
433: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
434: end if;
435:
436: qa_skiplot_utility.insert_error_log (

Line 433: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);

429: WHEN OTHERS THEN
430: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
431:
432: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
433: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
434: end if;
435:
436: qa_skiplot_utility.insert_error_log (
437: p_module_name => 'QA_SKIPLOT_RCV_GRP.EVALUATE_LOT',

Line 444: fnd_msg_pub.count_and_get (

440:
441: --
442: -- get message count and data
443: --
444: fnd_msg_pub.count_and_get (
445: p_count => x_msg_count,
446: p_data => x_msg_data);
447:
448: x_evaluation_result := 'INSPECT';

Line 495: fnd_msg_pub.initialize;

491: --
492: -- initialize message list if p_init_msg_list is set to TRUE.
493: --
494: if fnd_api.to_boolean(p_init_msg_list) then
495: fnd_msg_pub.initialize;
496: end if;
497:
498:
499: --

Line 537: fnd_msg_pub.count_and_get (

533:
534: --
535: -- get message count and data
536: --
537: fnd_msg_pub.count_and_get (
538: p_count => x_msg_count,
539: p_data => x_msg_data);
540:
541: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 552: fnd_msg_pub.count_and_get (

548:
549: --
550: -- get message count and data
551: --
552: fnd_msg_pub.count_and_get (
553: p_count => x_msg_count,
554: p_data => x_msg_data);
555:
556: WHEN OTHERS THEN

Line 559: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then

555:
556: WHEN OTHERS THEN
557: x_return_status := fnd_api.g_ret_sts_unexp_error ;
558:
559: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
560: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
561: end if;
562:
563: qa_skiplot_utility.insert_error_log (

Line 560: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);

556: WHEN OTHERS THEN
557: x_return_status := fnd_api.g_ret_sts_unexp_error ;
558:
559: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
560: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
561: end if;
562:
563: qa_skiplot_utility.insert_error_log (
564: p_module_name => 'QA_SKIPLOT_RCV_GRP.MATCH_SHIPMENT',

Line 571: fnd_msg_pub.count_and_get (

567:
568: --
569: -- get message count and data
570: --
571: fnd_msg_pub.count_and_get (
572: p_count => x_msg_count,
573: p_data => x_msg_data);
574:
575: END MATCH_SHIPMENT;

Line 623: fnd_msg_pub.initialize;

619: --
620: -- initialize message list if p_init_msg_list is set to TRUE.
621: --
622: if fnd_api.to_boolean(p_init_msg_list) then
623: fnd_msg_pub.initialize;
624: end if;
625:
626: --
627: -- Initialize API return status to success and

Line 657: fnd_msg_pub.count_and_get (

653:
654: --
655: -- get message count and data
656: --
657: fnd_msg_pub.count_and_get (
658: p_count => x_msg_count,
659: p_data => x_msg_data);
660:
661: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 672: fnd_msg_pub.count_and_get (

668:
669: --
670: -- get message count and data
671: --
672: fnd_msg_pub.count_and_get (
673: p_count => x_msg_count,
674: p_data => x_msg_data);
675:
676: WHEN OTHERS THEN

Line 679: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then

675:
676: WHEN OTHERS THEN
677: x_return_status := fnd_api.g_ret_sts_unexp_error ;
678:
679: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
680: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
681: end if;
682:
683: qa_skiplot_utility.insert_error_log (

Line 680: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);

676: WHEN OTHERS THEN
677: x_return_status := fnd_api.g_ret_sts_unexp_error ;
678:
679: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
680: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
681: end if;
682:
683: qa_skiplot_utility.insert_error_log (
684: p_module_name => 'QA_SKIPLOT_RCV_GRP.IS_QA_RESULT_PRESENT',

Line 691: fnd_msg_pub.count_and_get (

687:
688: --
689: -- get message count and data
690: --
691: fnd_msg_pub.count_and_get (
692: p_count => x_msg_count,
693: p_data => x_msg_data);
694:
695: END IS_QA_RESULT_PRESENT;

Line 757: fnd_msg_pub.initialize;

753: --
754: -- initialize message list if p_init_msg_list is set to TRUE.
755: --
756: if fnd_api.to_boolean(p_init_msg_list) then
757: fnd_msg_pub.initialize;
758: end if;
759:
760: --
761: -- Initialize API return status to success and

Line 792: fnd_msg_pub.count_and_get (

788:
789: --
790: -- get message count and data
791: --
792: fnd_msg_pub.count_and_get (
793: p_count => x_msg_count,
794: p_data => x_msg_data);
795:
796: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 807: fnd_msg_pub.count_and_get (

803:
804: --
805: -- get message count and data
806: --
807: fnd_msg_pub.count_and_get (
808: p_count => x_msg_count,
809: p_data => x_msg_data);
810:
811: WHEN OTHERS THEN

Line 814: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then

810:
811: WHEN OTHERS THEN
812: x_return_status := fnd_api.g_ret_sts_unexp_error ;
813:
814: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
815: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
816: end if;
817:
818: qa_skiplot_utility.insert_error_log (

Line 815: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);

811: WHEN OTHERS THEN
812: x_return_status := fnd_api.g_ret_sts_unexp_error ;
813:
814: if fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) then
815: fnd_msg_pub.add_exc_msg (g_pkg_name , l_api_name);
816: end if;
817:
818: qa_skiplot_utility.insert_error_log (
819: p_module_name => 'QA_SKIPLOT_RCV_GRP.IS_LOT_SKIPPED',

Line 826: fnd_msg_pub.count_and_get (

822:
823: --
824: -- get message count and data
825: --
826: fnd_msg_pub.count_and_get (
827: p_count => x_msg_count,
828: p_data => x_msg_data);
829:
830: