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 298: IF l_mo_type = inv_globals.g_move_order_pick_wave THEN

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

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

611: debug('l_mmtt_rec.transaction_action_id = ' || l_mmtt_rec.transaction_action_id,'delete_details');
612: debug('l_mmtt_rec.transaction_status = ' || l_mmtt_rec.transaction_status,'delete_details');
613:
614: IF ((l_mmtt_rec.transaction_status = 2)
615: AND (l_mmtt_rec.transaction_action_id = INV_GLOBALS.G_ACTION_STGXFR))
616: THEN
617:
618: inv_loc_wms_utils.revert_loc_suggested_capacity
619: (