select ownerId, ownerType, fileProcessor, fileFormat, defaultBatchClass, fseProcessEmail, clientProcessEmail, coalesce( repeatTime, '5:00 AM' ) repeatTime, repeatOptions, notifications from tbl_EAI_inboundFileProcessors with (nolock) where repeating = 'Y' and allowUpload = 'N' and fileFormat = '$Anomalies' and ownerId = 0

Can't find processor def.