DBA Data[Home] [Help]

APPS.WMS_UNLOAD_UTILS_PVT dependencies on INV_MO_CANCEL_PVT

Line 196: inv_mo_cancel_pvt.reduce_rsv_allocation(

192: IF (l_debug = 1) THEN
193: mydebug('deleting allocations l_temp_id:' || l_temp_id || ' l_quantity:' || l_quantity);
194: END IF;
195:
196: inv_mo_cancel_pvt.reduce_rsv_allocation(
197: x_return_status => l_return_status
198: , x_msg_count => l_msg_count
199: , x_msg_data => x_message
200: , p_transaction_temp_id => l_temp_id

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

202: );
203:
204: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
205: IF (l_debug = 1) THEN
206: mydebug(' error returned from inv_mo_cancel_pvt.reduce_rsv_allocation');
207: mydebug(x_message);
208: END IF;
209:
210: RAISE fnd_api.g_exc_error;

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

209:
210: RAISE fnd_api.g_exc_error;
211: ELSE
212: IF (l_debug = 1) THEN
213: mydebug(' Successful from inv_mo_cancel_pvt.reduce_rsv_allocation Call');
214: END IF;
215:
216: l_del_quantity := l_del_quantity + l_quantity;
217: END IF;

Line 838: inv_mo_cancel_pvt.reduce_rsv_allocation

834: l_return_status := fnd_api.g_ret_sts_success;
835:
836: IF l_line_type = 'CANCELLED'
837: THEN
838: inv_mo_cancel_pvt.reduce_rsv_allocation
839: ( x_return_status => l_return_status
840: , x_msg_count => l_msg_count
841: , x_msg_data => l_msg_data
842: , p_transaction_temp_id => l_temp_id