fixes bug#15199

dev:
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@97318 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago.clemente 2019-09-05 20:32:08 +00:00
parent a882eb8731
commit c6f72260f9
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 > ENCERRAMENTO DO CHECKIN'', ''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOENCERRAMENTOCHECKIN'', 1, SYSDATE, 1)';
exception when others then null;
end;