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