fixes bug#0021957
dev:alberto qua:junia git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@106177 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c80e72345b
commit
9dd7a17de3
|
@ -0,0 +1,7 @@
|
||||||
|
declare
|
||||||
|
begin
|
||||||
|
execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID)
|
||||||
|
values (CONSTANTE_SEQ.nextval,''TENANT_RECARGA_CELULAR'',''TENANT_RECARGA_CELULAR'',null,null,1,1,sysdate,1)';
|
||||||
|
exception when others then null;
|
||||||
|
end;
|
||||||
|
/
|
Loading…
Reference in New Issue