fixes bug#18075

dev:
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100258 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago.clemente 2020-02-18 02:13:14 +00:00
parent 6b1afc15bc
commit cc2038961e
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, ''MAPA_VIAGEM_INT_APENAS_ORI_DES_FORA_PAIS'', ''EXIBE SOMENTE PASSAGEIROS NO MAPA DE VIAGEM INTERNACIONAL QUE POSSUEM ORIGEM E DESTINO FORA DO PAIS'', ''TRUE'', ''1'', ''1'', ''1'', sysdate, ''1'')';
exception when others then null;
end;