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-87c2c4800839master
parent
a15d75a577
commit
b8a1d15e51
|
@ -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;
|
||||
|
Loading…
Reference in New Issue