bug#10080
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@75929 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e38b1751e7
commit
53984bab2f
|
@ -1,8 +1,6 @@
|
|||
declare
|
||||
dup_val_on_index exception;
|
||||
|
||||
begin
|
||||
begin
|
||||
execute immediate 'Insert into MOTIVO_CANCELACION (MOTIVOCANCELACION_ID,DESCMOTIVO,TIPOMOTIVO,ACTIVO,FECMODIF,USUARIO_ID,CVESISTEMA)
|
||||
values (MOTIVO_CANCELACION_SEQ.nextval,''CANCELAMENTO ECF'',''B'',1,sysdate,1,''CANCELAMENTO_ECF'')';
|
||||
exception when dup_val_on_index then null;
|
||||
exception when others then null;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue