fixes bug#20900

dev:alberto
qua:wally

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@112043 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2022-04-27 18:50:22 +00:00
parent 1c2cd86a0a
commit fe47d54fde
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 > SEGURANCA > EMBARCADA API'', ''COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.RECARREGARCACHEEMBARCADASINCRONIZACAOAPI'', 1, NULL, 1)';
exception when others then null;
end;
/