DBA Data[Home] [Help]

APPS.INV_REPLENISH_DETAIL_PUB dependencies on INV_WIP_PICKING_PVT

Line 491: print_debug('Mfg MO. Calling INV_WIP_PICKING_PVT.PICK_RELEASE to allocate');

487: x_return_status := l_return_status;
488: END IF;
489: ELSIF p_move_order_type = inv_globals.g_move_order_mfg_pick THEN
490: IF l_debug = 1 THEN
491: print_debug('Mfg MO. Calling INV_WIP_PICKING_PVT.PICK_RELEASE to allocate');
492: END IF;
493:
494: -- HW INVCONV - Need to investigate what inv_wip_picking_pvt.pick_release does
495: -- since qty2s are being passed from l_trolin_tbl

Line 494: -- HW INVCONV - Need to investigate what inv_wip_picking_pvt.pick_release does

490: IF l_debug = 1 THEN
491: print_debug('Mfg MO. Calling INV_WIP_PICKING_PVT.PICK_RELEASE to allocate');
492: END IF;
493:
494: -- HW INVCONV - Need to investigate what inv_wip_picking_pvt.pick_release does
495: -- since qty2s are being passed from l_trolin_tbl
496: inv_wip_picking_pvt.pick_release(
497: x_return_status => x_return_status
498: , x_msg_count => x_msg_count

Line 496: inv_wip_picking_pvt.pick_release(

492: END IF;
493:
494: -- HW INVCONV - Need to investigate what inv_wip_picking_pvt.pick_release does
495: -- since qty2s are being passed from l_trolin_tbl
496: inv_wip_picking_pvt.pick_release(
497: x_return_status => x_return_status
498: , x_msg_count => x_msg_count
499: , x_msg_data => x_msg_data
500: , p_commit => fnd_api.g_false