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