DBA Data[Home] [Help]

APPS.INV_MO_CANCEL_PVT dependencies on FND_MESSAGE

Line 252: fnd_message.set_name('INV','INV_MO_LINE_NOT_FOUND');

248: IF (l_debug = 1) THEN
249: DEBUG('Error: Could not find the Move Order Line'
250: ,'CANCEL_MOVE_ORDER_LINE');
251: END IF;
252: fnd_message.set_name('INV','INV_MO_LINE_NOT_FOUND');
253: fnd_message.set_token('LINE_ID',p_line_id);
254: fnd_msg_pub.ADD;
255: RAISE fnd_api.g_exc_error;
256: END IF;

Line 253: fnd_message.set_token('LINE_ID',p_line_id);

249: DEBUG('Error: Could not find the Move Order Line'
250: ,'CANCEL_MOVE_ORDER_LINE');
251: END IF;
252: fnd_message.set_name('INV','INV_MO_LINE_NOT_FOUND');
253: fnd_message.set_token('LINE_ID',p_line_id);
254: fnd_msg_pub.ADD;
255: RAISE fnd_api.g_exc_error;
256: END IF;
257: CLOSE c_line_info;

Line 344: fnd_message.set_name('INV','INV_QRY_RSV_FAILED');

340: DEBUG('Error: Query Reservations return status: '
341: || l_api_return_status
342: ,'CANCEL_MOVE_ORDER_LINE');
343: END IF;
344: fnd_message.set_name('INV','INV_QRY_RSV_FAILED');
345: fnd_msg_pub.ADD;
346: RAISE fnd_api.g_exc_unexpected_error;
347: END IF;
348:

Line 354: fnd_message.set_name('INV','INV_NO_RSVS_FOUND');

350: IF (l_debug = 1) THEN
351: DEBUG('Error: Query Reservations returned Reservation Count 0'
352: ,'CANCEL_MOVE_ORDER_LINE');
353: END IF;
354: fnd_message.set_name('INV','INV_NO_RSVS_FOUND');
355: fnd_msg_pub.ADD;
356: RAISE fnd_api.g_exc_unexpected_error;
357: END IF;
358:

Line 434: fnd_message.set_name('INV','INV_UPDATE_RSV_FAILED');

430: DEBUG('Error: Update Reservations return status: '
431: || l_api_return_status, 'CANCEL_MOVE_ORDER_LINE');
432: END IF;
433:
434: fnd_message.set_name('INV','INV_UPDATE_RSV_FAILED');
435: fnd_msg_pub.ADD;
436: RAISE fnd_api.g_exc_unexpected_error;
437: END IF;
438: -- }

Line 582: fnd_message.set_name('INV','INV_QRY_RSV_FAILED');

578: IF (l_debug = 1) THEN
579: DEBUG('Error: Query Reservations returned '
580: || l_api_return_status, 'CANCEL_MOVE_ORDER_LINE');
581: END IF;
582: fnd_message.set_name('INV','INV_QRY_RSV_FAILED');
583: fnd_msg_pub.ADD;
584: RAISE fnd_api.g_exc_unexpected_error;
585: END IF;
586:

Line 593: fnd_message.set_name('INV','INV_NO_RSVS_FOUND');

589: IF (l_debug = 1) THEN
590: DEBUG('Error: Query Reservations returned Reservation Count 0'
591: ,'CANCEL_MOVE_ORDER_LINE');
592: END IF;
593: fnd_message.set_name('INV','INV_NO_RSVS_FOUND');
594: fnd_msg_pub.ADD;
595: RAISE fnd_api.g_exc_unexpected_error;
596: END IF;
597:

Line 753: fnd_message.set_name('INV','INV_UPDATE_RSV_FAILED');

749: DEBUG('Error: Update Reservations returned '
750: || l_api_return_status, 'CANCEL_MOVE_ORDER_LINE');
751: END IF;
752:
753: fnd_message.set_name('INV','INV_UPDATE_RSV_FAILED');
754: fnd_msg_pub.ADD;
755: RAISE fnd_api.g_exc_unexpected_error;
756: END IF;
757: -- }

Line 796: fnd_message.set_name('INV','INV_DELETE_TXN_FAILED');

