DBA Data[Home] [Help]

APPS.WSH_MDC_SRS dependencies on FND_MSG_PUB

Line 516: l_message := fnd_msg_pub.get(m,'F');

512: THEN
513: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_DELIVERIES_GRP.Delivery_Action');
514: FOR m in 1..l_msg_count
515: LOOP
516: l_message := fnd_msg_pub.get(m,'F');
517: l_message := replace(l_message,chr(0),' ');
518: WSH_UTIL_CORE.PrintMsg(l_message);
519: IF l_debug_on THEN
520: WSH_DEBUG_SV.logmsg(l_module_name, l_message);

Line 524: fnd_msg_pub.delete_msg();

520: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
521: END IF;
522: END LOOP;
523:
524: fnd_msg_pub.delete_msg();
525:
526: WSH_UTIL_CORE.PrintMsg('Failed to unassign from trip. Removing delivery '||l_delivery_tab(i).delivery_id||' from consolidation');
527: l_completion_status := 'WARNING';
528: retcode := '1';

Line 545: l_message := fnd_msg_pub.get(m,'F');

541: IF l_debug_on THEN
542: WSH_DEBUG_SV.logmsg(l_module_name, 'Delivery '||l_delivery_tab(i).delivery_id||' unassigned from trip with warnings');
543: FOR m in 1..l_msg_count
544: LOOP
545: l_message := fnd_msg_pub.get(m,'F');
546: l_message := replace(l_message,chr(0),' ');
547: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
548: END LOOP;
549: END IF;

Line 550: fnd_msg_pub.delete_msg();

546: l_message := replace(l_message,chr(0),' ');
547: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
548: END LOOP;
549: END IF;
550: fnd_msg_pub.delete_msg();
551: END IF;
552:
553: ELSE
554: WSH_UTIL_CORE.PrintMsg('Delivery '||l_delivery_tab(i).delivery_id||' has mulitple legs. Removing from consolidation');

Line 619: l_message := fnd_msg_pub.get(m,'F');

615: THEN
616: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_FTE_CONSTRAINT_FRAMEWORK.validate_constraint_dlvy');
617: FOR m in 1..l_msg_count
618: LOOP
619: l_message := fnd_msg_pub.get(m,'F');
620: l_message := replace(l_message,chr(0),' ');
621: WSH_UTIL_CORE.PrintMsg(l_message);
622: IF l_debug_on THEN
623: WSH_DEBUG_SV.logmsg(l_module_name, l_message);

Line 627: fnd_msg_pub.delete_msg();

623: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
624: END IF;
625: END LOOP;
626:
627: fnd_msg_pub.delete_msg();
628: l_temp := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');
629: errbuf := 'Error occurred in WSH_FTE_CONSTRAINT_FRAMEWORK.validate_constraint_dlvy';
630: retcode := '2';
631:

Line 639: l_message := fnd_msg_pub.get(m,'F');

635: IF l_debug_on THEN
636: WSH_DEBUG_SV.logmsg(l_module_name, 'validate constraints call successful with following warnings');
637: FOR m in 1..l_msg_count
638: LOOP
639: l_message := fnd_msg_pub.get(m,'F');
640: l_message := replace(l_message,chr(0),' ');
641: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
642: END LOOP;
643: END IF;

Line 644: fnd_msg_pub.delete_msg();

640: l_message := replace(l_message,chr(0),' ');
641: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
642: END LOOP;
643: END IF;
644: fnd_msg_pub.delete_msg();
645: END IF;
646:
647:
648: -- X_line_groups will have the entity_line_id (delivery_id) and line_group_id

Line 985: l_message := fnd_msg_pub.get(m,'F');

981: WSH_DEBUG_SV.logmsg(l_module_name, 'Routing Trips completed with warnings');
982: END IF;
983: FOR m in 1..l_msg_count
984: LOOP
985: l_message := fnd_msg_pub.get(m,'F');
986: l_message := replace(l_message,chr(0),' ');
987: WSH_UTIL_CORE.PrintMsg(l_message);
988: IF l_debug_on THEN
989: WSH_DEBUG_SV.logmsg(l_module_name, l_message);

Line 993: fnd_msg_pub.delete_msg();

989: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
990: END IF;
991: END LOOP;
992:
993: fnd_msg_pub.delete_msg();
994:
995: l_completion_status := 'WARNING';
996: retcode := '1';
997: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR)

Line 1003: l_message := fnd_msg_pub.get(m,'F');

