DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on INV_GLOBALS

Line 59: IF p_move_order_type = inv_globals.g_move_order_pick_wave THEN

55: DEBUG('l_second_qty_to_backorder' || l_second_qty_to_backorder, 'BACKORDER_SOURCE');
56: END IF;
57: -- INVCONV END
58:
59: IF p_move_order_type = inv_globals.g_move_order_pick_wave THEN
60: DEBUG('in mo type pick wabve' , 'BACKORDER_SOURCE');
61: OPEN c_wsh_info;
62: FETCH c_wsh_info INTO l_delivery_detail_id, l_source_header_id, l_source_line_id, l_released_status;
63: IF c_wsh_info%NOTFOUND THEN

Line 113: ELSIF p_move_order_type = inv_globals.g_move_order_mfg_pick THEN

109: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
110: RAISE fnd_api.g_exc_unexpected_error;
111: END IF;
112:
113: ELSIF p_move_order_type = inv_globals.g_move_order_mfg_pick THEN
114: IF l_debug = 1 THEN
115: debug('Calling Unallocate WIP Material', 'BACKORDER_SOURCE');
116: debug(' WIP Entity ID = ' || p_mo_line_rec.txn_source_id, 'BACKORDER_SOURCE');
117: debug(' Operation Seq Num = ' || p_mo_line_rec.txn_source_line_id, 'BACKORDER_SOURCE');

Line 299: IF l_mo_type = inv_globals.g_move_order_pick_wave THEN

295: -- INVCONV END
296: END IF; -- quantity detailed >= 0
297:
298: dEBUG('check MO type ' || l_mo_type, 'BACKORDER');
299: IF l_mo_type = inv_globals.g_move_order_pick_wave THEN
300: dEBUG('before calling inv_transfer_order_pvt.clean_reservations ' || l_mo_line_rec.txn_source_line_id, 'BACKORDER');
301: inv_transfer_order_pvt.clean_reservations(
302: p_source_line_id => l_mo_line_rec.txn_source_line_id
303: , x_return_status => x_return_status

Line 643: AND (l_mmtt_rec.transaction_action_id = INV_GLOBALS.G_ACTION_STGXFR))

639: debug('l_mmtt_rec.transaction_action_id = ' || l_mmtt_rec.transaction_action_id,'delete_details');
640: debug('l_mmtt_rec.transaction_status = ' || l_mmtt_rec.transaction_status,'delete_details');
641:
642: IF ((l_mmtt_rec.transaction_status = 2)
643: AND (l_mmtt_rec.transaction_action_id = INV_GLOBALS.G_ACTION_STGXFR))
644: THEN
645:
646: inv_loc_wms_utils.revert_loc_suggested_capacity
647: (