792: DEBUG('Error: delete_transaction return status: '
793: || l_api_return_status
794: ,'CANCEL_MOVE_ORDER_LINE');
795: END IF;
796: fnd_message.set_name('INV','INV_DELETE_TXN_FAILED');
797: fnd_message.set_token('TXN_TEMP_ID',l_transaction_temp_id);
798: fnd_msg_pub.ADD;
799: RAISE fnd_api.g_exc_error;
800: END IF;

Line 797: fnd_message.set_token('TXN_TEMP_ID',l_transaction_temp_id);

793: || l_api_return_status
794: ,'CANCEL_MOVE_ORDER_LINE');
795: END IF;
796: fnd_message.set_name('INV','INV_DELETE_TXN_FAILED');
797: fnd_message.set_token('TXN_TEMP_ID',l_transaction_temp_id);
798: fnd_msg_pub.ADD;
799: RAISE fnd_api.g_exc_error;
800: END IF;
801: ELSE

Line 956: fnd_message.set_name('WMS', 'INV_PUTAWAY_MOL_LOCK_FAIL');

952: EXCEPTION
953: WHEN record_locked THEN
954: DEBUG('Unable to lock the putaway MO line'
955: ,'CANCEL_MOVE_ORDER_LINE');
956: fnd_message.set_name('WMS', 'INV_PUTAWAY_MOL_LOCK_FAIL');
957: fnd_msg_pub.ADD;
958: RAISE fnd_api.g_exc_error;
959: END;
960:

Line 1035: fnd_message.set_name('WMS', 'INV_RSV_LOCK_FAIL');

1031: IF c_xdock_rsv%ISOPEN
1032: THEN
1033: CLOSE c_xdock_rsv;
1034: END IF;
1035: fnd_message.set_name('WMS', 'INV_RSV_LOCK_FAIL');
1036: fnd_msg_pub.ADD;
1037: RAISE fnd_api.g_exc_error;
1038: END;
1039:

Line 1393: fnd_message.set_name('WMS', 'INV_MOL_PUTAWAY_QTY_NOCHG');

1389: IF (l_debug = 1) THEN
1390: DEBUG('Cannot reduce putaway MO line qty'
1391: ,'Reduce_Move_Order_Quantity');
1392: END IF;
1393: fnd_message.set_name('WMS', 'INV_MOL_PUTAWAY_QTY_NOCHG');
1394: fnd_msg_pub.ADD;
1395: RAISE fnd_api.g_exc_error;
1396: END IF;
1397:

Line 1519: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');

1515: IF (l_debug = 1) THEN
1516: DEBUG('Cannot convert uom to primary uom', 'Reduce_Move_Order_Quantity');
1517: END IF;
1518:
1519: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');
1520: fnd_message.set_token('UOM', l_primary_uom_code);
1521: fnd_message.set_token('ROUTINE', 'Reduce Move Order Quantity');
1522: fnd_msg_pub.ADD;
1523: RAISE fnd_api.g_exc_unexpected_error;

Line 1520: fnd_message.set_token('UOM', l_primary_uom_code);

1516: DEBUG('Cannot convert uom to primary uom', 'Reduce_Move_Order_Quantity');
1517: END IF;
1518:
1519: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');
1520: fnd_message.set_token('UOM', l_primary_uom_code);
1521: fnd_message.set_token('ROUTINE', 'Reduce Move Order Quantity');
1522: fnd_msg_pub.ADD;
1523: RAISE fnd_api.g_exc_unexpected_error;
1524: END IF;

Line 1521: fnd_message.set_token('ROUTINE', 'Reduce Move Order Quantity');

1517: END IF;
1518:
1519: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');
1520: fnd_message.set_token('UOM', l_primary_uom_code);
1521: fnd_message.set_token('ROUTINE', 'Reduce Move Order Quantity');
1522: fnd_msg_pub.ADD;
1523: RAISE fnd_api.g_exc_unexpected_error;
1524: END IF;
1525: ELSE

Line 1821: fnd_message.set_name('INV', 'INV_WDD_LOCK_FAIL');