999: THEN
1000: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_TRIPS_ACTIONS.PROCESS_CARRIER_SELECTION');
1001: FOR m in 1..l_msg_count
1002: LOOP
1003: l_message := fnd_msg_pub.get(m,'F');
1004: l_message := replace(l_message,chr(0),' ');
1005: WSH_UTIL_CORE.PrintMsg(l_message);
1006: IF l_debug_on THEN
1007: WSH_DEBUG_SV.logmsg(l_module_name, l_message);

Line 1011: fnd_msg_pub.delete_msg();

1007: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
1008: END IF;
1009: END LOOP;
1010:
1011: fnd_msg_pub.delete_msg();
1012:
1013: l_completion_status := 'WARNING';
1014: retcode := '1';
1015: END IF;

Line 1078: l_message := fnd_msg_pub.get(m,'F');

1074: THEN
1075: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_FTE_INTEGRATION.Rate_Delivery');
1076: FOR m in 1..l_msg_count
1077: LOOP
1078: l_message := fnd_msg_pub.get(m,'F');
1079: l_message := replace(l_message,chr(0),' ');
1080: WSH_UTIL_CORE.PrintMsg(l_message);
1081: END LOOP;
1082:

Line 1083: fnd_msg_pub.delete_msg();

1079: l_message := replace(l_message,chr(0),' ');
1080: WSH_UTIL_CORE.PrintMsg(l_message);
1081: END LOOP;
1082:
1083: fnd_msg_pub.delete_msg();
1084:
1085: l_completion_status := 'WARNING';
1086: retcode := '1';
1087: END IF;

Line 1794: l_message := fnd_msg_pub.get(m,'F');

1790: THEN
1791: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_deconsol');
1792: FOR m in 1..l_msg_count
1793: LOOP
1794: l_message := fnd_msg_pub.get(m,'F');
1795: l_message := replace(l_message,chr(0),' ');
1796: IF l_debug_on THEN
1797: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
1798: END IF;

Line 1802: fnd_msg_pub.delete_msg();

1798: END IF;
1799: WSH_UTIL_CORE.PrintMsg(l_message);
1800: END LOOP;
1801:
1802: fnd_msg_pub.delete_msg();
1803:
1804: raise FND_API.G_EXC_ERROR;
1805: END IF;
1806:

Line 2476: l_message := fnd_msg_pub.get(m,'F');

2472: THEN
2473: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_DELIVERIES_GRP.Delivery_ACTION');
2474: FOR i in 1..l_mesg_count
2475: LOOP
2476: l_message := fnd_msg_pub.get(m,'F');
2477: l_message := replace(l_message,chr(0),' ');
2478: WSH_UTIL_CORE.PrintMsg(l_message);
2479: END LOOP;
2480:

Line 2481: fnd_msg_pub.delete_msg();

2477: l_message := replace(l_message,chr(0),' ');
2478: WSH_UTIL_CORE.PrintMsg(l_message);
2479: END LOOP;
2480:
2481: fnd_msg_pub.delete_msg();
2482: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
2483: raise FND_API.G_EXC_ERROR;
2484: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING)
2485: THEN

Line 2490: l_message := fnd_msg_pub.get(m,'F');

2486: IF l_debug_on THEN
2487: WSH_DEBUG_SV.logmsg(l_module_name, 'Created consolidations with following warnings');
2488: FOR i in 1..l_mesg_count
2489: LOOP
2490: l_message := fnd_msg_pub.get(m,'F');
2491: l_message := replace(l_message,chr(0),' ');
2492: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
2493: END LOOP;
2494: END IF;

Line 2495: fnd_msg_pub.delete_msg();

2491: l_message := replace(l_message,chr(0),' ');
2492: WSH_DEBUG_SV.logmsg(l_module_name, l_message);
2493: END LOOP;
2494: END IF;
2495: fnd_msg_pub.delete_msg();
2496: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
2497: END IF;
2498:
2499: l_index := l_delivery_out_rec.valid_ids_tab.FIRST;

Line 2692: l_message := fnd_msg_pub.get(m,'F');

2688: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_TRIPS_GRP.Create_Update_Trip');
2689: IF l_debug_on THEN
2690: FOR m in 1..l_msg_count
2691: LOOP
2692: l_message := fnd_msg_pub.get(m,'F');
2693: l_message := replace(l_message,chr(0),' ');
2694: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2695: END LOOP;
2696: END IF;

