DBA Data[Home] [Help]

APPS.GME_PICKING_PVT dependencies on INV_GLOBALS

Line 279: ,inv_globals.g_move_order_put_away)

275: AND l.line_status NOT IN (5, 6)
276: AND h.header_id = l.header_id
277: AND h.move_order_type NOT IN
278: (gme_common_pvt.g_invis_move_order_type
279: ,inv_globals.g_move_order_put_away)
280: ORDER BY l.header_id, l.line_id;
281:
282: TYPE pend_lines_tab IS TABLE OF cur_pending_move_orders%ROWTYPE
283: INDEX BY BINARY_INTEGER;