fixes bug#24537

qua:
dev:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@112307 d1611594-4594-4d17-8e1d-87c2c4800839
master
aristides 2022-05-20 21:39:27 +00:00
parent e7d84409eb
commit b08e3efb9d
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
declare
begin
execute immediate 'INSERT INTO TIPO_VENTA (TIPOVENTA_ID, DESCTIPOVENTA, ACTIVO, FECMODIF, USUARIO_ID) VALUES (16, ''TPV RESERVACION INTERNET'', 1, SYSDATE, 1)';
exception when others then null;
end;
/