fixes bug#21768

qua: 
dev: Wallace 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@106737 d1611594-4594-4d17-8e1d-87c2c4800839
master
celio 2021-05-17 13:46:52 +00:00
parent ede48085c0
commit 9a380189f0
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
declare
begin
execute immediate
'Insert into FUNCION_SISTEMA (FUNCIONSISTEMA_ID,SISTEMA_ID,NOMBFUNCION,DESCRUTA,ACTIVO,FECMODIF,USUARIO_ID) values (FUNCION_SISTEMA_seq.nextval,''2'',''VDA > VENDA >> MAPA DE VIAGEM'',''COM.RJCONSULTORES.VENTABOLETOS.GUI.VENTA.MENU.ITEN.MAPAVIAGEM'',''1'',null,''1'')';
exception when others then null;
end;