DBA Data[Home] [Help]

APPS.INV_MO_CANCEL_PVT dependencies on INV_GLOBALS

Line 231: IF l_move_order_type <> INV_GLOBALS.G_MOVE_ORDER_PUT_AWAY

227: END IF;
228: RAISE fnd_api.g_exc_unexpected_error;
229: END;
230:
231: IF l_move_order_type <> INV_GLOBALS.G_MOVE_ORDER_PUT_AWAY
232: THEN
233: -- {
234: -- {{
235: -- Verify that cancel API works as before for non-putaway

Line 1387: IF l_move_order_type = INV_GLOBALS.G_MOVE_ORDER_PUT_AWAY

1383: -- {{
1384: -- Reduce API must return an error if called after
1385: -- pegged material is in Receiving }}
1386: --
1387: IF l_move_order_type = INV_GLOBALS.G_MOVE_ORDER_PUT_AWAY
1388: THEN
1389: IF (l_debug = 1) THEN
1390: DEBUG('Cannot reduce putaway MO line qty','Reduce_Move_Order_Quantity');
1391: END IF;

Line 2560: IF l_mo_type <> INV_GLOBALS.G_MOVE_ORDER_PUT_AWAY

2556: OPEN c_get_mo_type(p_line_id);
2557: FETCH c_get_mo_type INTO l_mo_type;
2558: CLOSE c_get_mo_type;
2559:
2560: IF l_mo_type <> INV_GLOBALS.G_MOVE_ORDER_PUT_AWAY
2561: THEN
2562: -- {{
2563: -- Unassign a pick released delivery detail from
2564: -- the delivery. Carton grouping ID must get updated }}