declare dup_val_on_index exception; pragma exception_init (dup_val_on_index , -00001); begin execute immediate 'insert into funcion_sistema (funcionsistema_id,sistema_id,nombfuncion,descruta,activo,fecmodif,usuario_id) values (funcion_sistema_seq.nextval,2,''VDA > CHECKIN > CHECKIN AUTOMATICO > LIBERAR ASSENTO > CONFIRMAR EMBARQUE'',''COM.RJCONSULTORES.VENTABOLETOS.WEB.UTILERIAS.MENU.ITEM.VENTA.HABILITARCONFEMBARQUECHECKINAUTOMATICO'',1,sysdate,1)'; end;