bug#19391
dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@101935 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
71db0ee809
commit
b59a46d913
|
@ -17,7 +17,7 @@ declare
|
|||
pragma exception_init (dup_val_on_index , -00001);
|
||||
pragma exception_init (except_02291 , -02291);
|
||||
begin
|
||||
execute immediate 'UPDATE FUNCIONSISTEMA_ID SET ACTIVO = 0 FROM FUNCION_SISTEMA where DESCRUTA like ''%MOVIMENTACIONBILHETES%'' ';
|
||||
execute immediate 'UPDATE FUNCIONSISTEMA_ID SET ACTIVO = 0 where DESCRUTA like ''%MOVIMENTACIONBILHETES%'' ';
|
||||
exception
|
||||
when dup_val_on_index then null;
|
||||
when except_02291 then null;
|
||||
|
|
|
@ -17,7 +17,7 @@ declare
|
|||
pragma exception_init (dup_val_on_index , -00001);
|
||||
pragma exception_init (except_02291 , -02291);
|
||||
begin
|
||||
execute immediate 'UPDATE FUNCIONSISTEMA_ID SET ACTIVO = 0 FROM FUNCION_SISTEMA where DESCRUTA like ''%MOVIMENTACIONBILHETES%'' ';
|
||||
execute immediate 'UPDATE FUNCIONSISTEMA_ID SET ACTIVO = 0 where DESCRUTA like ''%MOVIMENTACIONBILHETES%'' ';
|
||||
exception
|
||||
when dup_val_on_index then null;
|
||||
when except_02291 then null;
|
||||
|
|
Loading…
Reference in New Issue