Envio Redução Z WS (Catarinense)

fixes bug#10942

dev:rafael.henrique

qua:Marcelo



git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@82001 d1611594-4594-4d17-8e1d-87c2c4800839
master
rafael.henrique 2018-05-21 20:45:23 +00:00
parent 40751bb21e
commit 9f598663d0
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
declare
begin
execute immediate 'INSERT INTO CONSTANTE (CONSTANTE_ID, NOMBCONSTANTE, DESCCONSTANTE, INDTIPOCONSTANTE, INDMANTENIMIENTOUSUARIO, ACTIVO, FECMODIF, USUARIO_ID)
VALUES (CONSTANTE_SEQ.nextval, ''FAZ_ENVIO_FALHO_PAF'', ''Faz envio do XML para WS Fisco?'', ''1'', ''1'', ''1'', sysdate, ''1'')';
exception when others then null;
end;