declare begin execute immediate 'Insert into CONSTANTE ( CONSTANTE_ID, NOMBCONSTANTE, DESCCONSTANTE, INDTIPOCONSTANTE, VALORCONSTANTE, INDMANTENIMIENTOUSUARIO, ACTIVO, FECMODIF, USUARIO_ID) values ( CONSTANTE_SEQ.nextval, ''EMBARCADA_CHECKBOX_SEGUROOPCIONAL'', ''EMBARCADA_CHECKBOX_SEGUROOPCIONAL'', ''1'', ''false'', ''1'', ''1'', to_date(sysdate,''DD/MM/YYYY HH24:MI:SS''), ''1'')'; exception when others then null; end;