DBA Data[Home] [Help]

APPS.GML_MOBILE_SHIP_CONFIRM dependencies on FND_MESSAGE

Line 559: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');

555: x_ship_set => l_ship_set,
556: x_return_Status => x_return_status,
557: x_error_msg => l_error_msg);
558: IF x_return_status = 'E' THEN
559: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');
560: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);
561: FND_MSG_PUB.ADD;
562: RAISE unspec_ship_set_exists;
563: ELSIF x_return_status = 'U' THEN

Line 560: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);

556: x_return_Status => x_return_status,
557: x_error_msg => l_error_msg);
558: IF x_return_status = 'E' THEN
559: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');
560: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);
561: FND_MSG_PUB.ADD;
562: RAISE unspec_ship_set_exists;
563: ELSIF x_return_status = 'U' THEN
564: RAISE fnd_api.g_exc_unexpected_error;

Line 572: FND_MESSAGE.SET_NAME('INV', 'WMS_INCOMPLETE_DELI');

568: p_delivery_id => p_delivery_id,
569: x_return_Status => x_return_status,
570: x_error_msg => l_error_msg);
571: IF x_return_status = 'E' THEN
572: FND_MESSAGE.SET_NAME('INV', 'WMS_INCOMPLETE_DELI');
573: FND_MSG_PUB.ADD;
574: RAISE incomplete_delivery;
575: ELSIF x_return_status = 'U' THEN
576: RAISE fnd_api.g_exc_unexpected_error;