1817: IF c_lock_wdd%ISOPEN
1818: THEN
1819: CLOSE c_lock_wdd;
1820: END IF;
1821: fnd_message.set_name('INV', 'INV_WDD_LOCK_FAIL');
1822: fnd_msg_pub.ADD;
1823: fnd_msg_pub.count_and_get
1824: ( p_count => x_msg_count
1825: , p_data => x_msg_data

Line 1859: fnd_message.set_name('WMS', 'INV_RSV_LOCK_FAIL');

1855: IF c_xdock_rsv%ISOPEN
1856: THEN
1857: CLOSE c_xdock_rsv;
1858: END IF;
1859: fnd_message.set_name('WMS', 'INV_RSV_LOCK_FAIL');
1860: fnd_msg_pub.ADD;
1861: RAISE fnd_api.g_exc_error;
1862: END;
1863:

Line 1907: fnd_message.set_name('INV','INV_QRY_RSV_FAILED');

1903: ,'Reduce_Move_Order_Quantity');
1904: END IF;
1905: IF x_return_status = fnd_api.g_ret_sts_error
1906: THEN
1907: fnd_message.set_name('INV','INV_QRY_RSV_FAILED');
1908: fnd_msg_pub.ADD;
1909: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1910: p_data => x_msg_data,
1911: p_encoded => 'F');

Line 1923: fnd_message.set_name('INV','INV_NO_RSVS_FOUND');

1919: IF (l_debug = 1) THEN
1920: DEBUG('Error: Query Reservations returned Reservation Count 0'
1921: ,'Reduce_Move_Order_Quantity');
1922: END IF;
1923: fnd_message.set_name('INV','INV_NO_RSVS_FOUND');
1924: fnd_msg_pub.ADD;
1925:
1926: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1927: p_data => x_msg_data,

Line 2057: fnd_message.set_name('INV','INV_UPDATE_RSV_FAILED');

2053: ,'Reduce_Move_Order_Quantity');
2054: END IF;
2055: IF x_return_status = fnd_api.g_ret_sts_error
2056: THEN
2057: fnd_message.set_name('INV','INV_UPDATE_RSV_FAILED');
2058: fnd_msg_pub.ADD;
2059: fnd_msg_pub.count_and_get(p_count => x_msg_count,
2060: p_data => x_msg_data,
2061: p_encoded => 'F');

Line 2354: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');

2350: IF (l_debug = 1) THEN
2351: DEBUG('Cannot convert uom to primary uom', 'reduce_rsv_allocation');
2352: END IF;
2353:
2354: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');
2355: fnd_message.set_token('UOM', l_primary_uom_code);
2356: fnd_message.set_token('ROUTINE', 'reduce_rsv_allocation');
2357: fnd_msg_pub.ADD;
2358: RAISE fnd_api.g_exc_unexpected_error;

Line 2355: fnd_message.set_token('UOM', l_primary_uom_code);

2351: DEBUG('Cannot convert uom to primary uom', 'reduce_rsv_allocation');
2352: END IF;
2353:
2354: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');
2355: fnd_message.set_token('UOM', l_primary_uom_code);
2356: fnd_message.set_token('ROUTINE', 'reduce_rsv_allocation');
2357: fnd_msg_pub.ADD;
2358: RAISE fnd_api.g_exc_unexpected_error;
2359: END IF;

Line 2356: fnd_message.set_token('ROUTINE', 'reduce_rsv_allocation');

2352: END IF;
2353:
2354: fnd_message.set_name('INV', 'INV-CANNOT CONVERT');
2355: fnd_message.set_token('UOM', l_primary_uom_code);
2356: fnd_message.set_token('ROUTINE', 'reduce_rsv_allocation');
2357: fnd_msg_pub.ADD;
2358: RAISE fnd_api.g_exc_unexpected_error;
2359: END IF;
2360: ELSE

Line 2597: fnd_message.set_name('INV', 'INV_PP_INPUT_LINE_NOT_FOUND');

2593: IF (l_debug = 1) THEN
2594: DEBUG('can not find move order line', 'update_mol_carton_group');
2595: END IF;
2596:
2597: fnd_message.set_name('INV', 'INV_PP_INPUT_LINE_NOT_FOUND');
2598: fnd_msg_pub.ADD;
2599: END IF;
2600:
2601: IF (l_debug = 1) THEN

Line 2618: fnd_message.set_name('INV', 'FAIL_TO_UPDATE_CARTON_GROUP'); -- need new msg

2614: IF (l_debug = 1) THEN
2615: DEBUG('Exception: ' || sqlerrm, 'update_mol_carton_group');
2616: END IF;
2617:
2618: fnd_message.set_name('INV', 'FAIL_TO_UPDATE_CARTON_GROUP'); -- need new msg
2619: fnd_msg_pub.ADD;
2620: END update_mol_carton_group;
2621:
2622: END inv_mo_cancel_pvt;