fixes bug#20985

qua:juliane
dev:fabio

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@104845 d1611594-4594-4d17-8e1d-87c2c4800839
master
walace 2020-12-23 19:50:02 +00:00
parent 4ef243d1f0
commit 47be607ff5
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
declare
begin
execute immediate
'insert into FUNCION_SISTEMA (FUNCIONSISTEMA_ID,SISTEMA_ID,NOMBFUNCION,DESCRUTA,ACTIVO,FECMODIF,USUARIO_ID) values (FUNCION_SISTEMA_SEQ.NEXTVAL,1,''ADM > RELATORIOS >> RELATORIO RESUMO VENDA ORGAO CONCEDENTE'',''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIO.RESUMO.VENDA.ORGAOCONCEDENTE'',1,sysdate,-1)';
exception when others then null;
end;