Line 2697: fnd_msg_pub.delete_msg();

2693: l_message := replace(l_message,chr(0),' ');
2694: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2695: END LOOP;
2696: END IF;
2697: fnd_msg_pub.delete_msg();
2698: raise FND_API.G_EXC_ERROR;
2699:
2700: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING)
2701: THEN

Line 2706: l_message := fnd_msg_pub.get(m,'F');

2702: IF l_debug_on THEN
2703: WSH_DEBUG_SV.logmsg(l_module_name,'Trip created with warnings');
2704: FOR m in 1..l_msg_count
2705: LOOP
2706: l_message := fnd_msg_pub.get(m,'F');
2707: l_message := replace(l_message,chr(0),' ');
2708: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2709: END LOOP;
2710: END IF;

Line 2711: fnd_msg_pub.delete_msg();

2707: l_message := replace(l_message,chr(0),' ');
2708: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2709: END LOOP;
2710: END IF;
2711: fnd_msg_pub.delete_msg();
2712: END IF;
2713:
2714: l_trip_id := l_trip_out_rec_tab(l_trip_out_rec_tab.FIRST).trip_id;
2715: l_trip_name := l_trip_out_rec_tab(l_trip_out_rec_tab.FIRST).trip_name;

Line 2760: l_message := fnd_msg_pub.get(m,'F');

2756: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_TRIPS_GRP.Create_Update_Trip');
2757: IF l_debug_on THEN
2758: FOR m in 1..l_msg_count
2759: LOOP
2760: l_message := fnd_msg_pub.get(m,'F');
2761: l_message := replace(l_message,chr(0),' ');
2762: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2763: END LOOP;
2764: END IF;

Line 2765: fnd_msg_pub.delete_msg();

2761: l_message := replace(l_message,chr(0),' ');
2762: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2763: END LOOP;
2764: END IF;
2765: fnd_msg_pub.delete_msg();
2766: raise FND_API.G_EXC_ERROR;
2767:
2768: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING)
2769: THEN

Line 2774: l_message := fnd_msg_pub.get(m,'F');

2770: IF l_debug_on THEN
2771: WSH_DEBUG_SV.logmsg(l_module_name,'Trip renamed with warnings');
2772: FOR m in 1..l_msg_count
2773: LOOP
2774: l_message := fnd_msg_pub.get(m,'F');
2775: l_message := replace(l_message,chr(0),' ');
2776: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2777: END LOOP;
2778: END IF;

Line 2779: fnd_msg_pub.delete_msg();

2775: l_message := replace(l_message,chr(0),' ');
2776: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2777: END LOOP;
2778: END IF;
2779: fnd_msg_pub.delete_msg();
2780: END IF;
2781:
2782: END IF;
2783:

Line 2828: l_message := fnd_msg_pub.get(m,'F');

2824: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_TRIPS_GRP.Trip_Action');
2825: IF l_debug_on THEN
2826: FOR m in 1..l_msg_count
2827: LOOP
2828: l_message := fnd_msg_pub.get(m,'F');
2829: l_message := replace(l_message,chr(0),' ');
2830: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2831: END LOOP;
2832: END IF;

Line 2833: fnd_msg_pub.delete_msg();

2829: l_message := replace(l_message,chr(0),' ');
2830: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2831: END LOOP;
2832: END IF;
2833: fnd_msg_pub.delete_msg();
2834: raise FND_API.G_EXC_ERROR;
2835:
2836: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING)
2837: THEN

Line 2842: l_message := fnd_msg_pub.get(m,'F');

2838: IF l_debug_on THEN
2839: WSH_DEBUG_SV.logmsg(l_module_name,'Trip unplanned with warnings');
2840: FOR m in 1..l_msg_count
2841: LOOP
2842: l_message := fnd_msg_pub.get(m,'F');
2843: l_message := replace(l_message,chr(0),' ');
2844: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2845: END LOOP;
2846: END IF;

Line 2847: fnd_msg_pub.delete_msg();

2843: l_message := replace(l_message,chr(0),' ');
2844: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2845: END LOOP;
2846: END IF;
2847: fnd_msg_pub.delete_msg();
2848: END IF;
2849:
2850:
2851:

Line 2892: l_message := fnd_msg_pub.get(m,'F');

2888: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP');
2889: IF l_debug_on THEN
2890: FOR m in 1..l_msg_count
2891: LOOP
2892: l_message := fnd_msg_pub.get(m,'F');
2893: l_message := replace(l_message,chr(0),' ');
2894: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2895: END LOOP;
2896: END IF;

