DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on FND_MESSAGE

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

2571: x_ship_set => l_ship_set,
2572: x_return_Status => x_return_status,
2573: x_error_msg => l_error_msg);
2574: IF x_return_status = 'E' THEN
2575: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');
2576: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);
2577: FND_MSG_PUB.ADD;
2578: RAISE unspec_ship_set_exists;
2579: ELSIF x_return_status = 'U' THEN

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

2572: x_return_Status => x_return_status,
2573: x_error_msg => l_error_msg);
2574: IF x_return_status = 'E' THEN
2575: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');
2576: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);
2577: FND_MSG_PUB.ADD;
2578: RAISE unspec_ship_set_exists;
2579: ELSIF x_return_status = 'U' THEN
2580: RAISE fnd_api.g_exc_unexpected_error;

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

2584: p_delivery_id => p_delivery_id,
2585: x_return_Status => x_return_status,
2586: x_error_msg => l_error_msg);
2587: IF x_return_status = 'E' THEN
2588: FND_MESSAGE.SET_NAME('INV', 'WMS_INCOMPLETE_DELI');
2589: FND_MSG_PUB.ADD;
2590: IF l_debug = 1 THEN
2591: debug('check_complete_delivery failed with status E','CONFIRM_DELIVERY');
2592: END IF;