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-87c2c4800839
master
changelogweb 2021-04-12 00:10:20 +00:00
parent c80e72345b
commit 9dd7a17de3
1 changed files with 7 additions and 0 deletions

View File

@ -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;
/