bug#18336

dev:
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100263 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago.clemente 2020-02-18 14:59:12 +00:00
parent cc2038961e
commit 752ded3278
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, VALORCONSTANTE, INDTIPOCONSTANTE, INDMANTENIMIENTOUSUARIO, ACTIVO, FECMODIF, USUARIO_ID)
VALUES (CONSTANTE_SEQ.nextval, ''SMTP_EMAIL_COPIA_OCULTA'', ''COPIA OCULTA DO E-MAIL ENVIADO NO TAREAS'', NULL, ''1'', ''1'', ''1'', sysdate, ''1'')';
exception when others then null;
end;