Line 2897: fnd_msg_pub.delete_msg();

2893: l_message := replace(l_message,chr(0),' ');
2894: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2895: END LOOP;
2896: END IF;
2897: fnd_msg_pub.delete_msg();
2898: raise FND_API.G_EXC_ERROR;
2899:
2900: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING)
2901: THEN

Line 2906: l_message := fnd_msg_pub.get(m,'F');

2902: IF l_debug_on THEN
2903: WSH_DEBUG_SV.logmsg(l_module_name,'Pickup Stop created with warnings');
2904: FOR m in 1..l_msg_count
2905: LOOP
2906: l_message := fnd_msg_pub.get(m,'F');
2907: l_message := replace(l_message,chr(0),' ');
2908: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2909: END LOOP;
2910: END IF;

Line 2911: fnd_msg_pub.delete_msg();

2907: l_message := replace(l_message,chr(0),' ');
2908: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2909: END LOOP;
2910: END IF;
2911: fnd_msg_pub.delete_msg();
2912: END IF;
2913:
2914: -- Create Dropoff stop using ultimate_ship_to
2915: l_dropoff_stop_info.TRIP_ID := l_trip_id;

Line 2950: l_message := fnd_msg_pub.get(m,'F');

2946: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP');
2947: IF l_debug_on THEN
2948: FOR m in 1..l_msg_count
2949: LOOP
2950: l_message := fnd_msg_pub.get(m,'F');
2951: l_message := replace(l_message,chr(0),' ');
2952: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2953: END LOOP;
2954: END IF;

Line 2955: fnd_msg_pub.delete_msg();

2951: l_message := replace(l_message,chr(0),' ');
2952: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2953: END LOOP;
2954: END IF;
2955: fnd_msg_pub.delete_msg();
2956: raise FND_API.G_EXC_ERROR;
2957:
2958: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING)
2959: THEN

Line 2964: l_message := fnd_msg_pub.get(m,'F');

2960: IF l_debug_on THEN
2961: WSH_DEBUG_SV.logmsg(l_module_name,'Dropoff Stop created with warnings');
2962: FOR m in 1..l_msg_count
2963: LOOP
2964: l_message := fnd_msg_pub.get(m,'F');
2965: l_message := replace(l_message,chr(0),' ');
2966: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2967: END LOOP;
2968: END IF;

Line 2969: fnd_msg_pub.delete_msg();

2965: l_message := replace(l_message,chr(0),' ');
2966: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
2967: END LOOP;
2968: END IF;
2969: fnd_msg_pub.delete_msg();
2970: END IF;
2971:
2972: -- Assign delivery to the trip
2973:

Line 3041: l_message := fnd_msg_pub.get(m,'F');

3037: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_DELIVERIES_GRP.Delivery_Action');
3038: IF l_debug_on THEN
3039: FOR m in 1..l_msg_count
3040: LOOP
3041: l_message := fnd_msg_pub.get(m,'F');
3042: l_message := replace(l_message,chr(0),' ');
3043: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
3044: END LOOP;
3045: END IF;

Line 3046: fnd_msg_pub.delete_msg();

3042: l_message := replace(l_message,chr(0),' ');
3043: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
3044: END LOOP;
3045: END IF;
3046: fnd_msg_pub.delete_msg();
3047: raise FND_API.G_EXC_ERROR;
3048:
3049: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING)
3050: THEN

Line 3055: l_message := fnd_msg_pub.get(m,'F');

3051: IF l_debug_on THEN
3052: WSH_DEBUG_SV.logmsg(l_module_name,'Assigned delivery to trip with warnings');
3053: FOR m in 1..l_msg_count
3054: LOOP
3055: l_message := fnd_msg_pub.get(m,'F');
3056: l_message := replace(l_message,chr(0),' ');
3057: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
3058: END LOOP;
3059: END IF;

Line 3060: fnd_msg_pub.delete_msg();

3056: l_message := replace(l_message,chr(0),' ');
3057: WSH_DEBUG_SV.logmsg(l_module_name,l_message);
3058: END LOOP;
3059: END IF;
3060: fnd_msg_pub.delete_msg();
3061: END IF;
3062: WSH_UTIL_CORE.PrintMsg(' Delivery: '||x_delivery_tab(i).delivery_id||', Trip: '||l_trip_name);
3063:
3064: END IF;