bug#18815

dev:thiago
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100897 d1611594-4594-4d17-8e1d-87c2c4800839
master
wilian 2020-03-24 14:49:37 +00:00
parent b733e6d827
commit a74650e041
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, ''UF_AUTORIZA_CANCEL_APOS_DT_EMBARQUE'', ''INFORME AS SIGLAS DAS UFs QUE PERMITEM CANCELAMENTO APOS DATA DE EMBARQUE SEPARADO POR ;'', ''SP'', ''1'', ''1'', ''1'', sysdate, ''1'')';
exception when others then null;
end;