initializeListeners(); select companyName from tbl_OPR_ClientOperators with (nolock) where operatorId = and ownerId = and fsltablecode = update tbl_OPR_ClientOperators set crmActive = 'N', crmActiveBy = , crmActiveDate = , crmActiveReason = where operatorId = and ownerId = and fsltablecode = select count(*) installed from tbl_SYS_EventListeners where ownerId = and ownerType = and eventSubjectType = 'OPR' and eventName = 'operatorDeleted' insert into tbl_SYS_EventListeners ( ownerId, ownerType, eventSubjectType, eventName, listenerPath ) values( , , , , )