git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@69298 d1611594-4594-4d17-8e1d-87c2c4800839
master
edgar 2017-05-25 17:12:40 +00:00
parent 0e09a155c0
commit a563124a25
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ CREATE OR REPLACE FUNCTION "FN_ARREDONDAMENTO_TARIFA"(pTarifa IN NU
END IF; END IF;
END IF; END IF;
IF pOrgaoConcedenteId = 9 IF pOrgaoConcedenteId = 9 or pOrgaoConcedenteId= 22
THEN THEN
lStrPrecoTotal := to_char(lPrecoTotal, '99999.9999'); lStrPrecoTotal := to_char(lPrecoTotal, '99999.9999');
lStrAntePenlultimoNumero := substr(lStrPrecoTotal, -4, 1); lStrAntePenlultimoNumero := substr(lStrPrecoTotal, -4, 1);