0014037: Fechamento automático de caixa ao iniciar tareas

fixes bug#0014037
dev:Veloso
qua:evidencia

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@98644 d1611594-4594-4d17-8e1d-87c2c4800839
master
daniel.zauli 2019-11-06 19:50:47 +00:00
parent 51159680d7
commit 145db329e9
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
declare
begin
execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,
VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID)
values (CONSTANTE_SEQ.NEXTVAL,''IS_FECHAMENTO_RUNNING'',''IS_FECHAMENTO_RUNNING'',
1,''0'',null,''1'',sysdate,''1'')';
exception when others then null;
end;