234: and transaction_source_type_id = 5
235: and rebuild_item_id is not null
236: and rebuild_job_name is not null
237: and exists (select 1
238: from wip_entities we
239: where mti.rebuild_job_name = we.wip_entity_name
240: and mti.organization_id = we.organization_id);
241:
242: