fixes bug#11031

dev:thiago
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@81939 d1611594-4594-4d17-8e1d-87c2c4800839
master
wilian 2018-05-18 18:21:51 +00:00
parent 7a2406b55f
commit 40751bb21e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
declare
dup_val_on_index exception;
pragma exception_init (dup_val_on_index , -00001);
begin
execute immediate 'insert into funcion_sistema (funcionsistema_id,sistema_id,nombfuncion,descruta,activo,fecmodif,usuario_id) values
(funcion_sistema_seq.nextval,2,''VDA > AUTORIZACAO > PERMITE TROCA, TRANSFERENCIA, CANCELAMENTO E DEVOLUCAO APOS EMISSAO DA 2 VIA'',''COM.RJCONSULTORES.SCO.VDA.AUTORIZACAOMOVIMENTOAPOS2VIA'',1,sysdate,1)';
end;