DBA Data[Home] [Help]

APPS.WMS_TASK_UTILS_PVT dependencies on INV_MO_CANCEL_PVT

Line 264: inv_mo_cancel_pvt.reduce_rsv_allocation(

260: IF (l_debug = 1) THEN
261: mydebug('deleting allocations l_temp_id:' || l_temp_id || ' l_quantity:' || l_quantity);
262: END IF;
263:
264: inv_mo_cancel_pvt.reduce_rsv_allocation(
265: x_return_status => l_return_status
266: , x_msg_count => l_msg_count
267: , x_msg_data => x_message
268: , p_transaction_temp_id => l_temp_id

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

270: );
271:
272: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
273: IF (l_debug = 1) THEN
274: mydebug(' error returned from inv_mo_cancel_pvt.reduce_rsv_allocation');
275: mydebug(x_message);
276: END IF;
277:
278: RAISE fnd_api.g_exc_error;

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

277:
278: RAISE fnd_api.g_exc_error;
279: ELSE
280: IF (l_debug = 1) THEN
281: mydebug(' Successful from inv_mo_cancel_pvt.reduce_rsv_allocation Call');
282: END IF;
283:
284: l_del_quantity := l_del_quantity + l_quantity;
285: END IF;