fixes bug#15134

dev:
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@97121 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago.clemente 2019-08-30 16:36:15 +00:00
parent a655f990f4
commit 41a6144818
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
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 > RELATORIOS > RELATORIOS ESTATISTICOS > MOVIMENTACOES DE BILHETES'', ''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOMOVIMENTACAOBILHETE'', 1, SYSDATE, 1)';
exception when others then null;
end;