bug#10080
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@75926 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
fe1402c46e
commit
e38b1751e7
|
@ -0,0 +1,8 @@
|
||||||
|
declare
|
||||||
|
dup_val_on_index exception;
|
||||||
|
|
||||||
|
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;
|
||||||
|
end;
|
Loading…
Reference in New Issue