DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_REQUEST_PUB dependencies on FND_MSG_PUB

Line 90: FND_MSG_PUB.initialize;

86: END IF;
87:
88: -- Initialize message stack if required
89: IF FND_API.to_Boolean(p_init_msg_list) THEN
90: FND_MSG_PUB.initialize;
91: END IF;
92:
93: --
94: IF l_debug_on THEN

Line 334: fnd_msg_pub.count_and_get(p_count => x_msg_count,

330: FOR i in 1..p_shipment_request_info.shipment_details_tab.count LOOP
331: p_shipment_request_info.shipment_details_tab(i).delivery_detail_interface_id := NULL;
332: END LOOP;
333: END IF;
334: fnd_msg_pub.count_and_get(p_count => x_msg_count,
335: p_data => x_msg_data,
336: p_encoded => fnd_api.g_false);
337: IF l_debug_on THEN
338: WSH_DEBUG_SV.logmsg(l_module_name,'Rolling back the transactions');

Line 357: fnd_msg_pub.count_and_get(p_count => x_msg_count,

353: IF l_debug_on THEN
354: WSH_DEBUG_SV.logmsg(l_module_name,'Rolling back the transactions');
355: END IF;
356: rollback;
357: fnd_msg_pub.count_and_get(p_count => x_msg_count,
358: p_data => x_msg_data,
359: p_encoded => fnd_api.g_false);
360: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
361: IF l_debug_on THEN

Line 431: FND_MSG_PUB.initialize;

427: END IF;
428:
429: -- Initialize message stack if required
430: IF FND_API.to_Boolean(p_init_msg_list) THEN
431: FND_MSG_PUB.initialize;
432: END IF;
433:
434: IF l_debug_on THEN
435: --

Line 483: fnd_msg_pub.count_and_get( p_encoded => 'F'

479: FND_MESSAGE.Set_Name('WSH', 'WSH_SUCCESS_PROCESS');
480: WSH_UTIL_CORE.Add_Message(l_return_status);
481: ELSIF l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING THEN
482: x_return_status := l_return_status;
483: fnd_msg_pub.count_and_get( p_encoded => 'F'
484: ,p_count => x_msg_count
485: ,p_data => x_msg_data);
486: ELSE
487: --

Line 547: fnd_msg_pub.count_and_get(p_count => x_msg_count,

543:
544: IF p_commit = FND_API.G_TRUE THEN
545: COMMIT;
546: END IF;
547: fnd_msg_pub.count_and_get(p_count => x_msg_count,
548: p_data => x_msg_data,
549: p_encoded => fnd_api.g_false);
550: IF l_debug_on THEN
551: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);

Line 563: fnd_msg_pub.count_and_get( p_encoded => 'F'

559: END IF;
560: IF c_get_date%ISOPEN THEN
561: CLOSE c_get_date;
562: END IF;
563: fnd_msg_pub.count_and_get( p_encoded => 'F'
564: ,p_count => x_msg_count
565: ,p_data => x_msg_data);
566: IF l_debug_on THEN
567: WSH_DEBUG_SV.logmsg(l_module_name,'Rolling back the transactions');