DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 209: FROM mtl_material_transactions_temp mmtt

205: AND NOT EXISTS (SELECT 1
206: FROM mtl_txn_request_headers mtrh
207: WHERE mtrh.header_id = l.header_id)
208: AND NOT EXISTS (SELECT 1
209: FROM mtl_material_transactions_temp mmtt
210: where l.line_id = mmtt.move_order_line_id);
211: END LOOP;
212:
213: -- Delete the Inventory transaction under specific conditions