DBA Data[Home] [Help]

APPS.WMS_UNLOAD_UTILS_PVT dependencies on INV_MO_CANCEL_PVT

Line 238: inv_mo_cancel_pvt.reduce_rsv_allocation(

234: IF (l_debug = 1) THEN
235: mydebug('deleting allocations l_temp_id:' || l_temp_id || ' l_quantity:' || l_quantity|| ' l_sec_quantity:' || l_sec_quantity);
236: END IF;
237:
238: inv_mo_cancel_pvt.reduce_rsv_allocation(
239: x_return_status => l_return_status
240: , x_msg_count => l_msg_count
241: , x_msg_data => x_message
242: , p_transaction_temp_id => l_temp_id

Line 248: mydebug(' error returned from inv_mo_cancel_pvt.reduce_rsv_allocation');

244: );
245:
246: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
247: IF (l_debug = 1) THEN
248: mydebug(' error returned from inv_mo_cancel_pvt.reduce_rsv_allocation');
249: mydebug(x_message);
250: END IF;
251:
252: RAISE fnd_api.g_exc_error;

Line 255: mydebug(' Successful from inv_mo_cancel_pvt.reduce_rsv_allocation Call');

251:
252: RAISE fnd_api.g_exc_error;
253: ELSE
254: IF (l_debug = 1) THEN
255: mydebug(' Successful from inv_mo_cancel_pvt.reduce_rsv_allocation Call');
256: END IF;
257:
258: l_del_quantity := l_del_quantity + l_quantity;
259: l_sec_del_quantity := l_sec_del_quantity + l_sec_quantity; -- Added for bug 8703085

Line 1050: inv_mo_cancel_pvt.reduce_rsv_allocation

1046: l_return_status := fnd_api.g_ret_sts_success;
1047:
1048: IF l_line_type = 'CANCELLED'
1049: THEN
1050: inv_mo_cancel_pvt.reduce_rsv_allocation
1051: ( x_return_status => l_return_status
1052: , x_msg_count => l_msg_count
1053: , x_msg_data => l_msg_data
1054: , p_transaction_temp_id => l_temp_id