DBA Data[Home] [Help]

APPS.INV_REPLENISH_DETAIL_PUB dependencies on INV_WIP_PICKING_PVT

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

444: x_return_status := l_return_status;
445: END IF;
446: ELSIF p_move_order_type = inv_globals.g_move_order_mfg_pick THEN
447: IF l_debug = 1 THEN
448: print_debug('Mfg MO. Calling INV_WIP_PICKING_PVT.PICK_RELEASE to allocate');
449: END IF;
450:
451: -- HW INVCONV - Need to investigate what inv_wip_picking_pvt.pick_release does
452: -- since qty2s are being passed from l_trolin_tbl

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

447: IF l_debug = 1 THEN
448: print_debug('Mfg MO. Calling INV_WIP_PICKING_PVT.PICK_RELEASE to allocate');
449: END IF;
450:
451: -- HW INVCONV - Need to investigate what inv_wip_picking_pvt.pick_release does
452: -- since qty2s are being passed from l_trolin_tbl
453: inv_wip_picking_pvt.pick_release(
454: x_return_status => x_return_status
455: , x_msg_count => x_msg_count

Line 453: inv_wip_picking_pvt.pick_release(

449: END IF;
450:
451: -- HW INVCONV - Need to investigate what inv_wip_picking_pvt.pick_release does
452: -- since qty2s are being passed from l_trolin_tbl
453: inv_wip_picking_pvt.pick_release(
454: x_return_status => x_return_status
455: , x_msg_count => x_msg_count
456: , x_msg_data => x_msg_data
457: , p_commit => fnd_api.g_false