fixes bug#24771

fixes bug#24765

dev:lucas

qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@113318 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2022-07-12 21:44:39 +00:00
parent a15d75a577
commit b8a1d15e51
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
declare
begin
execute immediate 'INSERT INTO funcion_sistema VALUES (funcion_sistema_seq.NEXTVAL, 1, ''ADM > RELATORIOS > RELATORIOS > RELATORIOS ESTATISTICO > PASSAGENS AGER'',
''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOPASSAGENSAGER'', 1, SYSDATE, 1)';
exception when others then null;
end;