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'
1391: ,'Reduce_Move_Order_Quantity');

Line 2575: IF l_mo_type <> INV_GLOBALS.G_MOVE_ORDER_PUT_AWAY

2571: OPEN c_get_mo_type(p_line_id);
2572: FETCH c_get_mo_type INTO l_mo_type;
2573: CLOSE c_get_mo_type;
2574:
2575: IF l_mo_type <> INV_GLOBALS.G_MOVE_ORDER_PUT_AWAY
2576: THEN
2577: -- {{
2578: -- Unassign a pick released delivery detail from
2579: -- the delivery. Carton grouping ID must get updated }}