DBA Data[Home] [Help]

APPS.WMS_ASN_INTERFACE dependencies on FND_MESSAGE

Line 442: FND_MESSAGE.SET_NAME('WMS', 'WMS_LPN_GENERATION_FAIL');

438: print_debug('Failed to create LPN. ', 4);
439: END IF;
440: l_progress := '65';
441:
442: FND_MESSAGE.SET_NAME('WMS', 'WMS_LPN_GENERATION_FAIL');
443: FND_MSG_PUB.ADD;
444: RAISE FND_API.g_exc_error;
445:
446: END IF;

Line 474: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_LPN_EXIST');

470: print_debug('And this License Plate Number is not for this shipment. ', 4);
471: END IF;
472: l_progress := '80';
473: -- this existing LPN is not for this shipment
474: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_LPN_EXIST');
475: FND_MSG_PUB.ADD;
476: RAISE FND_API.g_exc_error;
477: WHEN OTHERS THEN
478: IF (l_debug = 1) THEN

Line 574: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_INST_LOT_FAIL');

570: print_debug('Lot insertion failed. ', 4);
571: END IF;
572: l_progress := '140';
573:
574: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_INST_LOT_FAIL');
575: FND_MSG_PUB.ADD;
576: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
577:
578:

Line 605: fnd_message.set_name('INV','INV_INT_LOTUNIQEXP');

601: l_lpn_interface_rec.lot_number);
602: if l_valid_lot then
603: null;
604: else
605: fnd_message.set_name('INV','INV_INT_LOTUNIQEXP');
606: fnd_msg_pub.add;
607: x_return_status := FND_API.G_RET_STS_ERROR;
608: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
609: end if;

Line 624: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_INST_LOT_FAIL');

620: print_debug('Creating Lot number failed - Existing Lot', 4);
621: END IF;
622: l_progress := '130';
623:
624: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_INST_LOT_FAIL');
625: FND_MSG_PUB.ADD;
626:
627: /* Bug 2224521 -- For Existing Lots we don't raise an error */
628: -- RAISE FND_API.g_exc_error;

Line 758: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_INST_SERIAL_FAIL');

754: print_debug('Creating serial number failed', 4);
755: END IF;
756: l_progress := '190';
757:
758: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_INST_SERIAL_FAIL');
759: FND_MSG_PUB.ADD;
760: RAISE FND_API.g_exc_error;
761: END IF;
762: END IF;

Line 824: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_PACK_LPN_FAIL');

820: print_debug('LPN Packing failed ', 4);
821: END IF;
822: l_progress := '220';
823:
824: FND_MESSAGE.SET_NAME('WMS', 'WMS_ASN_INTF_PACK_LPN_FAIL');
825: FND_MSG_PUB.ADD;
826: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
827: END IF;
828: