--SACA EL RESULTADO select * from tresultados where cresultado = '100185' --SACA EL NOMBRE DE LA TRANSACCION select * from tsubsistematransacciones t where t.csubsistema = '04' and t.ctransaccion = '0123' --SACA LOS DEBITOS O CREDITOS QUE SON AFECTADOS Y SI GENERA SOBREGIRO select * from ttransaccioncomponentes where ctransaccion = '0185' select * from tcategoriascontablesid select * from ttransaccionsecuenciaprocesos select * from tsaldoscontables select * from tdebitocredito where csubsistema = '04' and ccategoriacontable = '2101' select * from ttipo select * from tproducto where csubsistema = '04' and cgrupoproducto = '04' and cproducto = '406'