DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on INV_GLOBALS

Line 208: IF (l_move_order_type = inv_globals.g_move_order_requisition) THEN

204: -- {{ Test Case # UTK-REALLOC-3.2.6:60 }}
205: -- Description: Allocate Requisition move order. No tolerances used.
206: -- Tolerance used for Pick Wave Move orders
207: -- For this release no tolerance for all other types of move orders
208: IF (l_move_order_type = inv_globals.g_move_order_requisition) THEN
209: --SELECT * FROM mtl_parameters;
210: x_max_tolerance := 0;
211: x_min_tolerance := 0;
212: x_max_tolerance2 := 0;

Line 216: ELSIF (l_move_order_type = inv_globals.g_move_order_pick_wave

212: x_max_tolerance2 := 0;
213: x_min_tolerance2 := 0;
214:
215:
216: ELSIF (l_move_order_type = inv_globals.g_move_order_pick_wave
217: AND NVL(fnd_profile.VALUE('WSH_OVERPICK_ENABLED'), 'N') = 'Y') THEN
218:
219: OPEN c_detail_info;
220: FETCH c_detail_info INTO l_detail_info;