DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on INV_RESERVATION_PVT

Line 2789: INV_RESERVATION_PVT.Upd_Reservation_PUP_New (

2785: inv_log_util.TRACE('Calling Upd_Reservation_PUP_New qty='||l_split_quantity||' uom='||dd_rec.requested_quantity_uom, l_api_name, 9);
2786: END IF;
2787: l_loop_counter := l_loop_counter + 1;
2788:
2789: INV_RESERVATION_PVT.Upd_Reservation_PUP_New (
2790: x_return_status => ret_status
2791: , x_msg_count => ret_msgcnt
2792: , x_msg_data => ret_msgdata
2793: , p_organization_id => p_organization_id

Line 6408: inv_reservation_pvt.transfer_lpn_trx_reservation(

6404: IF (v_cnt_lpn_ctx = wms_container_pub.lpn_context_picked)
6405: OR (NVL(l_system_task_type, -1) = 7) THEN --Bug 3620318
6406: --A call to transfer the reservation is also needed if LPN is of the picked context
6407: --Consolidating lpn across subinventories, must transfer reservations
6408: inv_reservation_pvt.transfer_lpn_trx_reservation(
6409: x_return_status => ret_status
6410: , x_msg_count => ret_msgcnt
6411: , x_msg_data => ret_msgdata
6412: , p_transaction_temp_id => p_transaction_temp_id