bug#19698

dev: 
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@102858 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2020-08-10 15:40:28 +00:00
parent 7011758fbd
commit 264ef2253a
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
declare
begin
execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID)
values (CONSTANTE_SEQ.nextval,''URL_RECARGA_CELULAR'',''URL_RECARGA_CELULAR'',null,''http://54.198.166.145/API-GATEWAY/EXTERNORVHUB'',1,1,sysdate,1)';
exception when others then null;
end;
/
declare
begin
execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID)
values (CONSTANTE_SEQ.nextval,''CREDENCIAIS_RECARGA_CELULAR'',''CREDENCIAIS_RECARGA_CELULAR'',null,null,1,1,sysdate,1)';
exception when others then null;
end;
/

View File

@ -0,0 +1,15 @@
declare
begin
execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID)
values (CONSTANTE_SEQ.nextval,''URL_RECARGA_CELULAR'',''URL_RECARGA_CELULAR'',null,''http://54.198.166.145/API-GATEWAY/EXTERNORVHUB'',1,1,sysdate,1)';
exception when others then null;
end;
/
declare
begin
execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID)
values (CONSTANTE_SEQ.nextval,''CREDENCIAIS_RECARGA_CELULAR'',''CREDENCIAIS_RECARGA_CELULAR'',null,null,1,1,sysdate,1)';
exception when others then null;
end;
/