DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on FND_MESSAGE

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

2417: x_ship_set => l_ship_set,
2418: x_return_Status => x_return_status,
2419: x_error_msg => l_error_msg);
2420: IF x_return_status = 'E' THEN
2421: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');
2422: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);
2423: FND_MSG_PUB.ADD;
2424: RAISE unspec_ship_set_exists;
2425: ELSIF x_return_status = 'U' THEN

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

2418: x_return_Status => x_return_status,
2419: x_error_msg => l_error_msg);
2420: IF x_return_status = 'E' THEN
2421: FND_MESSAGE.SET_NAME('INV', 'WMS_WSH_SHIPSET_FORCED');
2422: FND_MESSAGE.SET_TOKEN('SHIP_SET_NAME', l_ship_set);
2423: FND_MSG_PUB.ADD;
2424: RAISE unspec_ship_set_exists;
2425: ELSIF x_return_status = 'U' THEN
2426: RAISE fnd_api.g_exc_unexpected_error;

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

2430: p_delivery_id => p_delivery_id,
2431: x_return_Status => x_return_status,
2432: x_error_msg => l_error_msg);
2433: IF x_return_status = 'E' THEN
2434: FND_MESSAGE.SET_NAME('INV', 'WMS_INCOMPLETE_DELI');
2435: FND_MSG_PUB.ADD;
2436: IF l_debug = 1 THEN
2437: debug('check_complete_delivery failed with status E','CONFIRM_DELIVERY');
2438: END IF;