bug#13471

dev: Aristides
qua: 


git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@90757 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2019-03-14 13:43:06 +00:00
parent f63d3d66ba
commit 537a06245c
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ declare
begin begin
execute immediate 'INSERT INTO funcion_sistema VALUES (funcion_sistema_seq.NEXTVAL, 1, ''ADM > RELATORIOS > RELATORIOS > RELATORIOS ESTATISTICO > GRATUIDADE AGER'', execute immediate 'INSERT INTO funcion_sistema VALUES (funcion_sistema_seq.NEXTVAL, 1, ''ADM > RELATORIOS > RELATORIOS > RELATORIOS ESTATISTICO > GRATUIDADE AGER'',
''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOGRATUIDADEAGER'', 1, SYSDATE, 1)'; ''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOGRATUIDADEAGER'', 1, SYSDATE, 1)';
exception when dup_val_on_index then null;
end; end;