DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on MTL_RESERVATIONS

Line 2717: AND t.reservation_id not in (select reservation_id from mtl_reservations

2713: WHERE t.move_order_line_id = l.line_id
2714: AND t.move_order_header_id = h.header_id
2715: AND t.organization_id = l_mtl_dtl_rec.organization_id
2716: AND t.inventory_item_id = l_mtl_dtl_rec.inventory_item_id
2717: AND t.reservation_id not in (select reservation_id from mtl_reservations
2718: where demand_source_header_id =l_mtl_dtl_rec.batch_id and
2719: demand_source_line_id = l_mtl_dtl_rec.material_detail_id and
2720: demand_Source_type_id =gme_common_pvt.g_txn_source_type)
2721: AND h.move_order_type =