8 lines
324 B
MySQL
8 lines
324 B
MySQL
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;
|
|
|