DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on FND_MESSAGE

Line 1508: fnd_message.set_name ('INV', 'INV_RCV_NO_ROWS');

1504: -- MOLCON
1505: -- CHECK FOR ERROR HERE
1506: IF l_remaining_mol_qty > 0
1507: THEN
1508: fnd_message.set_name ('INV', 'INV_RCV_NO_ROWS');
1509: fnd_msg_pub.ADD;
1510: RAISE fnd_api.g_exc_error;
1511: END IF;
1512:

Line 1527: fnd_message.set_name ('INV', 'INV_RCV_NO_ROWS');

1523: -- MOLCON
1524: -- CHECK FOR ERROR HERE
1525: IF l_remaining_mol_qty > 0
1526: THEN
1527: fnd_message.set_name ('INV', 'INV_RCV_NO_ROWS');
1528: fnd_msg_pub.ADD;
1529: RAISE fnd_api.g_exc_error;
1530: END IF;
1531:

Line 2575: fnd_message.set_name('INV', 'INV_RCV_NO_ROWS');

2571: END IF;
2572:
2573: goto no_mol_match;
2574: /* commenting for 12942776
2575: fnd_message.set_name('INV', 'INV_RCV_NO_ROWS');
2576: fnd_msg_pub.ADD;
2577: RAISE fnd_api.g_exc_error;
2578: */
2579: END IF;

Line 2596: fnd_message.set_name('INV', 'INV_RCV_NO_ROWS');

2592: IF rtv_lot_cursor%NOTFOUND THEN
2593: -- MOLCON
2594: -- CHECK FOR ERROR HERE
2595: IF l_remaining_mol_qty > 0 then
2596: fnd_message.set_name('INV', 'INV_RCV_NO_ROWS');
2597: fnd_msg_pub.ADD;
2598: RAISE fnd_api.g_exc_error;
2599: END IF;
2600: -- MOLCON

Line 2615: fnd_message.set_name('INV', 'INV_RCV_NO_ROWS');

2611: IF rtv_van_cursor%NOTFOUND THEN
2612: -- MOLCON
2613: -- CHECK FOR ERROR HERE
2614: IF l_remaining_mol_qty > 0 then
2615: fnd_message.set_name('INV', 'INV_RCV_NO_ROWS');
2616: fnd_msg_pub.ADD;
2617: RAISE fnd_api.g_exc_error;
2618: END IF;
2619: -- MOLCON

Line 3043: -- fnd_message.set_name('INV', 'INV_RCV_NO_ROWS');

3039: END IF;
3040:
3041: -- MOLCON COMMENTED THIS CALL HERE
3042: -- THIS HAS TO BE TRACKED ABOVE
3043: -- fnd_message.set_name('INV', 'INV_RCV_NO_ROWS');
3044: -- fnd_msg_pub.ADD;
3045: -- RAISE fnd_api.g_exc_error;
3046:
3047: END IF; --END IF IF (l_rtv_qty > 0)

Line 3710: FND_MESSAGE.set_name('INV','INV_QTY_LESS_OR_EQUAL');

3706: end if;
3707: end loop;
3708:
3709: IF l_remaining_qty > 0 THEN
3710: FND_MESSAGE.set_name('INV','INV_QTY_LESS_OR_EQUAL');
3711: FND_MSG_PUB.Add;
3712: RAISE FND_API.G_EXC_ERROR;
3713: END IF;
3714:

Line 4127: FND_MESSAGE.set_name('INV','INV_QTY_LESS_OR_EQUAL');

4123: end if;
4124: end loop;
4125:
4126: IF l_remaining_qty > 0 THEN
4127: FND_MESSAGE.set_name('INV','INV_QTY_LESS_OR_EQUAL');
4128: FND_MSG_PUB.Add;
4129: RAISE FND_API.G_EXC_ERROR;
4130: END IF;
4131:

Line 4542: FND_MESSAGE.set_name('INV','INV_QTY_LESS_OR_EQUAL');

4538: end if;
4539: end loop;
4540:
4541: IF l_remaining_qty > 0 THEN
4542: FND_MESSAGE.set_name('INV','INV_QTY_LESS_OR_EQUAL');
4543: FND_MSG_PUB.Add;
4544: RAISE FND_API.G_EXC_ERROR;
4545: END IF;
4546:

Line 4980: FND_MESSAGE.set_name('INV','INV_QTY_LESS_OR_EQUAL');

4976: END IF;
4977: end loop;
4978:
4979: IF l_remaining_qty > 0 THEN
4980: FND_MESSAGE.set_name('INV','INV_QTY_LESS_OR_EQUAL');
4981: FND_MSG_PUB.Add;
4982: RAISE FND_API.G_EXC_ERROR;
4983: END IF;
4984:

Line 5948: fnd_message.set_name('INV', 'INV_RCV_CRT_PRINT_LAB_FAIL'); -- MSGTBD

5944: , p_transaction_id => l_txn_id_tbl
5945: );
5946:
5947: IF l_return_status <> fnd_api.g_ret_sts_success THEN
5948: fnd_message.set_name('INV', 'INV_RCV_CRT_PRINT_LAB_FAIL'); -- MSGTBD
5949: fnd_msg_pub.ADD;
5950: x_return_status := 'W';
5951:
5952: IF (l_debug = 1) THEN