   select a.tInc,
          a.iVer,
          a.iVAt,
          a.sMsg,
          b.sCoringa
   from   xecomm_FaleComUsuario a,
          CUP                   b
   where  a.pPId = 1
     and  a.iVer = a.iVAt
     and  a.pInc = b.pPId
     and  b.iVer = b.iVAt