DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on INV_GLOBALS

Line 647: ,inv_globals.g_move_order_put_away)

643: AND l.line_status NOT IN (5, 6)
644: AND h.header_id = l.header_id
645: AND h.move_order_type NOT IN
646: (gme_common_pvt.g_invis_move_order_type
647: ,inv_globals.g_move_order_put_away)
648: AND mmtt.move_order_line_id = l.line_id
649: AND mmtt.transaction_source_id = l.txn_source_id
650: AND mmtt.trx_source_line_id =l.txn_source_line_id
651: AND mmtt.TRANSACTION_TEMP_ID = mtlt.TRANSACTION_TEMP_ID(+) /* Added outer join in Bug No.9946085 */