DBA Data[Home] [Help]

APPS.INV_PICK_WAVE_PICK_CONFIRM_PUB dependencies on MTL_SERIAL_NUMBERS_TEMP

Line 566: DELETE FROM mtl_serial_numbers_temp

562: FROM mtl_material_transactions_temp mmtt
563: WHERE mmtt.transaction_header_id = l_transaction_header_id
564: AND mmtt.transaction_temp_id IS NOT NULL);
565:
566: DELETE FROM mtl_serial_numbers_temp
567: WHERE group_header_id = l_transaction_header_id
568: AND transaction_temp_id NOT IN
569: ( SELECT mmtt.transaction_temp_id
570: FROM mtl_material_transactions_temp mmtt