DBA Data[Home] [Help]

APPS.WMS_ASN_INTERFACE dependencies on FND_MSG_PUB

Line 443: FND_MSG_PUB.ADD;

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;
447:

Line 475: FND_MSG_PUB.ADD;

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
479: print_debug('Unexpected error while checking if the existing LPN matches the current shipment. ', 4);

Line 575: FND_MSG_PUB.ADD;

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:
579: END IF;

Line 606: fnd_msg_pub.add;

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;
610:

Line 625: FND_MSG_PUB.ADD;

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;
629:

Line 759: FND_MSG_PUB.ADD;

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;
763:

Line 825: FND_MSG_PUB.ADD;

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:
829: END LOOP;

Line 949: FND_MSG_PUB.Count_And_Get

945: IF l_lpn_interface_uom_curs%isopen THEN
946: CLOSE l_lpn_interface_uom_curs;
947: END IF;
948: x_return_status := FND_API.G_RET_STS_ERROR;
949: FND_MSG_PUB.Count_And_Get
950: (p_count => x_msg_count,
951: p_data => x_msg_data
952: );
953:

Line 977: FND_MSG_PUB.Count_And_Get

973: IF l_lpn_interface_uom_curs%isopen THEN
974: CLOSE l_lpn_interface_uom_curs;
975: END IF;
976: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
977: FND_MSG_PUB.Count_And_Get
978: (p_count => x_msg_count,
979: p_data => x_msg_data
980: );
981: